public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2018-04-05  3:29 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-04-05  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     af8b73841da714d02e3a1353c400c9b68a5c1765
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 02:50:34 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 02:50:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8b7384

dev-perl/Authen-Radius: amd64 stable

Bug: https://bugs.gentoo.org/652468
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
index 93ca6b83ed0..0a114169c8e 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2018-09-07 19:40 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2018-09-07 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     24c80c90da487a546906752c9b63596fc6645a57
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 19:29:05 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 19:31:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c80c90

dev-perl/Authen-Radius: Bump to version 0.270.0

- export contrib/ via USE=examples

Upstream:
- Force FreeRADIUS dictionary format when BEGIN-VENDOR directive is
  found
- Load included files using requested format
- Add full support for octets type

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Authen-Radius/Authen-Radius-0.270.0.ebuild     | 49 ++++++++++++++++++++++
 dev-perl/Authen-Radius/Manifest                    |  1 +
 2 files changed, 50 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
new file mode 100644
index 00000000000..e8f19084fc2
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.27
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Data-Dumper-1.0.0
+	>=dev-perl/Data-HexDump-0.20.0
+	>=virtual/perl-Digest-MD5-2.200.0
+	>=virtual/perl-IO-1.120.0
+	>=dev-perl/Net-IP-1.260.0
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		dev-perl/Test-NoWarnings
+		virtual/perl-Test-Simple
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+	"${FILESDIR}"/${PN}-0.26-no-install-db.patch
+)
+
+src_configure() {
+	export OPTIMIZE="$CFLAGS"
+	perl-module_src_configure
+}
+
+src_install() {
+	perl-module_src_install
+
+	# Really want to install these radius dictionaries?
+	insinto /etc/raddb
+	doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index 447e3579de1..e60cf7afab4 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1 +1,2 @@
 DIST Authen-Radius-0.26.tar.gz 49432 BLAKE2B 05ce64cf463faa1ad1004a659859961d6df24d0651a180603a5a5fc3d672a91f8df521f7d19bbc7b62aa0d63e1ae5b54dec3d46718973ee160f3e7bae5f15d02 SHA512 6779712cd4fdc45115c6e68766ef58c8b1dc9bf3037f3e0e243bc23318d13b09104df5f825b40ce26f7eebe52e6c4887efc8525334f2ab00da23fe76322f0b56
+DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d SHA512 0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2018-11-23 13:49 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2018-11-23 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     caca9d5127ab51935892768b210c2ecbf3811d62
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 13:48:11 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 13:49:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caca9d51

dev-perl/Authen-Radius: amd64 stable wrt bug #671730

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

 dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
index e8f19084fc2..d549384f5b9 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2018-11-23 20:30 Thomas Deutschmann
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-11-23 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d3511db6056cf25403a57620b0bd43210d0ff86a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 20:21:22 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 20:21:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3511db6

dev-perl/Authen-Radius: x86 stable (bug #671730)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
index d549384f5b9..29ef48b2dfa 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2020-04-11 14:07 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2020-04-11 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0fbe26184a7f78cf179caca8e1267796eceb38ed
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 11 13:58:49 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 14:06:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbe2618

dev-perl/Authen-Radius: Remove old 0.260.0

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

 .../Authen-Radius/Authen-Radius-0.260.0.ebuild     | 49 ----------------------
 dev-perl/Authen-Radius/Manifest                    |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
deleted file mode 100644
index c9d0d5f9f5a..00000000000
--- a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PORTAONE
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Communicate with a Radius server from Perl"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-Data-Dumper-1.0.0
-	>=dev-perl/Data-HexDump-0.20.0
-	>=virtual/perl-Digest-MD5-2.200.0
-	>=virtual/perl-IO-1.120.0
-	>=dev-perl/Net-IP-1.260.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
-	test? (
-		dev-perl/Test-NoWarnings
-		virtual/perl-Test-Simple
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
-	"${FILESDIR}"/${PN}-0.26-no-install-db.patch
-)
-
-src_configure() {
-	export OPTIMIZE="$CFLAGS"
-	perl-module_src_configure
-}
-
-src_install() {
-	perl-module_src_install
-
-	# Really want to install these radius dictionaries?
-	insinto /etc/raddb
-	doins raddb/dictionary*
-}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index e60cf7afab4..b2e89c2ffe3 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1,2 +1 @@
-DIST Authen-Radius-0.26.tar.gz 49432 BLAKE2B 05ce64cf463faa1ad1004a659859961d6df24d0651a180603a5a5fc3d672a91f8df521f7d19bbc7b62aa0d63e1ae5b54dec3d46718973ee160f3e7bae5f15d02 SHA512 6779712cd4fdc45115c6e68766ef58c8b1dc9bf3037f3e0e243bc23318d13b09104df5f825b40ce26f7eebe52e6c4887efc8525334f2ab00da23fe76322f0b56
 DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d SHA512 0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67


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

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

commit:     15f460e622b2a4b2c6054b8560e0ccf79f791ea2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 23:14:16 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 23:14:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f460e6

dev-perl/Authen-Radius: Bump to version 0.310.0

- EAPI7

Upstream:
- Fixed tagger integer attribute encoding
- Fix tests if FreeRADIUS is not available
- Fix warning when NoteList parameter used without Host

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

 .../Authen-Radius/Authen-Radius-0.310.0.ebuild     | 50 ++++++++++++++++++++++
 dev-perl/Authen-Radius/Manifest                    |  1 +
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
new file mode 100644
index 00000000000..47be5be0bbe
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.31
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=virtual/perl-Data-Dumper-1.0.0
+	>=dev-perl/Data-HexDump-0.20.0
+	>=virtual/perl-Digest-MD5-2.200.0
+	>=virtual/perl-IO-1.120.0
+	>=dev-perl/Net-IP-1.260.0
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		dev-perl/Test-NoWarnings
+		virtual/perl-Test-Simple
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+	"${FILESDIR}"/${PN}-0.26-no-install-db.patch
+)
+
+src_configure() {
+	export OPTIMIZE="$CFLAGS"
+	perl-module_src_configure
+}
+
+src_install() {
+	perl-module_src_install
+
+	# Really want to install these radius dictionaries?
+	insinto /etc/raddb
+	doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index b2e89c2ffe3..d6fdbe53fbf 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1 +1,2 @@
 DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d SHA512 0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67
+DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d SHA512 6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380


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

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

commit:     8cc00ada08720189f10e3e29fb3bcb803b3148f3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:53:35 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 23:02:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc00ada

dev-perl/Authen-Radius: Cleanup old 0.270.0

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

 .../Authen-Radius/Authen-Radius-0.270.0.ebuild     | 50 ----------------------
 dev-perl/Authen-Radius/Manifest                    |  1 -
 2 files changed, 51 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
deleted file mode 100644
index 5921f654976..00000000000
--- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PORTAONE
-DIST_VERSION=0.27
-DIST_EXAMPLES=("contrib/*")
-inherit perl-module
-
-DESCRIPTION="Communicate with a Radius server from Perl"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-Data-Dumper-1.0.0
-	>=dev-perl/Data-HexDump-0.20.0
-	>=virtual/perl-Digest-MD5-2.200.0
-	>=virtual/perl-IO-1.120.0
-	>=dev-perl/Net-IP-1.260.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
-	test? (
-		dev-perl/Test-NoWarnings
-		virtual/perl-Test-Simple
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
-	"${FILESDIR}"/${PN}-0.26-no-install-db.patch
-)
-
-src_configure() {
-	export OPTIMIZE="$CFLAGS"
-	perl-module_src_configure
-}
-
-src_install() {
-	perl-module_src_install
-
-	# Really want to install these radius dictionaries?
-	insinto /etc/raddb
-	doins raddb/dictionary*
-}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index d6fdbe53fbf..4b13a5bff12 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1,2 +1 @@
-DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d SHA512 0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67
 DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d SHA512 6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2021-07-29  6:45 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-07-29  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb4420c5abc40687149e306f94d31519a9695be
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 06:42:57 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 06:42:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb4420c

dev-perl/Authen-Radius: x86 stable wrt bug #804693

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

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

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
index bff0006635e..2dbfb2617f1 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2021-10-09  9:11 Andreas K. Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     85285787288e09c45c42533ddf4580aa284c016c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 08:53:25 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 09:11:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85285787

dev-perl/Authen-Radius: Remove old

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

 .../Authen-Radius/Authen-Radius-0.310.0.ebuild     | 50 ----------------------
 dev-perl/Authen-Radius/Manifest                    |  1 -
 2 files changed, 51 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
deleted file mode 100644
index 530753d946e..00000000000
--- a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PORTAONE
-DIST_VERSION=0.31
-DIST_EXAMPLES=("contrib/*")
-inherit perl-module
-
-DESCRIPTION="Communicate with a Radius server from Perl"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-Data-Dumper-1.0.0
-	>=dev-perl/Data-HexDump-0.20.0
-	>=virtual/perl-Digest-MD5-2.200.0
-	>=virtual/perl-IO-1.120.0
-	>=dev-perl/Net-IP-1.260.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
-	test? (
-		dev-perl/Test-NoWarnings
-		virtual/perl-Test-Simple
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
-	"${FILESDIR}"/${PN}-0.26-no-install-db.patch
-)
-
-src_configure() {
-	export OPTIMIZE="$CFLAGS"
-	perl-module_src_configure
-}
-
-src_install() {
-	perl-module_src_install
-
-	# Really want to install these radius dictionaries?
-	insinto /etc/raddb
-	doins raddb/dictionary*
-}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index 1b2a14480fe..7b1c0368122 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1,2 +1 @@
-DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d SHA512 6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380
 DIST Authen-Radius-0.32.tar.gz 51366 BLAKE2B 12b18554fccd56aa3668224e2e1a932108993ef845b10b3220eed212fb3413d875cdeb8e8fdef2ba439b0b0ab72417bbb9c830bc2a023a03a0c221b3f52b3170 SHA512 323bddead9465d60da8d1b0f4500fec436c14a8c82552b24da54a6798c0583dffb37005f7abc627ea9532ca46bd442063cddd52d8c5923aa10fa7954c728bca5


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/
@ 2024-05-22  2:55 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-05-22  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     39d7a6d25d98a8cd5769dc5b12f03f84828cc0e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:54:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:54:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d7a6d2

dev-perl/Authen-Radius: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

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

 .../Authen-Radius/Authen-Radius-0.320.0-r1.ebuild  | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.320.0-r1.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.320.0-r1.ebuild
new file mode 100644
index 000000000000..5fe861ea9038
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.320.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.32
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+
+RDEPEND="
+	>=virtual/perl-Data-Dumper-1.0.0
+	>=dev-perl/Data-HexDump-0.20.0
+	>=virtual/perl-Digest-MD5-2.200.0
+	>=virtual/perl-IO-1.120.0
+	>=dev-perl/Net-IP-1.260.0
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		dev-perl/Test-NoWarnings
+		virtual/perl-Test-Simple
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+	"${FILESDIR}"/${PN}-0.32-no-install-db.patch
+)
+
+src_install() {
+	perl-module_src_install
+
+	# Really want to install these radius dictionaries?
+	insinto /etc/raddb
+	doins raddb/dictionary*
+}


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

end of thread, other threads:[~2024-05-22  2:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-29 23:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22  2:55 Sam James
2021-10-09  9:11 Andreas K. Hüttel
2021-07-29  6:45 Agostino Sarubbo
2020-09-25 23:03 Kent Fredric
2020-04-11 14:07 Kent Fredric
2018-11-23 20:30 Thomas Deutschmann
2018-11-23 13:49 Agostino Sarubbo
2018-09-07 19:40 Kent Fredric
2018-04-05  3:29 Aaron Bauman

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