diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:35:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:35:02 +0000 |
commit | fdcaaa3fd1ba930de3b43ebdf683710b74dbd516 (patch) | |
tree | 66db58711cba8cebb320d7e048e3262ace45c0a4 /dev-perl/Parse-RecDescent | |
parent | Cleanup (diff) | |
download | gentoo-2-fdcaaa3fd1ba930de3b43ebdf683710b74dbd516.tar.gz gentoo-2-fdcaaa3fd1ba930de3b43ebdf683710b74dbd516.tar.bz2 gentoo-2-fdcaaa3fd1ba930de3b43ebdf683710b74dbd516.zip |
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
4 files changed, 6 insertions, 82 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 86c0b9efd95a..9c8805672a2e 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Parse-RecDescent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.36 2010/04/07 07:24:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.37 2010/04/09 07:35:02 tove Exp $ + + 09 Apr 2010; Torsten Veller <tove@gentoo.org> + -Parse-RecDescent-1.962.2.ebuild, -Parse-RecDescent-1.963.ebuild, + -Parse-RecDescent-1.964.ebuild: + Cleanup *Parse-RecDescent-1.965.001 (07 Apr 2010) diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.962.2.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.962.2.ebuild deleted file mode 100644 index c5fd3187fbaa..000000000000 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.962.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.962.2.ebuild,v 1.2 2010/01/10 19:30:03 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=DCONWAY -inherit perl-module - -DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -RDEPEND="virtual/perl-Text-Balanced - virtual/perl-version" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - dohtml -r tutorial -} diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.963.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.963.ebuild deleted file mode 100644 index 84b2099e1b54..000000000000 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.963.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.963.ebuild,v 1.1 2010/01/21 19:45:25 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DCONWAY -inherit perl-module - -DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -RDEPEND="virtual/perl-Text-Balanced - virtual/perl-version" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - dohtml -r tutorial || die -} diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.964.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.964.ebuild deleted file mode 100644 index ad8ed369c973..000000000000 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.964.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.964.ebuild,v 1.1 2010/02/17 15:11:24 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DCONWAY -inherit perl-module - -DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="test" - -RDEPEND="virtual/perl-Text-Balanced - virtual/perl-version" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - dohtml -r tutorial || die -} |