summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-15 06:35:04 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-15 06:35:04 +0000
commit3680962a3770242a30fbe43e8f7a0bd282058daf (patch)
tree1e8f86975684e8712f3d107a4ca880114f5fe519 /dev-perl/ExtUtils-XSpp
parentdbus: Remove dbus 1.2.12, it only had unstable keywords, and 1.2.24 is curren... (diff)
downloadhistorical-3680962a3770242a30fbe43e8f7a0bd282058daf.tar.gz
historical-3680962a3770242a30fbe43e8f7a0bd282058daf.tar.bz2
historical-3680962a3770242a30fbe43e8f7a0bd282058daf.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/ExtUtils-XSpp')
-rw-r--r--dev-perl/ExtUtils-XSpp/ChangeLog7
-rw-r--r--dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog
index 1c486e6f202e..ef08fc51e8b6 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.8 2010/04/09 07:58:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.9 2010/04/15 06:24:27 tove Exp $
+
+*ExtUtils-XSpp-0.10 (15 Apr 2010)
+
+ 15 Apr 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.10.ebuild:
+ Version bump
09 Apr 2010; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.05.ebuild,
-ExtUtils-XSpp-0.06.ebuild, -ExtUtils-XSpp-0.07.ebuild,
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.ebuild
new file mode 100644
index 000000000000..c3c1aec1d546
--- /dev/null
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.10.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.10.ebuild,v 1.1 2010/04/15 06:24:27 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.02"
+
+SRC_TEST=do