diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-03 20:58:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-03 20:58:10 +0000 |
commit | 85a57450740a7fd29e1a648b894d20af596cd7ee (patch) | |
tree | 546f8b12994f47fe8b001f383508915c1f10c0e6 /dev-perl/Time-Duration | |
parent | Cleanup old ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-85a57450740a7fd29e1a648b894d20af596cd7ee.tar.gz gentoo-2-85a57450740a7fd29e1a648b894d20af596cd7ee.tar.bz2 gentoo-2-85a57450740a7fd29e1a648b894d20af596cd7ee.zip |
push to stable
Diffstat (limited to 'dev-perl/Time-Duration')
-rw-r--r-- | dev-perl/Time-Duration/Time-Duration-1.02.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild index bd0442ba283c..3161920561ca 100644 --- a/dev-perl/Time-Duration/Time-Duration-1.02.ebuild +++ b/dev-perl/Time-Duration/Time-Duration-1.02.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.02.ebuild,v 1.4 2004/03/03 20:24:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.02.ebuild,v 1.5 2004/03/03 20:58:10 vapier Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Rounded or exact English expression of durations" -SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/${P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 alpha ~hppa ~mips ~ppc sparc" - +SLOT="0" +KEYWORDS="x86 ppc sparc alpha mips hppa amd64" |