diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-28 15:02:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-28 15:02:45 +0000 |
commit | 69168ac225d36736598a88fc2a601eed2429b9fd (patch) | |
tree | 30e2f7d00bd6651a5ac026500d5cfe3f7f45ed75 /dev-perl | |
parent | Add new package, fork of suds by Czech NIC labs for datovka. (diff) | |
download | historical-69168ac225d36736598a88fc2a601eed2429b9fd.tar.gz historical-69168ac225d36736598a88fc2a601eed2429b9fd.tar.bz2 historical-69168ac225d36736598a88fc2a601eed2429b9fd.zip |
[bump] dev-perl/Sub-Install-0.926.0
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sub-Install/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index be10dde1b66b..0d47f1940eef 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.16 2011/11/07 07:58:02 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.17 2012/02/28 15:02:45 tove Exp $ + +*Sub-Install-0.926.0 (28 Feb 2012) + + 28 Feb 2012; Torsten Veller <tove@gentoo.org> +Sub-Install-0.926.0.ebuild: + Version bump 07 Nov 2011; Fabian Groffen <grobian@gentoo.org> Sub-Install-0.925.0.ebuild: Added Prefix keywords, bug #389001 diff --git a/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild b/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild new file mode 100644 index 000000000000..f69716185688 --- /dev/null +++ b/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 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.926.0.ebuild,v 1.1 2012/02/28 15:02:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.926 +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 |