diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-04 07:07:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-04 07:07:25 +0000 |
commit | 45a627fbe6541cfc153ccd70292ed2283b91a9f5 (patch) | |
tree | a1c93c39408f6115db9c8f8098e3fd3b5ba9134c /dev-perl/ExtUtils-XSpp | |
parent | [bump] dev-perl/MIME-EncWords-1.12.3 (diff) | |
download | historical-45a627fbe6541cfc153ccd70292ed2283b91a9f5.tar.gz historical-45a627fbe6541cfc153ccd70292ed2283b91a9f5.tar.bz2 historical-45a627fbe6541cfc153ccd70292ed2283b91a9f5.zip |
[bump] dev-perl/ExtUtils-XSpp-0.160.200
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.200.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog index 25954a24544f..321b6dda010d 100644 --- a/dev-perl/ExtUtils-XSpp/ChangeLog +++ b/dev-perl/ExtUtils-XSpp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/ExtUtils-XSpp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.19 2011/04/03 06:34:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.20 2011/06/04 07:07:25 tove Exp $ + +*ExtUtils-XSpp-0.160.200 (04 Jun 2011) + + 04 Jun 2011; Torsten Veller <tove@gentoo.org> + +ExtUtils-XSpp-0.160.200.ebuild: + Version bump 03 Apr 2011; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.15.ebuild, -ExtUtils-XSpp-0.160.0.ebuild: diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.200.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.200.ebuild new file mode 100644 index 000000000000..b670c701d7a1 --- /dev/null +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.200.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.160.200.ebuild,v 1.1 2011/06/04 07:07:25 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MBARBON +MODULE_VERSION=0.1602 +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 |