summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 19:13:34 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 19:13:34 +0000
commit797e6c3d959dbf1f880665be448aac50ff25e87c (patch)
tree3c59ce754ab70143a85607238077b38d1344204d /dev-perl/Sub-Identify
parentVersion bump, remove old. (diff)
downloadhistorical-797e6c3d959dbf1f880665be448aac50ff25e87c.tar.gz
historical-797e6c3d959dbf1f880665be448aac50ff25e87c.tar.bz2
historical-797e6c3d959dbf1f880665be448aac50ff25e87c.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Sub-Identify')
-rw-r--r--dev-perl/Sub-Identify/ChangeLog9
-rw-r--r--dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Sub-Identify/ChangeLog b/dev-perl/Sub-Identify/ChangeLog
index b80ea8deb910..3d7ca0cf6594 100644
--- a/dev-perl/Sub-Identify/ChangeLog
+++ b/dev-perl/Sub-Identify/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Sub-Identify
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/ChangeLog,v 1.5 2010/09/22 18:11:16 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/ChangeLog,v 1.6 2011/08/28 19:05:07 tove Exp $
+
+*Sub-Identify-0.40.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Sub-Identify-0.40.0.ebuild:
+ Change version scheme
22 Sep 2010; Fabian Groffen <grobian@gentoo.org> Sub-Identify-0.04.ebuild:
Marked ~ppc-macos ~x86-solaris, bug #337974
diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild
new file mode 100644
index 000000000000..edcf3485ae8b
--- /dev/null
+++ b/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Identify/Sub-Identify-0.40.0.ebuild,v 1.1 2011/08/28 19:05:07 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RGARCIA
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Retrieve names of code references"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do