diff options
author | Torsten Veller <tove@gentoo.org> | 2012-11-04 14:43:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-11-04 14:43:10 +0000 |
commit | f373334ede6c4f15e7d2f346c2e84fc4032cdfe6 (patch) | |
tree | 5bc3f0e1ffa393cf38f2aa6da1930aa26697292e /dev-perl/Inline | |
parent | [bump] dev-perl/Log-Log4perl-1.390.0 (diff) | |
download | gentoo-2-f373334ede6c4f15e7d2f346c2e84fc4032cdfe6.tar.gz gentoo-2-f373334ede6c4f15e7d2f346c2e84fc4032cdfe6.tar.bz2 gentoo-2-f373334ede6c4f15e7d2f346c2e84fc4032cdfe6.zip |
[bump] dev-perl/Inline-0.510.0
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.510.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index 582b47973a90..49531583131d 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Inline # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.54 2012/09/22 13:20:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.55 2012/11/04 14:43:10 tove Exp $ + +*Inline-0.510.0 (04 Nov 2012) + + 04 Nov 2012; Torsten Veller <tove@gentoo.org> +Inline-0.510.0.ebuild: + Version bump 22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> Inline-0.500.0.ebuild: keyword ~ppc64, bug #384677 diff --git a/dev-perl/Inline/Inline-0.510.0.ebuild b/dev-perl/Inline/Inline-0.510.0.ebuild new file mode 100644 index 000000000000..495a5084760e --- /dev/null +++ b/dev-perl/Inline/Inline-0.510.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.510.0.ebuild,v 1.1 2012/11/04 14:43:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SISYPHUS +MODULE_VERSION=0.51 +inherit perl-module + +DESCRIPTION="Write Perl subroutines in other languages" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Digest-MD5 + virtual/perl-File-Spec + dev-perl/Parse-RecDescent" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Warn + )" + +SRC_TEST=do + +src_test() { + MAKEOPTS+=" -j1" perl-module_src_test # bug 384137 +} |