summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-24 06:16:23 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-24 06:16:23 +0000
commit7eaa85f3117208b5d78261028a09b402f70c47bf (patch)
treeaec74404c11a62c74a97888398ae3d72425e857a /dev-perl/ExtUtils-XSpp
parentapp-admin/eselect-opengl: lower eselect dep to 1.1 (see bug #286090) (diff)
downloadhistorical-7eaa85f3117208b5d78261028a09b402f70c47bf.tar.gz
historical-7eaa85f3117208b5d78261028a09b402f70c47bf.tar.bz2
historical-7eaa85f3117208b5d78261028a09b402f70c47bf.zip
Version bump
Package-Manager: portage-2.2_rc41/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.05.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-XSpp/ChangeLog b/dev-perl/ExtUtils-XSpp/ChangeLog
index 1cef04deff31..3cab1e375d89 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.1 2009/08/10 12:05:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.2 2009/09/24 06:16:23 tove Exp $
+
+*ExtUtils-XSpp-0.05 (24 Sep 2009)
+
+ 24 Sep 2009; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.05.ebuild:
+ Version bump
*ExtUtils-XSpp-0.04 (10 Aug 2009)
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild
new file mode 100644
index 000000000000..2079c1b26666
--- /dev/null
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.05.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.05.ebuild,v 1.1 2009/09/24 06:16:23 tove Exp $
+
+EAPI=2
+
+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=""
+
+SRC_TEST=do