diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-04 00:48:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-04 00:48:12 +0000 |
commit | 734671efd6c8cb28ae515583febeadc4a5bd46a3 (patch) | |
tree | b87bc6e3bf2591890f60bb4bd72887e70685f2f5 /dev-perl/Text-Glob | |
parent | Fills bug 21791 (diff) | |
download | gentoo-2-734671efd6c8cb28ae515583febeadc4a5bd46a3.tar.gz gentoo-2-734671efd6c8cb28ae515583febeadc4a5bd46a3.tar.bz2 gentoo-2-734671efd6c8cb28ae515583febeadc4a5bd46a3.zip |
Fills bug 21791
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r-- | dev-perl/Text-Glob/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.05.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Text-Glob/files/digest-Text-Glob-0.05 | 1 |
4 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Text-Glob/ChangeLog b/dev-perl/Text-Glob/ChangeLog new file mode 100644 index 000000000000..797b8e1b261d --- /dev/null +++ b/dev-perl/Text-Glob/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Text-Glob +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/ChangeLog,v 1.1 2003/06/04 00:48:06 mcummings Exp $ + +*Text-Glob-0.05 (03 Jun 2003) + + 03 Jun 2003; Michael Cummings <mcummings@gentoo.org> Text-Glob-0.05.ebuild: + Fills bug 21791 + diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest index 7672f94ef243..165e3ba52f4c 100644 --- a/dev-perl/Text-Glob/Manifest +++ b/dev-perl/Text-Glob/Manifest @@ -1,2 +1,3 @@ -MD5 b0b51dfcc8fc6a67e7ea40fdec028080 Text-Glob-0.05.ebuild 492 +MD5 737b832d141bea39db6a17cd4c9a580f Text-Glob-0.05.ebuild 598 +MD5 85f20b234f524d3fbdb4b8903f9b8a12 ChangeLog 349 MD5 2ab9034de47c8532fdedcc8efe1eaab3 files/digest-Text-Glob-0.05 64 diff --git a/dev-perl/Text-Glob/Text-Glob-0.05.ebuild b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild new file mode 100644 index 000000000000..839a38292dab --- /dev/null +++ b/dev-perl/Text-Glob/Text-Glob-0.05.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Glob/Text-Glob-0.05.ebuild,v 1.1 2003/06/04 00:48:06 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Match globbing patterns against text" +SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" + +DEPEND="dev-perl/Test-Simple" + diff --git a/dev-perl/Text-Glob/files/digest-Text-Glob-0.05 b/dev-perl/Text-Glob/files/digest-Text-Glob-0.05 new file mode 100644 index 000000000000..4bbddcbf6411 --- /dev/null +++ b/dev-perl/Text-Glob/files/digest-Text-Glob-0.05 @@ -0,0 +1 @@ +MD5 6daaba2a73f3a4943f0058e4c158e318 Text-Glob-0.05.tar.gz 2987 |