summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 15:40:04 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 15:40:04 +0000
commit2fbf66a1454d6b9b47eeeab62ce35dd7a6629ae7 (patch)
tree1142d4784f4e21a2283f2ea7dd4aef468affd924 /dev-perl/Parse-RecDescent
parentFixing ggnfs default paths for live ebuild too (diff)
downloadgentoo-2-2fbf66a1454d6b9b47eeeab62ce35dd7a6629ae7.tar.gz
gentoo-2-2fbf66a1454d6b9b47eeeab62ce35dd7a6629ae7.tar.bz2
gentoo-2-2fbf66a1454d6b9b47eeeab62ce35dd7a6629ae7.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r--dev-perl/Parse-RecDescent/ChangeLog8
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild28
2 files changed, 6 insertions, 30 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog
index c613ad1bcac4..e51108938877 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.61 2012/12/27 08:40:47 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.62 2013/01/06 15:40:04 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org>
+ -Parse-RecDescent-1.965.1.ebuild:
+ Cleanup
27 Dec 2012; Raúl Porcel <armin76@gentoo.org>
Parse-RecDescent-1.967.9.ebuild:
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild
deleted file mode 100644
index f05b633eb049..000000000000
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 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.965.1.ebuild,v 1.2 2011/04/24 15:31:04 grobian Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=DCONWAY
-MODULE_VERSION=1.965001
-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 ~x86-solaris"
-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
-}