* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2016-03-27 20:56 Andreas Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Hüttel @ 2016-03-27 20:56 UTC (permalink / raw
To: gentoo-commits
commit: af56519665b80fb5d3812f4b1ff4169d534cba7f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 22:45:28 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 20:56:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af565196
dev-perl/Authen-Simple: Added at version 0.500.0
For: dev-perl/Authen-Simple-Passwd
For: dev-perl/Plack
Package-Manager: portage-2.2.28
.../Authen-Simple/Authen-Simple-0.500.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/Authen-Simple/Manifest | 1 +
dev-perl/Authen-Simple/metadata.xml | 12 ++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
new file mode 100644
index 0000000..54e5f02
--- /dev/null
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHANSEN
+DIST_VERSION=0.5
+inherit perl-module
+
+DESCRIPTION="Simple Authentication"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Class-Accessor
+ dev-perl/Class-Data-Inheritable
+ dev-perl/Crypt-PasswdMD5
+ virtual/perl-Digest-MD5
+ virtual/perl-Digest-SHA
+ virtual/perl-MIME-Base64
+ dev-perl/Params-Validate
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/Authen-Simple/Manifest b/dev-perl/Authen-Simple/Manifest
new file mode 100644
index 0000000..9b8d5d9
--- /dev/null
+++ b/dev-perl/Authen-Simple/Manifest
@@ -0,0 +1 @@
+DIST Authen-Simple-0.5.tar.gz 24613 SHA256 02cddab47f8bf1a1cbd4c9bf8d258f6d05111499c33f8315e7244812f72613aa SHA512 c8ccd41aee1fd1fba1aa2cb7854918a8ab45e3528f0f2677f8dd7a13bd326c9a13f8c8a2c8f45fc5caecbd328aadbbbda8ca22cef8187e7ce3da4dbca5b718ac WHIRLPOOL 1bf43675f034ed414f5e5d03135b190fe49865c296ba412551c54b00fed6bcc23b8b4108e40c2826d3227e26eef0b55323e19c4712ebc8e2536a72cc9a0bff57
diff --git a/dev-perl/Authen-Simple/metadata.xml b/dev-perl/Authen-Simple/metadata.xml
new file mode 100644
index 0000000..de2be49
--- /dev/null
+++ b/dev-perl/Authen-Simple/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Authen-Simple</remote-id>
+ <remote-id type="cpan-module">Authen::Simple</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2017-03-10 21:04 Matt Turner
0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2017-03-10 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 85059d0674ae22c7972fd86ce6858bd0a4da49b8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 20:37:07 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:04:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85059d06
dev-perl/Authen-Simple: added ~ppc, bug 577100
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index 6bbc7d3e297..c44793c8e6f 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2017-03-15 18:54 Matt Turner
0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2017-03-15 18:54 UTC (permalink / raw
To: gentoo-commits
commit: d48ae945607d5da9ccafe1aadcedd10d84ce5717
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 18:46:20 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 18:47:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48ae945
dev-perl/Authen-Simple-0.500.0: added ~ia64, bug 577100
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index a01b185bb52..bce46edf8a4 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2017-06-13 10:02 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2017-06-13 10:02 UTC (permalink / raw
To: gentoo-commits
commit: fc962ac65e0bccd7c2ad307622258c0fc12047b4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 10:02:23 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 10:02:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc962ac6
dev-perl/Authen-Simple: Fix for '.' in @INC re bug #614412
Generic Module::Install fix for 5.25
Bug: https://bugs.gentoo.org/614412
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index bce46edf8a4..d49624399e6 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -25,3 +25,9 @@ DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? ( virtual/perl-Test-Simple )
"
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2018-06-10 23:02 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-10 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 522f172948c6181c6127ed81823df3651273c461
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 22:57:55 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 23:02:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522f1729
dev-perl/Authen-Simple: stable 0.500.0 for ia64, bug #657690
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index a5149ae9127..68486676b37 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2018-06-11 17:09 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-11 17:09 UTC (permalink / raw
To: gentoo-commits
commit: aead0fc38c1facd7ee41d73689aef5ea040a0478
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jun 11 16:50:57 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 17:08:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aead0fc3
dev-perl/Authen-Simple: stable 0.500.0 for sparc
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index 68486676b37..ce636886395 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2018-06-24 19:41 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 19:41 UTC (permalink / raw
To: gentoo-commits
commit: aa4fd79ddf840f4dad8c4347bffbb9c0d378d019
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 18:18:22 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:36:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4fd79d
dev-perl/Authen-Simple: stable 0.500.0 for ppc, bug #657690
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index ce636886395..55114158d6a 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2018-06-24 20:25 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 3388a94e0b2b9b423564ecb715c41b261e882b3f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 20:10:26 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 20:21:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3388a94e
dev-perl/Authen-Simple: stable 0.500.0 for ppc64, bug #657690
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index 55114158d6a..f174f36d5ff 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2021-10-09 9:11 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 73d3ca0e732d2ec61190c23951a0f0bd6e499701
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 08:57:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 09:11:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d3ca0e
dev-perl/Authen-Simple: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...then-Simple-0.500.0.ebuild => Authen-Simple-0.500.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
similarity index 87%
rename from dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
rename to dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
index 5672ecc7bc6..8d6bfac19c9 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CHANSEN
DIST_VERSION=0.5
@@ -10,8 +10,6 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Class-Accessor
@@ -22,7 +20,7 @@ RDEPEND="
virtual/perl-MIME-Base64
dev-perl/Params-Validate
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? ( virtual/perl-Test-Simple )
"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2022-09-27 12:02 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-09-27 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 9761d2cad7d08c05f7be28718b3b75a86b193ade
Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 22 11:52:07 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 12:02:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9761d2ca
dev-perl/Authen-Simple: Keyword 0.500.0-r1 riscv, #872365
Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
index 8d6bfac19c93..9ebc3e5901ce 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
dev-perl/Class-Accessor
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2022-12-10 18:26 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-12-10 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 0bb8428cf284e0b32d0c322f22c081b441e70bda
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 18:25:40 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:25:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb8428c
dev-perl/Authen-Simple: Stabilize 0.500.0-r1 arm, #885325
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
index 3de7bd72db4e..2a6f8a9d4ce1 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
dev-perl/Class-Accessor
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/
@ 2022-12-10 18:34 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-12-10 18:34 UTC (permalink / raw
To: gentoo-commits
commit: c02e29634f87c418539d933e3709209e8644e693
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 18:34:06 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:34:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02e2963
dev-perl/Authen-Simple: Stabilize 0.500.0-r1 arm64, #885325
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
index 2a6f8a9d4ce1..1ff423ebd0f1 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Simple Authentication"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
RDEPEND="
dev-perl/Class-Accessor
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-12-10 18:34 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2022-12-10 18:26 Arthur Zamarin
2022-09-27 12:02 Jakov Smolić
2021-10-09 9:11 Andreas K. Hüttel
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2017-06-13 10:02 Kent Fredric
2017-03-15 18:54 Matt Turner
2017-03-10 21:04 Matt Turner
2016-03-27 20:56 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