summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 13:45:04 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 13:45:04 +0000
commit84a4b02b9d1e983074a40b62dc69fedd38b4a6f8 (patch)
tree5b8787651e2210f282f8195c5e4c0c20fddb0b08 /dev-perl/Parse-RecDescent
parentUpdate the elog messages to denote that sw-notify-send is now in the tree. (diff)
downloadgentoo-2-84a4b02b9d1e983074a40b62dc69fedd38b4a6f8.tar.gz
gentoo-2-84a4b02b9d1e983074a40b62dc69fedd38b4a6f8.tar.bz2
gentoo-2-84a4b02b9d1e983074a40b62dc69fedd38b4a6f8.zip
Convert ebuild version. Cleanup. Force stable keywords
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r--dev-perl/Parse-RecDescent/ChangeLog10
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild22
-rw-r--r--dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild (renamed from dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild)10
3 files changed, 12 insertions, 30 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog
index 2eee1140b267..c67b12e39799 100644
--- a/dev-perl/Parse-RecDescent/ChangeLog
+++ b/dev-perl/Parse-RecDescent/ChangeLog
@@ -1,6 +1,12 @@
# 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.42 2010/11/05 14:11:07 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.43 2011/01/14 13:45:04 tove Exp $
+
+*Parse-RecDescent-1.965.1 (14 Jan 2011)
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Parse-RecDescent-1.94.ebuild,
+ -Parse-RecDescent-1.965.001.ebuild, +Parse-RecDescent-1.965.1.ebuild:
+ Convert ebuild version. Cleanup
05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
Parse-RecDescent-1.965.001.ebuild:
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild
deleted file mode 100644
index 0658e0b19aa3..000000000000
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild
+++ /dev/null
@@ -1,22 +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.94.ebuild,v 1.23 2010/01/21 12:45:04 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"
-HOMEPAGE="http://search.cpan.org/~dconway/${P}/"
-SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="virtual/perl-Text-Balanced
- dev-lang/perl"
-
-src_install() {
- perl-module_src_install
- dohtml -r tutorial
-}
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild
index 982376f56202..d78b732985ba 100644
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.001.ebuild
+++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.001.ebuild,v 1.6 2010/11/05 14:11:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.965.1.ebuild,v 1.1 2011/01/14 13:45:04 tove Exp $
-EAPI=2
+EAPI=3
-inherit versionator
-MY_P=${PN}-$(delete_version_separator 2 )
-S=${WORKDIR}/${MY_P}
MODULE_AUTHOR=DCONWAY
+MODULE_VERSION=1.965001
inherit perl-module
DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers"