[bump] dev-perl/URI-Find-20111020.0.0
authorTorsten Veller <tove@gentoo.org>
Fri, 21 Oct 2011 14:03:24 +0000 (14:03 +0000)
committerTorsten Veller <tove@gentoo.org>
Fri, 21 Oct 2011 14:03:24 +0000 (14:03 +0000)
Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64

dev-perl/URI-Find/ChangeLog
dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild [new file with mode: 0644]

index 35228ae94afce961e74916d5fe3f2afd8714b90a..0ee1848a97d638b965f562887c87189d8ab861e3 100644 (file)
@@ -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.8 2011/09/04 11:23:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.9 2011/10/21 14:03:24 tove Exp $
+
+*URI-Find-20111020.0.0 (21 Oct 2011)
+
+  21 Oct 2011; Torsten Veller <tove@gentoo.org> +URI-Find-20111020.0.0.ebuild:
+  Version bump
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -URI-Find-20100505.ebuild:
   Cleanup
diff --git a/dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild
new file mode 100644 (file)
index 0000000..f5fbf3d
--- /dev/null
@@ -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-20111020.0.0.ebuild,v 1.1 2011/10/21 14:03:24 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHWERN
+MODULE_VERSION=20111020
+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