summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-08-17 08:30:39 +0000
committerTorsten Veller <tove@gentoo.org>2010-08-17 08:30:39 +0000
commit52ebcafaadb67db410c77a22c092dfcf85110bc3 (patch)
tree9d01e2e211d4dd5879bd7a4dd967ba6481abc768 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-52ebcafaadb67db410c77a22c092dfcf85110bc3.tar.gz
gentoo-2-52ebcafaadb67db410c77a22c092dfcf85110bc3.tar.bz2
gentoo-2-52ebcafaadb67db410c77a22c092dfcf85110bc3.zip
Version bump
(Portage version: 2.2_rc67_p554/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/ExtUtils-XSpp/ChangeLog7
-rw-r--r--dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog
index 04752f9dfbdc..121a7a3616ce 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.14 2010/07/22 17:01:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.15 2010/08/17 08:30:39 tove Exp $
+
+*ExtUtils-XSpp-0.15 (17 Aug 2010)
+
+ 17 Aug 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.15.ebuild:
+ Version bump
*ExtUtils-XSpp-0.14 (22 Jul 2010)
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild
new file mode 100644
index 000000000000..c8d0e66f95e3
--- /dev/null
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.15.ebuild
@@ -0,0 +1,22 @@
+# 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.15.ebuild,v 1.1 2010/08/17 08:30:39 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=SMUELLER
+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