diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-03-14 12:48:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-03-14 12:48:24 +0000 |
commit | 2ad9d1cf0580d37e680cebec263ea6780fb28843 (patch) | |
tree | f1687f8a5cd435f3c3f1a09fd461dc38ae1d49b0 /dev-perl | |
parent | bug 44615 (diff) | |
download | historical-2ad9d1cf0580d37e680cebec263ea6780fb28843.tar.gz historical-2ad9d1cf0580d37e680cebec263ea6780fb28843.tar.bz2 historical-2ad9d1cf0580d37e680cebec263ea6780fb28843.zip |
bug 44616
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 13 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/files/digest-Regexp-Shellish-0.93 | 1 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/metadata.xml | 10 |
4 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog new file mode 100644 index 000000000000..d6a35e857971 --- /dev/null +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Regexp-Shellish +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.1 2004/03/14 12:48:24 mcummings Exp $ + +*Regexp-Shellish-0.93 (14 Mar 2004) + + 14 Mar 2004; Michael Cummings <mcummings@gentoo.org> + Regexp-Shellish-0.93.ebuild, metadata.xml: + bug 44616 + diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild new file mode 100644 index 000000000000..5b6b6374ed46 --- /dev/null +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" +SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RB/RBS/${P}.tar.gz" + +SLOT="0" +LICENSE="Artistic" +SRC_TEST="do" +KEYWORDS="~alpha ~mips ~ppc ~sparc x86" diff --git a/dev-perl/Regexp-Shellish/files/digest-Regexp-Shellish-0.93 b/dev-perl/Regexp-Shellish/files/digest-Regexp-Shellish-0.93 new file mode 100644 index 000000000000..7e988a882c52 --- /dev/null +++ b/dev-perl/Regexp-Shellish/files/digest-Regexp-Shellish-0.93 @@ -0,0 +1 @@ +MD5 a5f92bf82b3d5033518e6d2c1028ee37 Regexp-Shellish-0.93.tar.gz 3343 diff --git a/dev-perl/Regexp-Shellish/metadata.xml b/dev-perl/Regexp-Shellish/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Regexp-Shellish/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |