diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-02 18:49:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-02 18:49:28 +0000 |
commit | be91507a6f2fbca42e669be19c324b37aaf7d980 (patch) | |
tree | b9bc52a1d54543a4cd101cb7e40e00529e8991cc /virtual/perl-Text-Balanced | |
parent | Version bump (diff) | |
download | gentoo-2-be91507a6f2fbca42e669be19c324b37aaf7d980.tar.gz gentoo-2-be91507a6f2fbca42e669be19c324b37aaf7d980.tar.bz2 gentoo-2-be91507a6f2fbca42e669be19c324b37aaf7d980.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Text-Balanced')
-rw-r--r-- | virtual/perl-Text-Balanced/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Text-Balanced/perl-Text-Balanced-2.02.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Text-Balanced/ChangeLog b/virtual/perl-Text-Balanced/ChangeLog index 5c7dfd9a69af..a806eb00ad8c 100644 --- a/virtual/perl-Text-Balanced/ChangeLog +++ b/virtual/perl-Text-Balanced/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Text-Balanced # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.20 2009/05/12 13:02:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.21 2009/08/02 18:49:28 tove Exp $ + +*perl-Text-Balanced-2.02 (02 Aug 2009) + + 02 Aug 2009; Torsten Veller <tove@gentoo.org> + +perl-Text-Balanced-2.02.ebuild: + Version bump 12 May 2009; Alexis Ballier <aballier@gentoo.org> perl-Text-Balanced-2.0.0.ebuild: diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.02.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.02.ebuild new file mode 100644 index 000000000000..0d3a38da56c9 --- /dev/null +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.02.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.02.ebuild,v 1.1 2009/08/02 18:49:28 tove Exp $ + +DESCRIPTION="Virtual for Text-Balanced" +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="" + +RDEPEND="~perl-core/Text-Balanced-${PV}" |