diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
commit | 30abe78b3fdb7defcba0bef73460d139ec73bcf3 (patch) | |
tree | 6a774ad94fe0a42d637cba9568a07d89fcc2eaa4 /dev-perl/Date-ISO | |
parent | repoman fixes (diff) | |
download | gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.gz gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.bz2 gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.zip |
repoman'd
Diffstat (limited to 'dev-perl/Date-ISO')
-rw-r--r-- | dev-perl/Date-ISO/Date-ISO-1.28.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Date-ISO/Date-ISO-1.28.ebuild b/dev-perl/Date-ISO/Date-ISO-1.28.ebuild index 48a35ebca614..39e776da568e 100644 --- a/dev-perl/Date-ISO/Date-ISO-1.28.ebuild +++ b/dev-perl/Date-ISO/Date-ISO-1.28.ebuild @@ -1,17 +1,18 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-ISO/Date-ISO-1.28.ebuild,v 1.1 2002/06/28 17:51:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-ISO/Date-ISO-1.28.ebuild,v 1.2 2002/07/25 04:13:25 seemant Exp $ inherit perl-module MY_P=Date-ISO-${PV} S=${WORKDIR}/${MY_P} -CATEGORY="dev-perl" DESCRIPTION="Date::ICal subclass that handles ISO format dates" -LICENSE="Artistic | GPL-2" SRC_URI="http://www.cpan.org/modules/by-module/Date/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Date/${MY_P}.readme" + SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" newdepend "dev-perl/Date-ICal dev-perl/Memoize" |