* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OAuth/
@ 2025-01-22 6:16 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-01-22 6:16 UTC (permalink / raw
To: gentoo-commits
commit: 5ab2f76de326ede3dcaaeea3ffc546382785f200
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 06:16:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 06:16:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab2f76d
dev-perl/Net-OAuth: add 0.300.0
Bug: https://bugs.gentoo.org/948522
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Net-OAuth/Manifest | 1 +
dev-perl/Net-OAuth/Net-OAuth-0.300.0.ebuild | 31 +++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Net-OAuth/Manifest b/dev-perl/Net-OAuth/Manifest
index b319c39e9674..e02c51d30c92 100644
--- a/dev-perl/Net-OAuth/Manifest
+++ b/dev-perl/Net-OAuth/Manifest
@@ -1 +1,2 @@
DIST Net-OAuth-0.28.tar.gz 29063 BLAKE2B c1526bc668e18e85342fbd4ed62925ebb00e7a378524b0f71ef5534111b2064d4828b131ea65d491ee88f8ad37126681fdc8df2d9cfe769a866f3849e31135c2 SHA512 b38c3784221bdf56b5b55021cc7e74cf6c5ce47b6743b6fefae9e148ff61d3c1e068aa5829dfed13ffd070e1286ab0d743e2f7b7c900f5fd8cf78f788cff70c4
+DIST Net-OAuth-0.30.tar.gz 30347 BLAKE2B 5eee004cfca33179b07460f1bc5302d966f93d1f599dd89d978c5696b7cc6ddfd86b17daa94136816d680478e83904b5920d8feea8efec2dd041ae90ac789f5b SHA512 c3860bd6522640bc5b8f2113b037367fd7589f4cd3aa80ef96e84cd54cb37d361450c712ecbfd31c7737010dc68566518b6a85357fa059350c408ed65745f045
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.300.0.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.300.0.ebuild
new file mode 100644
index 000000000000..5e9d2e653b24
--- /dev/null
+++ b/dev-perl/Net-OAuth/Net-OAuth-0.300.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RRWO
+DIST_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION="OAuth protocol support"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/Class-Accessor-0.31
+ >=dev-perl/Class-Data-Inheritable-0.06
+ >=dev-perl/Crypt-URandom-0.370.0
+ dev-perl/Digest-HMAC
+ >=dev-perl/URI-5.150.0
+ >=virtual/perl-Encode-2.35
+ dev-perl/libwww-perl
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.423.400
+ test? (
+ >=virtual/perl-Test-Simple-0.66
+ >=dev-perl/Test-Warn-0.21
+ )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OAuth/
@ 2021-07-15 18:14 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-07-15 18:14 UTC (permalink / raw
To: gentoo-commits
commit: e3edba8ec308869dc69d1c8d2684bb190e466e86
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 17:03:13 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 18:14:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3edba8e
dev-perl/Net-OAuth: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...OAuth-0.280.0-r1.ebuild => Net-OAuth-0.280.0-r2.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r2.ebuild
similarity index 74%
rename from dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild
rename to dev-perl/Net-OAuth/Net-OAuth-0.280.0-r2.ebuild
index 1d43fd8bd39..1d785b033e8 100644
--- a/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild
+++ b/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r2.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=KGRENNAN
-MODULE_VERSION=0.28
+DIST_AUTHOR=KGRENNAN
+DIST_VERSION=0.28
inherit perl-module
DESCRIPTION="OAuth protocol support"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Class-Accessor-0.31
@@ -23,11 +21,9 @@ RDEPEND="
>=virtual/perl-Encode-2.35
dev-perl/libwww-perl
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
>=virtual/perl-Test-Simple-0.66
>=dev-perl/Test-Warn-0.21
)"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OAuth/
@ 2020-07-23 9:18 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-23 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 25818e5efc295e29b5d677dbe9b0e0a8f7bc3dfc
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 08:51:19 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 09:16:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25818e5e
dev-perl/Net-OAuth: Drop x64-macos re bug #690140
Depends:
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild
index eec69223369..1d43fd8bd39 100644
--- a/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild
+++ b/dev-perl/Net-OAuth/Net-OAuth-0.280.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="OAuth protocol support"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-22 6:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 6:16 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OAuth/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-07-15 18:14 Andreas K. Hüttel
2020-07-23 9:18 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox