public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2017-03-17 11:12 Michael Haubenwallner
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Haubenwallner @ 2017-03-17 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2d9c7b436455090f2ba3e58aadc1fabfa7dae901
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:55:44 2017 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 11:09:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9c7b43

dev-perl/Authen-SASL: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
index 6d429db1040..c2ed6d5d248 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="kerberos"
 
 DEPEND="dev-perl/Digest-HMAC


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2017-06-13  8:42 Kent Fredric
  0 siblings, 0 replies; 16+ messages in thread
From: Kent Fredric @ 2017-06-13  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f023ab58170b7786c5160506cb7dc773c088d177
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 08:22:53 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 08:42:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f023ab58

dev-perl/Authen-SASL: Fix for '.' in @INC re bug #613808

Apply standard Module::Install fix for '.' in @INC

Bug: https://bugs.gentoo.org/613808
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
index c2ed6d5d248..b5d54499c49 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
@@ -19,3 +19,9 @@ RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
 export OPTIMIZE="$CFLAGS"
+
+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] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2019-05-04 18:38 Andreas K. Hüttel
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas K. Hüttel @ 2019-05-04 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     22393c85275acda537d4ca507030dade1d10cd08
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 18:37:59 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May  4 18:38:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22393c85

dev-perl/Authen-SASL: keyword ~riscv

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
index 9203ad94cfb..a0ffc95f2ef 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="kerberos"
 
 DEPEND="dev-perl/Digest-HMAC


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2020-08-20 16:40 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2020-08-20 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a7222815889922a48cccdb907a5efe4b2b69a371
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 16:27:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 16:40:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7222815

dev-perl/Authen-SASL: Stabilize 2.160.0-r2 arm64, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
index 317928a4f96..b7fcca2c7b2 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="kerberos test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2020-08-21 10:08 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2020-08-21 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bcf0cddc5e0a331a6040479fe15fa87c82253482
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 09:56:13 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 09:56:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf0cddc

dev-perl/Authen-SASL: Stabilize 2.160.0-r2 arm, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
index b7fcca2c7b2..0de03774e0a 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="kerberos test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2020-08-21 15:30 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-08-21 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     279e38c8654af8034073bb01e30e43fb7ec5873e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 15:29:48 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 15:30:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279e38c8

dev-perl/Authen-SASL: s390 stable wrt bug #738212

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
index 0de03774e0a..31bcb6805b7 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="kerberos test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2020-08-25 10:14 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2020-08-25 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     424d982dc370266835971ed7284967a76d1ac6e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 09:58:44 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 09:58:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424d982d

dev-perl/Authen-SASL: Stabilize 2.160.0-r2 ppc64, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
index 7b735144972..ffcc163ef70 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="kerberos test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2020-10-03  5:23 Kent Fredric
  0 siblings, 0 replies; 16+ messages in thread
From: Kent Fredric @ 2020-10-03  5:23 UTC (permalink / raw
  To: gentoo-commits

commit:     24214ad06422c57ea1a054271f8d68aea29effb3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 05:16:11 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 05:23:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24214ad0

dev-perl/Authen-SASL: Cleanup old 2.160.0-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
deleted file mode 100644
index 53600161d7d..00000000000
--- a/dev-perl/Authen-SASL/Authen-SASL-2.160.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GBARR
-MODULE_VERSION=2.16
-inherit perl-module
-
-DESCRIPTION="A Perl SASL interface"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="kerberos"
-
-DEPEND="dev-perl/Digest-HMAC
-	kerberos? ( dev-perl/GSSAPI )"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-export OPTIMIZE="$CFLAGS"
-
-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] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-08-14  7:55 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-08-14  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     adcf4a86860037878544ae8c39e8126daaced685
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:41:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 07:54:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcf4a86

dev-perl/Authen-SASL: add 2.170.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 27 +++++++++++++++++++++++++
 dev-perl/Authen-SASL/Manifest                   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
new file mode 100644
index 000000000000..c349b2a2ab6d
--- /dev/null
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EHUELS
+DIST_VERSION=2.1700
+inherit perl-module
+
+DESCRIPTION="Perl SASL interface"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="kerberos"
+
+RDEPEND="
+	dev-perl/Digest-HMAC
+	virtual/perl-Digest-MD5
+	kerberos? ( dev-perl/GSSAPI )
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.42
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Authen-SASL/Manifest b/dev-perl/Authen-SASL/Manifest
index ec912b6ae5a4..03f6d56d0643 100644
--- a/dev-perl/Authen-SASL/Manifest
+++ b/dev-perl/Authen-SASL/Manifest
@@ -1 +1,2 @@
 DIST Authen-SASL-2.16.tar.gz 45129 BLAKE2B 508058877b79ec6c8291d64d58ab1ec0db3376548b3c285c20b2f0a28319dfb8f1e2384c6cda474725720370f735955bbe3910110acfbbe17231fd540f16b0b3 SHA512 d472b8b07b8915e65a219c0a40a7b6f25ca4fb767df301f426224b8f6ebf24d66fcb4422a1f421c39631e84585af06f6c64e41abe11e1e505d03e43a9f86bd6f
+DIST Authen-SASL-2.1700.tar.gz 37488 BLAKE2B 8cd25bb4c8dc001a8ee981ee41f2dc4d2a2eb5dd76ed0ba47922c58875650099c82574488c6942b563c8d5ed4a95990c4788a7673e64beef6ea550e1c83de185 SHA512 f2b7bef711535b2f11f2c75948c83df0d73cb830ecf101ecd36bc7435bf27677a526b5530e314798805d8a6c5be922909436ba2c9b84abedf7f36d2aa3e0727a


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-19  0:45 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-09-19  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     009a26a52f44d5bb3cd721e560610a45f3ff75b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009a26a5

dev-perl/Authen-SASL: Stabilize 2.170.0 amd64, #914404

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index c349b2a2ab6d..baa88598dd4f 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-19  0:45 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-09-19  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c51bf6ce3bf8d82b2f1a47fbf7d5f4c076392b8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51bf6ce

dev-perl/Authen-SASL: Stabilize 2.170.0 sparc, #914404

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index baa88598dd4f..a1278a1e99de 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-19  0:45 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-09-19  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     49ca17bb963732a053022b5f324901e6da74ac22
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ca17bb

dev-perl/Authen-SASL: Stabilize 2.170.0 arm, #914404

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index a1278a1e99de..62717027d5d8 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e70f598af3d9febe26c5005ecfb941bdbc47fe35
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70f598a

dev-perl/Authen-SASL: Stabilize 2.170.0 hppa, #914404

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index 62717027d5d8..77bf33f5fd29 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     3e356cb6db27f279163dd730cd2ab312e45b0a13
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e356cb6

dev-perl/Authen-SASL: Stabilize 2.170.0 x86, #914404

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index 77bf33f5fd29..3cab5a2675b1 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     6b623c5be00d9437f28a948c0bd557c2f3ae31c3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b623c5b

dev-perl/Authen-SASL: Stabilize 2.170.0 ppc64, #914404

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index 3cab5a2675b1..cbb7c424cf79 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/
@ 2023-09-22 17:31 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-09-22 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7e58cadbb9e2b1f7471073209bbd4c7cfcc02a36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 17:30:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 17:30:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e58cadb

dev-perl/Authen-SASL: Stabilize 2.170.0 arm64, #914404

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
index cbb7c424cf79..e65c3cf5d41b 100644
--- a/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
+++ b/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl SASL interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="kerberos"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-09-22 17:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 16:40 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-SASL/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-09-22 17:31 Sam James
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-09-19  0:45 Sam James
2023-08-14  7:55 Sam James
2020-10-03  5:23 Kent Fredric
2020-08-25 10:14 Sam James
2020-08-21 15:30 Agostino Sarubbo
2020-08-21 10:08 Sam James
2019-05-04 18:38 Andreas K. Hüttel
2017-06-13  8:42 Kent Fredric
2017-03-17 11:12 Michael Haubenwallner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox