summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 19:02:53 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 19:02:53 +0000
commite639e03148ec4d5713aa12316aa1a37e0890b883 (patch)
tree33acbb1ef03752472b85dee66e26045c5952bc70 /dev-perl/Sub-Install
parentChange version scheme (diff)
downloadgentoo-2-e639e03148ec4d5713aa12316aa1a37e0890b883.tar.gz
gentoo-2-e639e03148ec4d5713aa12316aa1a37e0890b883.tar.bz2
gentoo-2-e639e03148ec4d5713aa12316aa1a37e0890b883.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sub-Install')
-rw-r--r--dev-perl/Sub-Install/ChangeLog7
-rw-r--r--dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog
index aea506b7264c..50db421aee30 100644
--- a/dev-perl/Sub-Install/ChangeLog
+++ b/dev-perl/Sub-Install/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Sub-Install
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.9 2011/08/28 13:58:32 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.10 2011/08/28 19:02:53 tove Exp $
+
+*Sub-Install-0.925.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Sub-Install-0.925.0.ebuild:
+ Change version scheme
28 Aug 2011; Naohiro Aota <naota@gentoo.org> Sub-Install-0.925.ebuild:
Add ~x86-fbsd
diff --git a/dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild b/dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild
new file mode 100644
index 000000000000..8256f0596892
--- /dev/null
+++ b/dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild,v 1.1 2011/08/28 19:02:53 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.925
+inherit perl-module
+
+DESCRIPTION="install subroutines into packages easily"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST=do