commit: abca2d5059d14f1c3f5843ba11fb5c80724dc6e9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 12:08:24 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 6 12:08:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abca2d50
dev-perl/Business-FedEx-DirectConnect: -r bump for EAPI7
- EAPI7
- Remove empty variable assignments
- Parallel tests ( though 1 in parallel is still 1, lol )
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Business-FedEx-DirectConnect-1.10.0-r2.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git
a/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.10.0-r2.ebuild
b/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.10.0-r2.ebuild
new file mode 100644
index 00000000000..37ff7953ef2
--- /dev/null
+++
b/dev-perl/Business-FedEx-DirectConnect/Business-FedEx-DirectConnect-1.10.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=JPOWERS
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="Interface to FedEx Ship Manager Direct"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+
+RDEPEND="dev-perl/libwww-perl
+ dev-perl/Tie-StrictHash"
+BDEPEND="${RDEPEND}"