diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-16 02:15:43 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-16 02:15:43 +0000 |
commit | 0e6e37dafe68db1c08dc5216f54733d06c50690d (patch) | |
tree | 34c90d36bc3d3ddf6b633f382dcc5023decf3a82 /virtual | |
parent | Handle spaces in mounts #151257 by Adam Goossens. (diff) | |
download | gentoo-2-0e6e37dafe68db1c08dc5216f54733d06c50690d.tar.gz gentoo-2-0e6e37dafe68db1c08dc5216f54733d06c50690d.tar.bz2 gentoo-2-0e6e37dafe68db1c08dc5216f54733d06c50690d.zip |
Updating virtuals; updating keywords to match with the real targets
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'virtual')
5 files changed, 27 insertions, 3 deletions
diff --git a/virtual/perl-Text-Balanced/ChangeLog b/virtual/perl-Text-Balanced/ChangeLog index ed3ca3be519d..dbc37c7e6bbf 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.3 2006/02/16 19:49:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.4 2006/10/16 02:15:43 mcummings Exp $ + +*perl-Text-Balanced-1.98 (16 Oct 2006) + + 16 Oct 2006; Michael Cummings <mcummings@gentoo.org> + perl-Text-Balanced-1.95.ebuild, +perl-Text-Balanced-1.98.ebuild: + Updating virtuals; updating keywords to match with the real targets 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> perl-Text-Balanced-1.95.ebuild: diff --git a/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.95 b/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.95 index e69de29bb2d1..8b137891791f 100644 --- a/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.95 +++ b/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.95 @@ -0,0 +1 @@ + diff --git a/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.98 b/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.98 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/virtual/perl-Text-Balanced/files/digest-perl-Text-Balanced-1.98 @@ -0,0 +1 @@ + diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild index 0f8ea1d16699..9662c3abc035 100644 --- a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-1.95.ebuild,v 1.2 2006/02/13 19:58:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-1.95.ebuild,v 1.3 2006/10/16 02:15:43 mcummings Exp $ DESCRIPTION="Virtual for Text-Balanced" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-1.98.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.98.ebuild new file mode 100644 index 000000000000..db70838ad010 --- /dev/null +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-1.98.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 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-1.98.ebuild,v 1.1 2006/10/16 02:15:43 mcummings 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +IUSE="" +DEPEND="" +RDEPEND="|| ( ~perl-core/Text-Balanced-${PV} )" + |