diff options
Diffstat (limited to 'app-misc/dailystrips/dailystrips-1.0.24-r1.ebuild')
-rw-r--r-- | app-misc/dailystrips/dailystrips-1.0.24-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-misc/dailystrips/dailystrips-1.0.24-r1.ebuild b/app-misc/dailystrips/dailystrips-1.0.24-r1.ebuild index 5f8de58c207f..3fdd2ef3ea29 100644 --- a/app-misc/dailystrips/dailystrips-1.0.24-r1.ebuild +++ b/app-misc/dailystrips/dailystrips-1.0.24-r1.ebuild @@ -2,15 +2,16 @@ # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/app-misc/dailystrips/dailystrips-1.0.24.ebuild,v 1.3 2002/05/27 17:27:35 drobbins Exp +S=${WORKDIR}/${P} DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web." HOMEPAGE="http://dailystrips.sourceforge.net/" - -DEPEND=">=dev-perl/libwww-perl-5.50" - -#SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz" SRC_URI="http://west.dl.sourceforge.net/sourceforge/dailystrips/${P}.tar.gz" -S=${WORKDIR}/${P} +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=dev-perl/libwww-perl-5.50" src_unpack() { unpack ${A} |