summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-12-26 15:40:53 +0000
committerTorsten Veller <tove@gentoo.org>2012-12-26 15:40:53 +0000
commitbdd36ec3fc56cb709433932d3749719f9fd5f603 (patch)
tree743250af274f5726f56e39fd07b7cf39d0154e41 /perl-core
parent[bump] virtual/perl-ExtUtils-MakeMaker-6.640.0 (diff)
downloadgentoo-2-bdd36ec3fc56cb709433932d3749719f9fd5f603.tar.gz
gentoo-2-bdd36ec3fc56cb709433932d3749719f9fd5f603.tar.bz2
gentoo-2-bdd36ec3fc56cb709433932d3749719f9fd5f603.zip
[bump] perl-core/ExtUtils-ParseXS-3.180.0
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/ExtUtils-ParseXS/ChangeLog8
-rw-r--r--perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.180.0.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-core/ExtUtils-ParseXS/ChangeLog b/perl-core/ExtUtils-ParseXS/ChangeLog
index 96f56d8abc29..56b2530b5df3 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.45 2012/06/24 15:39:00 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.46 2012/12/26 15:40:53 tove Exp $
+
+*ExtUtils-ParseXS-3.180.0 (26 Dec 2012)
+
+ 26 Dec 2012; Torsten Veller <tove@gentoo.org>
+ +ExtUtils-ParseXS-3.180.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.180.0.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.180.0.ebuild
new file mode 100644
index 000000000000..fb34857901eb
--- /dev/null
+++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.180.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.180.0.ebuild,v 1.1 2012/12/26 15:40:53 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=3.18
+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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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"
+
+SRC_TEST="do"