summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-26 21:40:37 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-26 21:40:37 +0000
commitc7ddda78521e62c0d843d7bd955a6f0a91f4df7b (patch)
tree975f20ea1298c5a1f021dcc420fc224be6fa3bae /perl-core/ExtUtils-ParseXS
parentCleanup (diff)
downloadgentoo-2-c7ddda78521e62c0d843d7bd955a6f0a91f4df7b.tar.gz
gentoo-2-c7ddda78521e62c0d843d7bd955a6f0a91f4df7b.tar.bz2
gentoo-2-c7ddda78521e62c0d843d7bd955a6f0a91f4df7b.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/ExtUtils-ParseXS')
-rw-r--r--perl-core/ExtUtils-ParseXS/ChangeLog8
-rw-r--r--perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/perl-core/ExtUtils-ParseXS/ChangeLog b/perl-core/ExtUtils-ParseXS/ChangeLog
index e5bfedcc4e2e..515a6ef58d09 100644
--- a/perl-core/ExtUtils-ParseXS/ChangeLog
+++ b/perl-core/ExtUtils-ParseXS/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/ExtUtils-ParseXS
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.16 2010/01/17 13:19:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.17 2010/01/26 21:40:37 tove Exp $
+
+*ExtUtils-ParseXS-2.22.01 (26 Jan 2010)
+
+ 26 Jan 2010; Torsten Veller <tove@gentoo.org>
+ +ExtUtils-ParseXS-2.22.01.ebuild:
+ Version bump
17 Jan 2010; Torsten Veller <tove@gentoo.org>
-ExtUtils-ParseXS-2.18.ebuild, -ExtUtils-ParseXS-2.19.ebuild,
diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild
new file mode 100644
index 000000000000..b5552cd49d4f
--- /dev/null
+++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild,v 1.1 2010/01/26 21:40:37 tove Exp $
+
+EAPI=2
+
+inherit versionator
+MY_P=${PN}-$(delete_version_separator 2 )
+S=${WORKDIR}/${MY_P}
+MODULE_AUTHOR=DAGOLDEN
+inherit perl-module
+
+DESCRIPTION="Converts Perl XS code into C code"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-CBuilder
+ virtual/perl-Module-Build"
+
+SRC_TEST="do"