diff options
Diffstat (limited to 'dev-perl/DateManip/DateManip-5.42a-r1.ebuild')
-rw-r--r-- | dev-perl/DateManip/DateManip-5.42a-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/DateManip/DateManip-5.42a-r1.ebuild b/dev-perl/DateManip/DateManip-5.42a-r1.ebuild index eb2e093869c7..1b4139b6048e 100644 --- a/dev-perl/DateManip/DateManip-5.42a-r1.ebuild +++ b/dev-perl/DateManip/DateManip-5.42a-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.42a-r1.ebuild,v 1.5 2004/04/15 21:15:26 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.42a-r1.ebuild,v 1.6 2004/04/25 21:02:39 vapier Exp $ -inherit perl-module +inherit perl-module eutils DESCRIPTION="Perl date manipulation routines." HOMEPAGE="http://www.perl.com/CPAN/authors/id/SBECK/${P}.readme" @@ -11,6 +11,7 @@ SRC_URI="http://www.cpan.org/modules/by-module/Date/SBECK/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc ~alpha ~mips hppa ~amd64 s390" +IUSE="" mydoc="HISTORY TODO" |