diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-17 10:35:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-17 10:35:03 +0000 |
commit | 4fc9009c481ee36e04252207283e18aeef8540cd (patch) | |
tree | c4851144e0039a809b6646a3ffe7a69c392c5e05 /dev-perl/ExtUtils-XSpp | |
parent | mask app-arch/rzip - silently creates broken archives (bug #217552) (diff) | |
download | gentoo-2-4fc9009c481ee36e04252207283e18aeef8540cd.tar.gz gentoo-2-4fc9009c481ee36e04252207283e18aeef8540cd.tar.bz2 gentoo-2-4fc9009c481ee36e04252207283e18aeef8540cd.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index 80a7c4d0baea..1d1029c4e054 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.3 2009/10/12 12:01:06 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.4 2010/01/17 10:35:03 tove Exp $ + +*ExtUtils-XSpp-0.06 (17 Jan 2010) + + 17 Jan 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.06.ebuild: + Version bump 12 Oct 2009; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.04.ebuild: Cleanup diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.ebuild new file mode 100644 index 000000000000..bbf0dfb1a9e8 --- /dev/null +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.06.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.06.ebuild,v 1.1 2010/01/17 10:35:03 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" + +SRC_TEST=do |