summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-24 16:10:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-24 16:10:39 +0000
commitba865a2c232af7b89da40a3fcb4104fd1761da5f (patch)
treeef8485f37a8d00bb3a4353f541b5ee791e333410 /dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild
parentprime-el-1.5.1.3.ebuild (diff)
downloadhistorical-ba865a2c232af7b89da40a3fcb4104fd1761da5f.tar.gz
historical-ba865a2c232af7b89da40a3fcb4104fd1761da5f.tar.bz2
historical-ba865a2c232af7b89da40a3fcb4104fd1761da5f.zip
version bump; cleaning
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild')
-rw-r--r--dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild
new file mode 100644
index 000000000000..6d6275e7a040
--- /dev/null
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.08.ebuild,v 1.1 2005/04/24 16:10:39 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Provides information about Classes"
+HOMEPAGE="http://search.cpan.org/~adamk/${P}/"
+SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/Test-Simple"
+
+SRC_TEST="do"