diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-01 03:10:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-01 03:10:46 +0000 |
commit | 86f5314e633b98d815e5e10835eaf2b18c64f3a4 (patch) | |
tree | c5cbcd40d5fad7eedb85c3e3a4c061014f219660 /dev-perl | |
parent | DEP for new ebuild, bug 21791 (diff) | |
download | historical-86f5314e633b98d815e5e10835eaf2b18c64f3a4.tar.gz historical-86f5314e633b98d815e5e10835eaf2b18c64f3a4.tar.bz2 historical-86f5314e633b98d815e5e10835eaf2b18c64f3a4.zip |
New ebuild for bug 21791
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-Inspector/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Class-Inspector/Class-Inspector-1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Class-Inspector/Manifest | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Class-Inspector/ChangeLog b/dev-perl/Class-Inspector/ChangeLog new file mode 100644 index 000000000000..0cf941ad192f --- /dev/null +++ b/dev-perl/Class-Inspector/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Class-Inspector +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.1 2003/06/01 03:10:46 mcummings Exp $ + +*Class-Inspector-1 (31 May 2003) + + 31 May 2003; Michael Cummings <mcummings@gentoo.org> + Class-Inspector-1.ebuild: + New ebuild for bug 21791 + diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.ebuild new file mode 100644 index 000000000000..a607569de9ca --- /dev/null +++ b/dev-perl/Class-Inspector/Class-Inspector-1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.ebuild,v 1.1 2003/06/01 03:10:46 mcummings Exp $ + +IUSE="" + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Provides information about Classes" +SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/ADAMK/${P}/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND} + dev-perl/Test-Simple + dev-perl/Class-ISA + dev-perl/File-Spec" diff --git a/dev-perl/Class-Inspector/Manifest b/dev-perl/Class-Inspector/Manifest new file mode 100644 index 000000000000..101f452843cf --- /dev/null +++ b/dev-perl/Class-Inspector/Manifest @@ -0,0 +1,2 @@ +MD5 89475094a3487bcadae8319e33ccc960 Class-Inspector-1.ebuild 442 +MD5 c29219a3f94b0b3dc7eeb821f7067664 files/digest-Class-Inspector-1 68 |