summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 23:42:15 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 00:07:52 +0200
commit56fba4346b86b2dbd5f8b55fc6b9a8276d5eb597 (patch)
tree95012e3f5195f33aa9e74875fd7d7ea575355b78 /dev-perl/WebService-Linode/WebService-Linode-0.290.0.ebuild
parentdev-perl/Weather-Com: EAPI=8 bump (diff)
downloadgentoo-56fba4346b86b2dbd5f8b55fc6b9a8276d5eb597.tar.gz
gentoo-56fba4346b86b2dbd5f8b55fc6b9a8276d5eb597.tar.bz2
gentoo-56fba4346b86b2dbd5f8b55fc6b9a8276d5eb597.zip
dev-perl/WebService-Linode: Version bump 0.29
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WebService-Linode/WebService-Linode-0.290.0.ebuild')
-rw-r--r--dev-perl/WebService-Linode/WebService-Linode-0.290.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/WebService-Linode/WebService-Linode-0.290.0.ebuild b/dev-perl/WebService-Linode/WebService-Linode-0.290.0.ebuild
new file mode 100644
index 000000000000..4826c3372e4a
--- /dev/null
+++ b/dev-perl/WebService-Linode/WebService-Linode-0.290.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MIKEGRB
+DIST_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="Perl interface to the Linode.com API"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/JSON
+ dev-perl/libwww-perl
+ dev-perl/LWP-Protocol-https
+"
+BDEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )
+ dev-perl/Module-Build-Tiny
+"