diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-17 07:40:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-17 07:40:52 +0000 |
commit | 27dffa74f5c6e339c0bea3e6e24059321ae85766 (patch) | |
tree | cb92af7c6a31fe14909e73bc9c837653f7e54a87 /perl-core/Text-Balanced | |
parent | Cleanup (diff) | |
download | gentoo-2-27dffa74f5c6e339c0bea3e6e24059321ae85766.tar.gz gentoo-2-27dffa74f5c6e339c0bea3e6e24059321ae85766.tar.bz2 gentoo-2-27dffa74f5c6e339c0bea3e6e24059321ae85766.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Text-Balanced')
-rw-r--r-- | perl-core/Text-Balanced/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/perl-core/Text-Balanced/ChangeLog b/perl-core/Text-Balanced/ChangeLog index 9e4f893919c6..094d2ac58300 100644 --- a/perl-core/Text-Balanced/ChangeLog +++ b/perl-core/Text-Balanced/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Text-Balanced -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.37 2010/10/22 18:06:13 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.38 2011/01/17 07:40:52 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-Balanced-2.0.0.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Text-Balanced-2.02.ebuild: diff --git a/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild b/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild deleted file mode 100644 index 3e98cad6427e..000000000000 --- a/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild,v 1.19 2010/01/21 09:30:58 tove Exp $ - -inherit perl-module - -MY_P="${PN}-v${PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Extract balanced-delimiter substrings" -HOMEPAGE="http://search.cpan.org/~dconway" -SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-version" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" |