summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 19:05:11 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 20:14:18 +0200
commitcc85f514a88eb6ceed8ce799461a937986558f45 (patch)
treec42c7a385297f4b6ca346b221cdef2efb5a6781c /dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
parentdev-perl/Net-OAuth: EAPI=8 bump (diff)
downloadgentoo-cc85f514a88eb6ceed8ce799461a937986558f45.tar.gz
gentoo-cc85f514a88eb6ceed8ce799461a937986558f45.tar.bz2
gentoo-cc85f514a88eb6ceed8ce799461a937986558f45.zip
dev-perl/Net-OpenID-Common: 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/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild')
-rw-r--r--dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
new file mode 100644
index 000000000000..67cf01682e42
--- /dev/null
+++ b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=WROG
+DIST_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server"
+
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/Crypt-DH-GMP-0.0.110
+ virtual/perl-Encode
+ >=dev-perl/HTML-Parser-3.400.0
+ >=dev-perl/HTTP-Message-5.814.0
+ virtual/perl-MIME-Base64
+ virtual/perl-Math-BigInt
+ virtual/perl-Time-Local
+ dev-perl/XML-Simple
+ !<dev-perl/Net-OpenID-Consumer-1.30.99
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"