summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-29 14:34:50 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-29 14:34:50 +0000
commit8ff593d3b481eeae148a14b192f05a12f793254f (patch)
tree5c43756475fe2c6b2fda5f1370f9c5c2afb2e232 /virtual/perl-ExtUtils-ParseXS
parentVersion bump (diff)
downloadgentoo-2-8ff593d3b481eeae148a14b192f05a12f793254f.tar.gz
gentoo-2-8ff593d3b481eeae148a14b192f05a12f793254f.tar.bz2
gentoo-2-8ff593d3b481eeae148a14b192f05a12f793254f.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-ExtUtils-ParseXS')
-rw-r--r--virtual/perl-ExtUtils-ParseXS/ChangeLog8
-rw-r--r--virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.22.02.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-ExtUtils-ParseXS/ChangeLog b/virtual/perl-ExtUtils-ParseXS/ChangeLog
index 9dc5a4f2f173..7ff76bbb45e8 100644
--- a/virtual/perl-ExtUtils-ParseXS/ChangeLog
+++ b/virtual/perl-ExtUtils-ParseXS/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-ExtUtils-ParseXS
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v 1.17 2010/01/26 21:41:10 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/ChangeLog,v 1.18 2010/01/29 14:34:50 tove Exp $
+
+*perl-ExtUtils-ParseXS-2.22.02 (29 Jan 2010)
+
+ 29 Jan 2010; Torsten Veller <tove@gentoo.org>
+ +perl-ExtUtils-ParseXS-2.22.02.ebuild:
+ Version bump
*perl-ExtUtils-ParseXS-2.22.01 (26 Jan 2010)
diff --git a/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.22.02.ebuild b/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.22.02.ebuild
new file mode 100644
index 000000000000..ea1c11c88d05
--- /dev/null
+++ b/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.22.02.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-2.22.02.ebuild,v 1.1 2010/01/29 14:34:50 tove Exp $
+
+DESCRIPTION="Converts Perl XS code into C code"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+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="~perl-core/ExtUtils-ParseXS-${PV}"