diff options
author | 2016-09-16 23:30:54 +0200 | |
---|---|---|
committer | 2016-09-16 23:43:16 +0200 | |
commit | ae7e749977f5ad6de3ecdfc101aa89add1c140f1 (patch) | |
tree | 16c474e9488e96294ba4f8c34fe21380aed11ea7 /dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild | |
parent | dev-perl/URI-Fetch: Remove old (diff) | |
download | gentoo-ae7e749977f5ad6de3ecdfc101aa89add1c140f1.tar.gz gentoo-ae7e749977f5ad6de3ecdfc101aa89add1c140f1.tar.bz2 gentoo-ae7e749977f5ad6de3ecdfc101aa89add1c140f1.zip |
dev-perl/URI-Find: Version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild')
-rw-r--r-- | dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild new file mode 100644 index 000000000000..c3720e459c78 --- /dev/null +++ b/dev-perl/URI-Find/URI-Find-20160806.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MSCHWERN +DIST_VERSION=20160806 +inherit perl-module + +DESCRIPTION="Find URIs in plain text" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=dev-perl/URI-1.600.0 +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.300.0 + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" |