commit:     6330ff10186e84d6c1b6c0f890c2d509639a5778
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 03:19:26 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 03:19:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6330ff10

dev-perl/Data-URIEncode: -r bump for EAPI7

- EAPI7
- Parallel tests
- Remove unused/empty variable assignments
- Add missing depend on dev-perl/CGI

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Data-URIEncode/Data-URIEncode-0.110.0-r2.ebuild    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r2.ebuild 
b/dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r2.ebuild
new file mode 100644
index 00000000000..18f8a641e28
--- /dev/null
+++ b/dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RHANDOM
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Allow complex data structures to be encoded using flat URIs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+
+RDEPEND="
+       dev-perl/CGI
+"
+BDEPEND="${RDEPEND}"

Reply via email to