summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-27 18:59:27 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-27 18:59:27 +0000
commit2a7ba0122e70d0e76185409da11def0508a6b237 (patch)
tree3d8c44a7b734e03640e22513df8cdd0a6f2e5985
parentppc64 stable wrt #352781 (diff)
downloadgentoo-2-2a7ba0122e70d0e76185409da11def0508a6b237.tar.gz
gentoo-2-2a7ba0122e70d0e76185409da11def0508a6b237.tar.bz2
gentoo-2-2a7ba0122e70d0e76185409da11def0508a6b237.zip
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
-rw-r--r--dev-perl/Class-Inspector/ChangeLog9
-rw-r--r--dev-perl/Class-Inspector/Class-Inspector-1.250.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Class-Inspector/ChangeLog b/dev-perl/Class-Inspector/ChangeLog
index 53a5186c54f6..4d27d29ac866 100644
--- a/dev-perl/Class-Inspector/ChangeLog
+++ b/dev-perl/Class-Inspector/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Class-Inspector
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.63 2010/11/05 13:56:03 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.64 2011/01/27 18:59:27 tove Exp $
+
+*Class-Inspector-1.250 (27 Jan 2011)
+
+ 27 Jan 2011; Torsten Veller <tove@gentoo.org> +Class-Inspector-1.250.ebuild:
+ Version bump
05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
Class-Inspector-1.24.ebuild:
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.250.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.250.ebuild
new file mode 100644
index 000000000000..c1e4a40da93a
--- /dev/null
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.250.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 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.250.ebuild,v 1.1 2011/01/27 18:59:27 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION="Provides information about Classes"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"