summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-01-03 20:08:41 +1300
committerKent Fredric <kentnl@gentoo.org>2018-01-03 23:56:35 +1300
commita6ff571555087d96069291f16d5e7fe0ee0c68b3 (patch)
tree856ccd50fec1c253742ab2e569151d1dc127bb97 /dev-perl/URI-redis/URI-redis-0.20.0.ebuild
parentdev-perl/Redis: Bump to version 1.991.0 (diff)
downloadgentoo-a6ff571555087d96069291f16d5e7fe0ee0c68b3.tar.gz
gentoo-a6ff571555087d96069291f16d5e7fe0ee0c68b3.tar.bz2
gentoo-a6ff571555087d96069291f16d5e7fe0ee0c68b3.zip
dev-perl/URI-redis: Add w/ version 0.20.0
Required for dev-perl/RedisDB Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/URI-redis/URI-redis-0.20.0.ebuild')
-rw-r--r--dev-perl/URI-redis/URI-redis-0.20.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/URI-redis/URI-redis-0.20.0.ebuild b/dev-perl/URI-redis/URI-redis-0.20.0.ebuild
new file mode 100644
index 000000000000..f62c2de65163
--- /dev/null
+++ b/dev-perl/URI-redis/URI-redis-0.20.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MENDEL
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="URI for Redis connection info"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/URI
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? (
+ >=dev-perl/Test-Most-0.210.0
+ )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-0.02-no-dot-inc.patch" )