diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 22:05:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-05-01 22:05:04 +0000 |
commit | 8773451526bd65bccb6d14522e1b6a8ce81e0602 (patch) | |
tree | a1d88f32ae3eaeb4f7a2b7c6f574913ae018b811 /dev-perl/Time-Duration/Time-Duration-1.03.ebuild | |
parent | Bump for 2.14.1 (diff) | |
download | gentoo-2-8773451526bd65bccb6d14522e1b6a8ce81e0602.tar.gz gentoo-2-8773451526bd65bccb6d14522e1b6a8ce81e0602.tar.bz2 gentoo-2-8773451526bd65bccb6d14522e1b6a8ce81e0602.zip |
Version bump
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-perl/Time-Duration/Time-Duration-1.03.ebuild')
-rw-r--r-- | dev-perl/Time-Duration/Time-Duration-1.03.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Time-Duration/Time-Duration-1.03.ebuild b/dev-perl/Time-Duration/Time-Duration-1.03.ebuild new file mode 100644 index 000000000000..6eaeebd8240d --- /dev/null +++ b/dev-perl/Time-Duration/Time-Duration-1.03.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Duration/Time-Duration-1.03.ebuild,v 1.1 2006/05/01 22:05:04 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Rounded or exact English expression of durations" +HOMEPAGE="http://search.cpan.org/~avif/${P}" +SRC_URI="mirror://cpan/authors/id/A/AV/AVIF/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |