diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-misc/dailystrips | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-misc/dailystrips')
-rw-r--r-- | app-misc/dailystrips/Manifest | 1 | ||||
-rw-r--r-- | app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild | 33 | ||||
-rw-r--r-- | app-misc/dailystrips/metadata.xml | 10 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-misc/dailystrips/Manifest b/app-misc/dailystrips/Manifest new file mode 100644 index 000000000000..e9837129b703 --- /dev/null +++ b/app-misc/dailystrips/Manifest @@ -0,0 +1 @@ +DIST dailystrips-1.0.28.tar.gz 58713 SHA256 dc54d8559d378fb4115a5605cff5d0e45a69f6ed1539f4aa31d6e13231c362ca SHA512 a5388d5bd45ce1b8b22420c3d53bbbf4d26fec9737c6edca3b579126443e4f88ae5a7ce5c6770264ca96ea1488ab69b73831ab6bbd20e0f68854fb08714565cb WHIRLPOOL 19abde3f088c549f829c9f2f55c58c5ae2c8a045c5c4c37e03b1cae6a20faed98e52650d973e1ac93e4605899427deba4c5628e674cc4ff5130876ad05b2f020 diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild new file mode 100644 index 000000000000..1cc829268295 --- /dev/null +++ b/app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web" +HOMEPAGE="http://dailystrips.sourceforge.net/" +SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ppc x86" +IUSE="" + +RDEPEND=">=dev-perl/libwww-perl-5.50 + dev-perl/DateTime + dev-perl/TimeDate" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e "s:/usr/share/dailystrips/strips.def:/etc/strips.def:" \ + dailystrips \ + || die "sed dailystrips failed" +} + +src_install() { + dobin dailystrips dailystrips-clean dailystrips-update \ + || die "dobin failed" + dodoc BUGS CHANGELOG CONTRIBUTORS README* TODO + insinto /etc + doins strips.def || die "doins failed" +} diff --git a/app-misc/dailystrips/metadata.xml b/app-misc/dailystrips/metadata.xml new file mode 100644 index 000000000000..e880926d0a3e --- /dev/null +++ b/app-misc/dailystrips/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="sourceforge">dailystrips</remote-id> + </upstream> +</pkgmetadata> |