summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-07-22 10:08:11 +0000
committerTorsten Veller <tove@gentoo.org>2008-07-22 10:08:11 +0000
commitf0543bc9c546e23152eb9a60f30f2fc07a1728e2 (patch)
treeaa4920f60dd0b3a2f04d4677d07e7602feb94a09 /dev-perl/regexp-common
parentVersion bump (diff)
downloadgentoo-2-f0543bc9c546e23152eb9a60f30f2fc07a1728e2.tar.gz
gentoo-2-f0543bc9c546e23152eb9a60f30f2fc07a1728e2.tar.bz2
gentoo-2-f0543bc9c546e23152eb9a60f30f2fc07a1728e2.zip
Version bump. Fix LICENSE.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
Diffstat (limited to 'dev-perl/regexp-common')
-rw-r--r--dev-perl/regexp-common/ChangeLog9
-rw-r--r--dev-perl/regexp-common/regexp-common-2.122.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/regexp-common/ChangeLog b/dev-perl/regexp-common/ChangeLog
index b259e8617be6..ae63e8188614 100644
--- a/dev-perl/regexp-common/ChangeLog
+++ b/dev-perl/regexp-common/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/regexp-common
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.18 2007/01/19 15:40:58 mcummings Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/ChangeLog,v 1.19 2008/07/22 10:08:11 tove Exp $
+
+*regexp-common-2.122 (22 Jul 2008)
+
+ 22 Jul 2008; Torsten Veller <tove@gentoo.org> +regexp-common-2.122.ebuild:
+ Version bump. Fix LICENSE.
19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
regexp-common-2.120.ebuild:
diff --git a/dev-perl/regexp-common/regexp-common-2.122.ebuild b/dev-perl/regexp-common/regexp-common-2.122.ebuild
new file mode 100644
index 000000000000..95e0182a1104
--- /dev/null
+++ b/dev-perl/regexp-common/regexp-common-2.122.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/regexp-common-2.122.ebuild,v 1.1 2008/07/22 10:08:11 tove Exp $
+
+MODULE_AUTHOR=ABIGAIL
+inherit perl-module
+
+MY_P=Regexp-Common-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Provide commonly requested regular expressions"
+HOMEPAGE="http://www.cpan.org/authors/id/A/AB/ABIGAIL/"
+SRC_URI="mirror://cpan/authors/id/A/AB/ABIGAIL/${MY_P}.tar.gz"
+
+LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+SRC_TEST="do"