summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r--dev-perl/ExtUtils-XSpp/ChangeLog9
-rw-r--r--dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.170.0.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog
index 6b46a458b85f..162da1d103b3 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.26 2012/12/28 20:14:51 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.27 2013/02/10 15:17:26 tove Exp $
+
+*ExtUtils-XSpp-0.170.0 (10 Feb 2013)
+
+ 10 Feb 2013; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.170.0.ebuild:
+ Version bump
*ExtUtils-XSpp-0.160.300 (28 Dec 2012)
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.170.0.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.170.0.ebuild
new file mode 100644
index 000000000000..e17854ea1812
--- /dev/null
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.170.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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.170.0.ebuild,v 1.1 2013/02/10 15:17:26 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=0.1700
+inherit perl-module
+
+DESCRIPTION="XS for C++"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ >=virtual/perl-Module-Build-0.400.0
+ test? (
+ dev-perl/Test-Differences
+ dev-perl/Test-Base
+ )
+"
+RDEPEND="
+ >=virtual/perl-ExtUtils-ParseXS-2.22.02
+"
+
+SRC_TEST=do