diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-04 18:59:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-04 18:59:50 +0000 |
commit | 99b8d4b448e14c2566cf1d33b73619143113c513 (patch) | |
tree | ad0e808958b036bb52a3bb1f17492e17ed425af8 /dev-perl/ExtUtils-XSpp | |
parent | Initial portage version, moved from sunrise. Bug #230197 (diff) | |
download | gentoo-2-99b8d4b448e14c2566cf1d33b73619143113c513.tar.gz gentoo-2-99b8d4b448e14c2566cf1d33b73619143113c513.tar.bz2 gentoo-2-99b8d4b448e14c2566cf1d33b73619143113c513.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index ef08fc51e8b6..d2a2f51432b1 100644 --- a/dev-perl/ExtUtils-XSpp/ChangeLog +++ b/dev-perl/ExtUtils-XSpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-XSpp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.9 2010/04/15 06:24:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.10 2010/05/04 18:59:50 tove Exp $ + +*ExtUtils-XSpp-0.11 (04 May 2010) + + 04 May 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.11.ebuild: + Version bump *ExtUtils-XSpp-0.10 (15 Apr 2010) diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild new file mode 100644 index 000000000000..64dbd9d46823 --- /dev/null +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild,v 1.1 2010/05/04 18:59:50 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=MBARBON +inherit perl-module + +DESCRIPTION="XS for C++" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="virtual/perl-Module-Build + test? ( dev-perl/Test-Differences + dev-perl/Test-Base )" +RDEPEND=">=virtual/perl-ExtUtils-ParseXS-2.22.02" + +SRC_TEST=do |