summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-19 21:26:33 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-19 21:26:33 +0000
commitf78a0a2fe858220de851b9bcab39a46ace688628 (patch)
tree4348774a1d047c253155fae9fe0d9f3f600c027b /dev-perl
parentVersion bump (diff)
downloadgentoo-2-f78a0a2fe858220de851b9bcab39a46ace688628.tar.gz
gentoo-2-f78a0a2fe858220de851b9bcab39a46ace688628.tar.bz2
gentoo-2-f78a0a2fe858220de851b9bcab39a46ace688628.zip
Restore ebuild pending stabilization of 0.926.0-r1 on hppa
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Sub-Install/ChangeLog6
-rw-r--r--dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild24
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog
index 932e3715320b..a69afa5ec868 100644
--- a/dev-perl/Sub-Install/ChangeLog
+++ b/dev-perl/Sub-Install/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Sub-Install
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.30 2014/10/19 16:19:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.31 2014/10/19 21:26:33 dilfridge Exp $
+
+ 19 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Sub-Install-0.925.0.ebuild:
+ Restore ebuild pending stabilization of 0.926.0-r1 on hppa
19 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -Sub-Install-0.925.0.ebuild:
Drop old
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..c0428343b02b
--- /dev/null
+++ b/dev-perl/Sub-Install/Sub-Install-0.925.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 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.9 2014/10/19 21:26:33 dilfridge Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.925
+inherit perl-module
+
+DESCRIPTION="install subroutines into packages easily"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST=do