summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-11-05 09:07:52 +0000
committerTorsten Veller <tove@gentoo.org>2011-11-05 09:07:52 +0000
commit0f891f058b4eb7fc234b9aa4e8461a71bc28a325 (patch)
tree85c73be59988fe620897093799d211ef01b560fa
parent[bump] dev-perl/Module-ScanDeps-1.50.0 (diff)
downloadhistorical-0f891f058b4eb7fc234b9aa4e8461a71bc28a325.tar.gz
historical-0f891f058b4eb7fc234b9aa4e8461a71bc28a325.tar.bz2
historical-0f891f058b4eb7fc234b9aa4e8461a71bc28a325.zip
[bump] dev-perl/URI-Find-20111103.0.0
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
-rw-r--r--dev-perl/URI-Find/ChangeLog7
-rw-r--r--dev-perl/URI-Find/URI-Find-20111103.0.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/URI-Find/ChangeLog b/dev-perl/URI-Find/ChangeLog
index 0ee1848a97d6..5e3d34cf9010 100644
--- a/dev-perl/URI-Find/ChangeLog
+++ b/dev-perl/URI-Find/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/URI-Find
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.9 2011/10/21 14:03:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.10 2011/11/05 09:07:52 tove Exp $
+
+*URI-Find-20111103.0.0 (05 Nov 2011)
+
+ 05 Nov 2011; Torsten Veller <tove@gentoo.org> +URI-Find-20111103.0.0.ebuild:
+ Version bump
*URI-Find-20111020.0.0 (21 Oct 2011)
diff --git a/dev-perl/URI-Find/URI-Find-20111103.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20111103.0.0.ebuild
new file mode 100644
index 000000000000..edf814112612
--- /dev/null
+++ b/dev-perl/URI-Find/URI-Find-20111103.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/URI-Find-20111103.0.0.ebuild,v 1.1 2011/11/05 09:07:52 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHWERN
+MODULE_VERSION=20111103
+inherit perl-module
+
+DESCRIPTION="Find URIs in plain text"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-perl/URI"
+DEPEND=">=virtual/perl-Module-Build-0.30
+ test? ( >=virtual/perl-Test-Simple-0.82
+ dev-perl/Test-Pod
+ ${RDEPEND} )"
+
+SRC_TEST=do