summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-22 20:07:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-22 20:13:00 +0200
commit298c41c96f5e67651d56449efc7ab5ae3eb6efbf (patch)
treecf6007b8ea888a3ff159be5d8a8ee2cdfb5105df /dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild
parentdev-perl/JSON-XS: Version bump 4.03 (diff)
downloadgentoo-298c41c96f5e67651d56449efc7ab5ae3eb6efbf.tar.gz
gentoo-298c41c96f5e67651d56449efc7ab5ae3eb6efbf.tar.bz2
gentoo-298c41c96f5e67651d56449efc7ab5ae3eb6efbf.zip
dev-perl/JSON-XS-VersionOneAndTwo: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild')
-rw-r--r--dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild b/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild
new file mode 100644
index 000000000000..965a7a4d2158
--- /dev/null
+++ b/dev-perl/JSON-XS-VersionOneAndTwo/JSON-XS-VersionOneAndTwo-0.310.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=LBROCARD
+DIST_VERSION=0.31
+inherit perl-module
+
+DESCRIPTION="Support versions 1 and 2 of JSON::XS"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+
+RDEPEND="dev-perl/JSON-XS"
+BDEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ )
+"