[bump] perl-core/ExtUtils-ParseXS-3.110.0
authorTorsten Veller <tove@gentoo.org>
Sun, 8 Jan 2012 17:15:39 +0000 (17:15 +0000)
committerTorsten Veller <tove@gentoo.org>
Sun, 8 Jan 2012 17:15:39 +0000 (17:15 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

perl-core/ExtUtils-ParseXS/ChangeLog
perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.110.0.ebuild [new file with mode: 0644]

index 6aa5544bdf53e900d833562fd5b59e16f051632d..247be8ebbc0a191d16f6bcbb7129adc0781c1e25 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/ExtUtils-ParseXS
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.40 2011/12/25 11:46:26 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.41 2012/01/08 17:15:39 tove Exp $
+
+*ExtUtils-ParseXS-3.110.0 (08 Jan 2012)
+
+  08 Jan 2012; Torsten Veller <tove@gentoo.org>
+  +ExtUtils-ParseXS-3.110.0.ebuild:
+  Version bump
 
 *ExtUtils-ParseXS-3.80.0 (25 Dec 2011)
 
diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.110.0.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-3.110.0.ebuild
new file mode 100644 (file)
index 0000000..4e14764
--- /dev/null
@@ -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.110.0.ebuild,v 1.1 2012/01/08 17:15:39 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=3.11
+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 ~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"