diff options
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.06.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.07.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.08.ebuild | 13 |
4 files changed, 12 insertions, 43 deletions
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog index 118a4d1eb3c0..5ce8256d3132 100644 --- a/dev-perl/Text-Glob/ChangeLog +++ b/dev-perl/Text-Glob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-Glob # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.32 2008/03/28 09:44:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.33 2008/09/30 15:16:51 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Text-Glob-0.06.ebuild, + -Text-Glob-0.07.ebuild, Text-Glob-0.08.ebuild: + Cleanup 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Text-Glob-0.08.ebuild: Stable for HPPA too. diff --git a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild b/dev-perl/Text-Glob/Text-Glob-0.06.ebuild deleted file mode 100644 index 09a5f18b9351..000000000000 --- a/dev-perl/Text-Glob/Text-Glob-0.06.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.06.ebuild,v 1.17 2006/10/15 20:53:27 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Match globbing patterns against text" -SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" - -SRC_TEST="do" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND=">=dev-perl/module-build-0.28 - dev-lang/perl" diff --git a/dev-perl/Text-Glob/Text-Glob-0.07.ebuild b/dev-perl/Text-Glob/Text-Glob-0.07.ebuild deleted file mode 100644 index 81e052ba4c4c..000000000000 --- a/dev-perl/Text-Glob/Text-Glob-0.07.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.07.ebuild,v 1.8 2007/04/16 06:30:06 corsair Exp $ - -inherit perl-module - -DESCRIPTION="Match globbing patterns against text" -SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" - -SRC_TEST="do" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND=">=dev-perl/module-build-0.28 - dev-lang/perl" diff --git a/dev-perl/Text-Glob/Text-Glob-0.08.ebuild b/dev-perl/Text-Glob/Text-Glob-0.08.ebuild index 3e1a786a977b..6bed32f3c1e8 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.08.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.08.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.08.ebuild,v 1.7 2008/03/28 09:44:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.08.ebuild,v 1.8 2008/09/30 15:16:51 tove Exp $ +MODULE_AUTHOR=RCLAMP inherit perl-module DESCRIPTION="Match globbing patterns against text" -SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" -SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" -DEPEND=">=dev-perl/module-build-0.28 - dev-lang/perl" +RDPEND="dev-lang/perl" +DEPEND="${RDEPEND} + >=dev-perl/module-build-0.28" + +SRC_TEST="do" |