diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-07 09:50:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-07 09:50:27 +0000 |
commit | 0c31c3c7df183272d28d7a683bbed041a08c647e (patch) | |
tree | c9fc33ca884fd38d0c09976b831a5bae416d4e26 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-0c31c3c7df183272d28d7a683bbed041a08c647e.tar.gz gentoo-2-0c31c3c7df183272d28d7a683bbed041a08c647e.tar.bz2 gentoo-2-0c31c3c7df183272d28d7a683bbed041a08c647e.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index b668d1cc5ffb..cfc2fa9371ce 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.5 2010/01/23 10:24:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.6 2010/02/07 09:50:27 tove Exp $ + +*ExtUtils-XSpp-0.08 (07 Feb 2010) + + 07 Feb 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.08.ebuild: + Version bump *ExtUtils-XSpp-0.07 (23 Jan 2010) diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.ebuild new file mode 100644 index 000000000000..43da67af6f9b --- /dev/null +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.08.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.08.ebuild,v 1.1 2010/02/07 09:50:27 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SMUELLER +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" + +SRC_TEST=do |