summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 18:47:46 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 18:47:46 +0000
commitab076eac3eb0f312f8e4457ba21c5b8f24982d97 (patch)
tree53a551a7fcc10b0efa3339ee14f10aeec0bfaae4 /dev-perl/Parse-RecDescent
parentCleanup (diff)
downloadgentoo-2-ab076eac3eb0f312f8e4457ba21c5b8f24982d97.tar.gz
gentoo-2-ab076eac3eb0f312f8e4457ba21c5b8f24982d97.tar.bz2
gentoo-2-ab076eac3eb0f312f8e4457ba21c5b8f24982d97.zip
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r--dev-perl/Parse-RecDescent/ChangeLog6
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.3.ebuild34
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.6.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog
index b46bd1a6b8f5..ed07df2f19c5 100644
--- a/dev-perl/Parse-RecDescent/ChangeLog
+++ b/dev-perl/Parse-RecDescent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Parse-RecDescent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.47 2012/03/17 11:23:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.48 2012/04/21 18:47:46 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org>
+ -Parse-RecDescent-1.967.3.ebuild, -Parse-RecDescent-1.967.6.ebuild:
+ Cleanup
*Parse-RecDescent-1.967.9 (17 Mar 2012)
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.3.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.3.ebuild
deleted file mode 100644
index 47acd8f60e5f..000000000000
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.967.3.ebuild,v 1.1 2012/01/31 17:45:43 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JTBRAUN
-MODULE_VERSION=1.967003
-inherit perl-module
-
-DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Text-Balanced
- virtual/perl-version
-"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Warn
- )
-"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- dohtml -r tutorial || die
-}
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.6.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.6.ebuild
deleted file mode 100644
index 85ec2c684c62..000000000000
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.967.6.ebuild,v 1.1 2012/02/12 20:02:19 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JTBRAUN
-MODULE_VERSION=1.967006
-inherit perl-module
-
-DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Text-Balanced
- virtual/perl-version
-"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Warn
- )
-"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- dohtml -r tutorial || die
-}