* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenID-Common/
@ 2016-03-01 14:30 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-01 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 82b96df108b287857a228fe7515da24885855212
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 1 12:00:27 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 12:17:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b96df1
dev-perl/Net-OpenID-Common: Added at version 1.200.0
Required for new version of dev-perl/Net-OpenID-Consumer
Package-Manager: portage-2.2.27
dev-perl/Net-OpenID-Common/Manifest | 1 +
.../Net-OpenID-Common-1.200.0.ebuild | 30 ++++++++++++++++++++++
dev-perl/Net-OpenID-Common/metadata.xml | 23 +++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-perl/Net-OpenID-Common/Manifest b/dev-perl/Net-OpenID-Common/Manifest
new file mode 100644
index 0000000..13c99f3
--- /dev/null
+++ b/dev-perl/Net-OpenID-Common/Manifest
@@ -0,0 +1 @@
+DIST Net-OpenID-Common-1.20.tar.gz 28306 SHA256 ab4e97d74a47710e0db4ac0c822f7fdf622af86a60a52ba72255a889c29dabc9 SHA512 9d503834e66b8b3f0cef2452b7cec70559723e02b9b846b14eba63aa73f03d58afa8802ffe7517eb5756d78609f3382137303361542f312969aee8c0a46f0c5f WHIRLPOOL f88dd53182cca13b78a4f53d71dc7fac947989a52f5feeea496ad1f6ae29b83622a91d2cfd8c36503fd9ca7469d84db6b1b29e8e0c590260192b88e752ecf94b
diff --git a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
new file mode 100644
index 0000000..92d541b
--- /dev/null
+++ b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+IUSE="test"
+
+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
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/Net-OpenID-Common/metadata.xml b/dev-perl/Net-OpenID-Common/metadata.xml
new file mode 100644
index 0000000..a98f2bc
--- /dev/null
+++ b/dev-perl/Net-OpenID-Common/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Net-OpenID-Common</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Common</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Extension</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Extension::SimpleRegistration</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::ExtensionMessage</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::IndirectMessage</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::URIFetch</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Yadis</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Yadis::Service</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Extension::SimpleRegistration::Request</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::Extension::SimpleRegistration::Response</remote-id>
+ <remote-id type="cpan-module">Net::OpenID::URIFetch::Response</remote-id>
+ <remote-id type="cpan-module">OpenID::util</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenID-Common/
@ 2016-03-03 19:05 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-03-03 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 62a188ca5f51420da829a425a5f56b7874f4c52f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 2 06:35:44 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 07:37:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a188ca
dev-perl/Net-OpenID-Common: Net-OpenID-Consumer collision bug #576170
Net-OpenID-Consumer was split into two dists, Net-OpenID-Common and Net-OpenID-Consumer,
and so Net-OpenID-Commons files collide with the old version of Net-OpenID-Consumer.
Gentoo-Bug: https://bugs.gentoo.org/576170
Package-Manager: portage-2.2.27
dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
index 92d541b..244b369 100644
--- a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
+++ b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
virtual/perl-Math-BigInt
virtual/perl-Time-Local
dev-perl/XML-Simple
+ !<dev-perl/Net-OpenID-Consumer-1.30.99
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenID-Common/
@ 2016-10-19 11:05 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2016-10-19 11:05 UTC (permalink / raw
To: gentoo-commits
commit: d896e721c95fad685ffc0a82332d5f4d7ddf199f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 11:05:07 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 11:05:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d896e721
dev-perl/Net-OpenID-Common: amd64 stable wrt bug #582528
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
index 244b369..465fe42 100644
--- a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
+++ b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenID-Common/
@ 2021-07-15 18:14 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-07-15 18:14 UTC (permalink / raw
To: gentoo-commits
commit: cc85f514a88eb6ceed8ce799461a937986558f45
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 17:05:11 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 18:14:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc85f514
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 <AT> gentoo.org>
...-Common-1.200.0.ebuild => Net-OpenID-Common-1.200.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
similarity index 85%
rename from dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
rename to dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
index 82df55e6731..67cf01682e4 100644
--- a/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0.ebuild
+++ b/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=WROG
DIST_VERSION=1.20
@@ -11,8 +11,6 @@ DESCRIPTION="Libraries shared between Net::OpenID::Consumer and Net::OpenID::Ser
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Crypt-DH-GMP-0.0.110
@@ -25,7 +23,7 @@ RDEPEND="
dev-perl/XML-Simple
!<dev-perl/Net-OpenID-Consumer-1.30.99
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-15 18:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-15 18:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenID-Common/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2016-10-19 11:05 Agostino Sarubbo
2016-03-03 19:05 Patrice Clement
2016-03-01 14:30 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox