diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-11 10:46:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-11 10:46:48 +0000 |
commit | ffc3652c9694b511f6e253c3f6ca62c396d2936c (patch) | |
tree | 8138601d25ce2ba09bac9d6253b336cbe02677d1 /virtual/perl-File-Spec | |
parent | Version bump (diff) | |
download | gentoo-2-ffc3652c9694b511f6e253c3f6ca62c396d2936c.tar.gz gentoo-2-ffc3652c9694b511f6e253c3f6ca62c396d2936c.tar.bz2 gentoo-2-ffc3652c9694b511f6e253c3f6ca62c396d2936c.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-File-Spec')
-rw-r--r-- | virtual/perl-File-Spec/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.30.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-File-Spec/ChangeLog b/virtual/perl-File-Spec/ChangeLog index b312b06b2893..42a179a77a35 100644 --- a/virtual/perl-File-Spec/ChangeLog +++ b/virtual/perl-File-Spec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-File-Spec # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.39 2009/05/03 17:49:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.40 2009/05/11 10:46:48 tove Exp $ + +*perl-File-Spec-3.30 (11 May 2009) + + 11 May 2009; Torsten Veller <tove@gentoo.org> +perl-File-Spec-3.30.ebuild: + Version bump 03 May 2009; Markus Meier <maekke@gentoo.org> perl-File-Spec-3.29.ebuild: amd64 stable, bug #268198 diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.30.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.30.ebuild new file mode 100644 index 000000000000..e60512b7bcec --- /dev/null +++ b/virtual/perl-File-Spec/perl-File-Spec-3.30.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/perl-File-Spec-3.30.ebuild,v 1.1 2009/05/11 10:46:48 tove Exp $ + +DESCRIPTION="Virtual for File-Spec" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +IUSE="" +DEPEND="" +RDEPEND="~perl-core/File-Spec-${PV}" |