diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-06 18:46:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-06 18:46:58 +0000 |
commit | 6469aabe352261ceedd1b5c96df8ad098262bc4b (patch) | |
tree | 055c7a2a26b0622a364dfe594030deb854cd9c5f /perl-core | |
parent | Version bump (diff) | |
download | historical-6469aabe352261ceedd1b5c96df8ad098262bc4b.tar.gz historical-6469aabe352261ceedd1b5c96df8ad098262bc4b.tar.bz2 historical-6469aabe352261ceedd1b5c96df8ad098262bc4b.zip |
Version bump
Package-Manager: portage-2.2_rc43/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Class-ISA/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Class-ISA/Class-ISA-0.36.ebuild | 16 | ||||
-rw-r--r-- | perl-core/ExtUtils-ParseXS/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild | 24 | ||||
-rw-r--r-- | perl-core/Module-CoreList/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Module-CoreList/Module-CoreList-2.20.ebuild | 16 |
6 files changed, 76 insertions, 3 deletions
diff --git a/perl-core/Class-ISA/ChangeLog b/perl-core/Class-ISA/ChangeLog index 4122815345fc..3be02156f9d9 100644 --- a/perl-core/Class-ISA/ChangeLog +++ b/perl-core/Class-ISA/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Class-ISA # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.4 2009/09/26 19:56:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.5 2009/10/06 18:42:40 tove Exp $ + +*Class-ISA-0.36 (06 Oct 2009) + + 06 Oct 2009; Torsten Veller <tove@gentoo.org> +Class-ISA-0.36.ebuild: + Version bump *Class-ISA-0.35 (26 Sep 2009) diff --git a/perl-core/Class-ISA/Class-ISA-0.36.ebuild b/perl-core/Class-ISA/Class-ISA-0.36.ebuild new file mode 100644 index 000000000000..2f8a7df7fc01 --- /dev/null +++ b/perl-core/Class-ISA/Class-ISA-0.36.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.36.ebuild,v 1.1 2009/10/06 18:42:40 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SMUELLER +inherit perl-module + +DESCRIPTION="Report the search path thru an ISA tree" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ChangeLog b/perl-core/ExtUtils-ParseXS/ChangeLog index e573656028fc..2225787aba99 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.5 2009/09/15 07:27:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.6 2009/10/06 18:46:58 tove Exp $ + +*ExtUtils-ParseXS-2.21 (06 Oct 2009) + + 06 Oct 2009; Torsten Veller <tove@gentoo.org> + +ExtUtils-ParseXS-2.21.ebuild: + Version bump *ExtUtils-ParseXS-2.20.0401 (15 Sep 2009) diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild new file mode 100644 index 000000000000..45e89e5ddc5d --- /dev/null +++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 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.21.ebuild,v 1.1 2009/10/06 18:46:58 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 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-CBuilder + virtual/perl-Module-Build" + +SRC_TEST="do" diff --git a/perl-core/Module-CoreList/ChangeLog b/perl-core/Module-CoreList/ChangeLog index b7345958bfb3..795439c14bd6 100644 --- a/perl-core/Module-CoreList/ChangeLog +++ b/perl-core/Module-CoreList/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-CoreList # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.2 2009/08/24 21:12:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.3 2009/10/06 18:39:05 tove Exp $ + +*Module-CoreList-2.20 (06 Oct 2009) + + 06 Oct 2009; Torsten Veller <tove@gentoo.org> + +Module-CoreList-2.20.ebuild: + Version bump *Module-CoreList-2.18 (24 Aug 2009) diff --git a/perl-core/Module-CoreList/Module-CoreList-2.20.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.20.ebuild new file mode 100644 index 000000000000..16f13ede927e --- /dev/null +++ b/perl-core/Module-CoreList/Module-CoreList-2.20.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.20.ebuild,v 1.1 2009/10/06 18:39:05 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="RGARCIA" +inherit perl-module + +DESCRIPTION="what modules shipped with versions of perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do |