summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-23 10:24:41 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-23 10:24:41 +0000
commite0d6cd4f2f4318161115cea2134bc3e211bd2011 (patch)
tree0e4cfecf0af1750f541e88580ae65e2a53d117d1 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-e0d6cd4f2f4318161115cea2134bc3e211bd2011.tar.gz
gentoo-2-e0d6cd4f2f4318161115cea2134bc3e211bd2011.tar.bz2
gentoo-2-e0d6cd4f2f4318161115cea2134bc3e211bd2011.zip
Version bump
(Portage version: 2.2_rc61/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.07.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog
index 1d1029c4e054..b668d1cc5ffb 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.4 2010/01/17 10:35:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.5 2010/01/23 10:24:41 tove Exp $
+
+*ExtUtils-XSpp-0.07 (23 Jan 2010)
+
+ 23 Jan 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.07.ebuild:
+ Version bump
*ExtUtils-XSpp-0.06 (17 Jan 2010)
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.ebuild
new file mode 100644
index 000000000000..a2774b61b979
--- /dev/null
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.07.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.07.ebuild,v 1.1 2010/01/23 10:24:41 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