[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/files/, net-dialup/freeradius-client/

2023-01-10 Thread Sam James
commit: b9832472df5cd80f931ef2d6411a7b2a500918ad
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 10 10:48:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 10 10:52:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9832472

net-dialup/freeradius-client: fix configure w/ clang 16

Signed-off-by: Sam James  gentoo.org>

 .../freeradius-client-1.1.7-configure-clang16.patch | 17 +
 1.7-r2.ebuild => freeradius-client-1.1.7-r3.ebuild} |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git 
a/net-dialup/freeradius-client/files/freeradius-client-1.1.7-configure-clang16.patch
 
b/net-dialup/freeradius-client/files/freeradius-client-1.1.7-configure-clang16.patch
new file mode 100644
index ..58cf78c6ff23
--- /dev/null
+++ 
b/net-dialup/freeradius-client/files/freeradius-client-1.1.7-configure-clang16.patch
@@ -0,0 +1,17 @@
+https://src.fedoraproject.org/rpms/freeradius-client/c/12ee8b567ce2a1b6637ad01e5806a15eeef410cc?branch=rawhide
+
+Add return type to main for autoconf check for C99 compliance.
+https://github.com/FreeRADIUS/freeradius-client/issues/113
+
+--- a/configure.in
 b/configure.in
+@@ -212,7 +212,7 @@ then
+   AC_TRY_RUN([
+   #include 
+   
+-  main(int argc, char **argv)
++  int main(int argc, char **argv)
+   {
+   struct utsname uts;
+   uts.domainname[0] = '\0';
+

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r2.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild
similarity index 92%
rename from net-dialup/freeradius-client/freeradius-client-1.1.7-r2.ebuild
rename to net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild
index 447e44887dd1..45d79ae7e6ab 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r2.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,6 +28,7 @@ DOCS=(
 
 PATCHES=(
"${FILESDIR}/${PN}-1.1.7-ar-configure.in.patch"
+   "${FILESDIR}/${PN}-1.1.7-configure-clang16.patch"
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-08-21 Thread Sam James
commit: 1f2061c02b0ce09b03b37235263ac760b12ed95b
Author: Alarig Le Lay  swordarmor  fr>
AuthorDate: Thu Aug 19 08:23:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 22 03:16:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2061c0

net-dialup/freeradius-client: Adding virtual/libcrypt as dependency

Closes: https://bugs.gentoo.org/808981
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alarig Le Lay  swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/22041
Signed-off-by: Sam James  gentoo.org>

 ...dius-client-1.1.7-r1.ebuild => freeradius-client-1.1.7-r2.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r2.ebuild
similarity index 94%
rename from net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
rename to net-dialup/freeradius-client/freeradius-client-1.1.7-r2.ebuild
index 087811a91b4..447e44887dd 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r2.ebuild
@@ -15,7 +15,10 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 
~riscv sparc x86"
 
 IUSE="scp shadow static-libs"
 
-DEPEND="!net-dialup/radiusclient-ng"
+DEPEND="
+   !net-dialup/radiusclient-ng
+   virtual/libcrypt:=
+"
 RDEPEND="${DEPEND}"
 
 DOCS=(



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-07-24 Thread Marek Szuba
commit: 9d0bf253438bf2b40d60edc2689080f1d8a1705d
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:00:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0bf253

net-dialup/freeradius-client: keyword 1.1.7-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 9076da43d6d..087811a91b4 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-24 Thread Andreas Sturmlechner
commit: 12b3ca16b60d374e308c7695e42194949f69124b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 24 17:32:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 24 18:30:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b3ca16

net-dialup/freeradius-client: Drop 1.1.7 (r0)

Closes: https://bugs.gentoo.org/771255
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../freeradius-client-1.1.7.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
deleted file mode 100644
index 70cf54b3fda..000
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools-utils
-
-DESCRIPTION="FreeRADIUS Client framework"
-HOMEPAGE="http://wiki.freeradius.org/Radiusclient;
-SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-IUSE="scp shadow static-libs"
-
-DEPEND="!net-dialup/radiusclient
-   !net-dialup/radiusclient-ng"
-RDEPEND="${DEPEND}"
-
-DOCS=( BUGS doc/ChangeLog doc/login.example doc/release-method.txt )
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable scp)
-   $(use_enable shadow)
-   --with-secure-path
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install
-   dodoc README*
-   newdoc doc/README README.login.example
-   dohtml doc/instop.html
-}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-19 Thread Sam James
commit: 6b0ace24c01c7ace3559004f220d53a2ddeaa49a
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 20:03:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 20:03:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0ace24

net-dialup/freeradius-client: Stabilize 1.1.7-r1 arm64, #771255

Signed-off-by: Sam James  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index c3c1605431a..9076da43d6d 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-19 Thread Sam James
commit: 903e80b792ad3930d18071b71ca5427594be37a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 12:03:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 12:03:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903e80b7

net-dialup/freeradius-client: Stabilize 1.1.7-r1 amd64, #771255

Signed-off-by: Sam James  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 28975313aa2..c3c1605431a 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-18 Thread Sam James
commit: 39ef2a8205d373ec3d79c5bed01b2f7918a5cc7b
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 02:39:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 02:39:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ef2a82

net-dialup/freeradius-client: Stabilize 1.1.7-r1 x86, #771255

Signed-off-by: Sam James  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index e2b737e2f67..28975313aa2 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-18 Thread Sam James
commit: 057e8c8cae50a41e41542f2b23cb203f2c508166
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 23:27:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 23:27:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057e8c8c

net-dialup/freeradius-client: Stabilize 1.1.7-r1 arm, #771255

Signed-off-by: Sam James  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 705d8c64d58..e2b737e2f67 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-18 Thread Sergei Trofimovich
commit: 91b838fc1cb258581c2c3684d904efd025f5a29c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 18 20:01:51 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 18 20:01:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b838fc

net-dialup/freeradius-client: stable 1.1.7-r1 for sparc

stable wrt bug #771255

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 346fe4b23fa..705d8c64d58 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-18 Thread Sergei Trofimovich
commit: eb9ef6c171b1cad98fd999023713e59dda14278f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 18 20:01:34 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 18 20:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9ef6c1

net-dialup/freeradius-client: stable 1.1.7-r1 for ppc64

stable wrt bug #771255

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 7e8e694a062..346fe4b23fa 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-02-18 Thread Sergei Trofimovich
commit: ca6046934913057b15afe8bb6fff10d05aa483e4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 18 20:00:14 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 18 20:00:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca604693

net-dialup/freeradius-client: stable 1.1.7-r1 for ppc

stable wrt bug #771255

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index c22a345c3f2..7e8e694a062 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2020-09-02 Thread Sam James
commit: 7b90e1cfd844e462b100eef58cdefdae5df0145a
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 20:41:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 20:41:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b90e1cf

net-dialup/freeradius-client: rename patch reference

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 564fb5f2205..c22a345c3f2 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -24,7 +24,7 @@ DOCS=(
 )
 
 PATCHES=(
-   "${FILESDIR}/${P}-ar-configure.in.patch"
+   "${FILESDIR}/${PN}-1.1.7-ar-configure.in.patch"
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/files/, net-dialup/freeradius-client/

2020-09-02 Thread Sam James
commit: 97cf65fd933a09edc3bd7282c4d8f10ab27fb227
Author: Alarig Le Lay  swordarmor  fr>
AuthorDate: Mon Aug 31 19:27:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 20:40:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cf65fd

net-dialup/freeradius-client: respect AR

Closes: https://bugs.gentoo.org/730388
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Alarig Le Lay  swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/17351
Signed-off-by: Sam James  gentoo.org>

 .../files/freeradius-client-1.1.7-ar-configure.in.patch| 10 ++
 .../freeradius-client/freeradius-client-1.1.7-r1.ebuild| 14 ++
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git 
a/net-dialup/freeradius-client/files/freeradius-client-1.1.7-ar-configure.in.patch
 
b/net-dialup/freeradius-client/files/freeradius-client-1.1.7-ar-configure.in.patch
new file mode 100644
index 000..07d477bcc90
--- /dev/null
+++ 
b/net-dialup/freeradius-client/files/freeradius-client-1.1.7-ar-configure.in.patch
@@ -0,0 +1,10 @@
+--- a/configure.in 2020-07-08 19:20:38.180447370 +0200
 b/configure.in 2020-07-08 19:21:00.840479965 +0200
+@@ -33,6 +33,6 @@
+ 
+ dnl Needed for normal compile
+-AC_PATH_PROG(AR, ar)
++AM_PROG_AR
+ AM_PROG_LIBTOOL
+ 
+ dnl HAVE_SHADOW_PASSWORDS

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 0b182155d46..564fb5f2205 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools toolchain-funcs
+inherit autotools
 
 DESCRIPTION="FreeRADIUS Client framework"
 HOMEPAGE="https://wiki.freeradius.org/project/Radiusclient;
@@ -23,27 +23,25 @@ DOCS=(
README.{radexample,rst}
 )
 
+PATCHES=(
+   "${FILESDIR}/${P}-ar-configure.in.patch"
+)
+
 src_prepare() {
default
mv configure.in configure.ac || die \
"Renaming configure.in to configure.ac failed"
+
eautoreconf
 }
 
 src_configure() {
-   tc-export AR
-
local myeconfargs=(
$(use_enable scp)
$(use_enable shadow)
--with-secure-path
)
econf "${myeconfargs[@]}"
-
-   for MAKEFILE in $(find -name Makefile) libtool; do
-   sed -i "s|/usr/bin/ar|${AR}|" "${MAKEFILE}" || \
-   die "Patching ${MAKEFILE} for ${AR} failed"
-   done
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2020-07-01 Thread Joonas Niilola
commit: 6c35e0080c2fcd69c99bee94e7d96c82d58a
Author: Alarig Le Lay  swordarmor  fr>
AuthorDate: Tue Jun 16 10:31:20 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul  1 06:38:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c35e008

net-dialup/freeradius-client: Avoid calling ar directly

Closes: https://bugs.gentoo.org/728332
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay  swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/16269
Signed-off-by: Joonas Niilola  gentoo.org>

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index f9ac8661b09..0b182155d46 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools toolchain-funcs
 
 DESCRIPTION="FreeRADIUS Client framework"
 HOMEPAGE="https://wiki.freeradius.org/project/Radiusclient;
@@ -31,12 +31,19 @@ src_prepare() {
 }
 
 src_configure() {
+   tc-export AR
+
local myeconfargs=(
$(use_enable scp)
$(use_enable shadow)
--with-secure-path
)
econf "${myeconfargs[@]}"
+
+   for MAKEFILE in $(find -name Makefile) libtool; do
+   sed -i "s|/usr/bin/ar|${AR}|" "${MAKEFILE}" || \
+   die "Patching ${MAKEFILE} for ${AR} failed"
+   done
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2020-06-14 Thread Joonas Niilola
commit: ebb3f3e5b75db303953c6e5ea609a7f066ef0507
Author: Alarig Le Lay  swordarmor  fr>
AuthorDate: Fri May  8 18:23:28 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 14 10:59:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb3f3e5

net-dialup/freeradius-client: Switching to EAPI 7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay  swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/15716
Signed-off-by: Joonas Niilola  gentoo.org>

 .../freeradius-client-1.1.7-r1.ebuild  | 48 ++
 net-dialup/freeradius-client/metadata.xml  | 34 +--
 2 files changed, 70 insertions(+), 12 deletions(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
new file mode 100644
index 000..f9ac8661b09
--- /dev/null
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="FreeRADIUS Client framework"
+HOMEPAGE="https://wiki.freeradius.org/project/Radiusclient;
+SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="scp shadow static-libs"
+
+DEPEND="!net-dialup/radiusclient-ng"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   BUGS doc/{ChangeLog,login.example,release-method.txt,instop.html}
+   README.{radexample,rst}
+)
+
+src_prepare() {
+   default
+   mv configure.in configure.ac || die \
+   "Renaming configure.in to configure.ac failed"
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable scp)
+   $(use_enable shadow)
+   --with-secure-path
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   newdoc doc/README README.login.example
+
+   use static-libs || \
+   find "${ED}" -name '*.a' -delete
+}

diff --git a/net-dialup/freeradius-client/metadata.xml 
b/net-dialup/freeradius-client/metadata.xml
index 2a085401d81..597f77ab7b7 100644
--- a/net-dialup/freeradius-client/metadata.xml
+++ b/net-dialup/freeradius-client/metadata.xml
@@ -1,16 +1,26 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-FreeRADIUS Client is a framework and library for writing
-RADIUS Clients which additionally includes radlogin, a flexible RADIUS
-aware login replacement, a command line program to send RADIUS accounting
-records, a utility allowing to send RADIUS AAA requests from command
-line or from shell scripts and a utility to query the status of a (Merit)
-RADIUS server.
-
-   Add service type hints derived from username
-   prefix
-   Enable shadow password support
-
+   
+   ala...@swordarmor.fr
+   Alarig Le Lay
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   FreeRADIUS Client is a framework and library for writing RADIUS 
Clients
+   which additionally includes radlogin, a flexible RADIUS aware 
login
+   replacement, a command line program to send RADIUS accounting 
records, a
+   utility allowing to send RADIUS AAA requests from command line 
or from
+   shell scripts and a utility to query the status of a (Merit) 
RADIUS
+   server.
+   
+   
+   
+   Add service type hints derived from username prefix
+   
+   Enable shadow password support
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2019-04-22 Thread Aaron Bauman
commit: 639a3495dbf086059977041ea1975e1ecba38cfb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Apr 22 23:31:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr 23 00:13:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639a3495

net-dialup/freeradius-client: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index c902df0fe08..752ce7fbf63 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2018-03-08 Thread Markus Meier
commit: 7ee87cbab4638103104cb4941225d876b739643d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar  8 20:01:08 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar  8 20:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee87cba

net-dialup/freeradius-client: arm stable, bug #647240

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 905a44c7d18..c902df0fe08 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2016-02-22 Thread Patrice Clement
commit: d612fffa2aa07efbebdece1c73e031431c10ac95
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Mon Feb 22 00:07:11 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 22 00:28:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d612fffa

net-dialup/freeradius-client: Add ~arm keyword

Tested on Scaleway C1

Package-Manager: portage-2.2.26

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index fa2e1e3..6eba5de 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-11-23 Thread Agostino Sarubbo
commit: 7ad6f08dc43da2c80ea434c1813be07d042a86df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 23 09:25:03 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 23 09:25:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad6f08d

net-dialup/freeradius-client: alpha stable wrt bug #563474

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 0ee6e98..fa2e1e3 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-11-16 Thread Agostino Sarubbo
commit: 67e7aee4f0790c08f12eb5f16e93ce5764b0ab93
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 14:18:04 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 14:18:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e7aee4

net-dialup/freeradius-client: ia64 stable wrt bug #563474

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 4d50ab2..0ee6e98 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-11-08 Thread Jeroen Roovers
commit: 8d8041e84def4c4b6e67bb7f4788158714e3874b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  9 04:00:06 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  9 04:00:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8041e8

net-dialup/freeradius-client: Stable for HPPA PPC64 (bug #563474).

Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 57ce601..4d50ab2 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-11-05 Thread Agostino Sarubbo
commit: c2ba8ae233f4317b16ac9af160d5fc3f68600ece
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:17:59 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:17:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ba8ae2

net-dialup/freeradius-client: sparc stable wrt bug #563474

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index db083e6..57ce601 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-10-30 Thread Agostino Sarubbo
commit: 75f3461b4e15262c76b9e83d91d27a35f8f1ef52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 30 10:13:39 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 30 10:15:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f3461b

net-dialup/freeradius-client: ppc stable wrt bug #563474

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 005802d..39c94cb 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-10-26 Thread Jeroen Roovers
commit: 0e03a678b3578f132d4fb1b6441b970c0269d151
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 26 06:16:24 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 26 06:16:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e03a678

net-dialup/freeradius-client: Mark ~hppa (bug #563474).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index e4ae261..005802d 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc64 ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-10-25 Thread Jeroen Roovers
commit: 1cb3b16208d5e74540e93ffe5b2e96dd65744702
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct 25 06:49:54 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct 25 06:49:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb3b162

net-dialup/freeradius-client: Mark ~ppc64 (bug #563474).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index a52c295..e4ae261 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-10-23 Thread Agostino Sarubbo
commit: 3984feca5af350891de4286f2ab008547673e418
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 23 09:05:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 23 09:05:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3984feca

net-dialup/freeradius-client: amd64 stable wrt bug #563474

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
index 8b0aa56..a52c295 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-10-12 Thread Sergey Popov
commit: 873787870462155a244542b3f69f0d25d7ef9ff6
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Oct 12 13:00:46 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Oct 12 13:00:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87378787

net-dialup/freeradius-client: version bump

Bump EAPI to 5, port to autotools-utils eclass

Gentoo-Bug: 373369
Reported-by: Bertrand Jacquin  jacquin.bzh>
Signed-off-by: Sergey Popov  gentoo.org>

Package-Manager: portage-2.2.22

 net-dialup/freeradius-client/Manifest  |  1 +
 .../freeradius-client-1.1.7.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/net-dialup/freeradius-client/Manifest 
b/net-dialup/freeradius-client/Manifest
index c33927d..e59a602 100644
--- a/net-dialup/freeradius-client/Manifest
+++ b/net-dialup/freeradius-client/Manifest
@@ -1 +1,2 @@
 DIST freeradius-client-1.1.6.tar.bz2 297916 SHA256 
a3c9522ed6d9bc795794595a8f3eebada868ea11a0c046637500faf257f9688f SHA512 
883ea38f4c13113d76a1ee8d85993bdadbe031a1ef1a1d731f809b36d1a0570395bb3ac749a7c71d7f4471ef2079e54f8bfddf3f695b5c4cc14ab43a234098d8
 WHIRLPOOL 
36a5f76351d3097a3d149574adeacdd0f00dec464783646ce4360fd7d47119323dadcebab29f94205ba0b5747e1af2bc433a77060aa8f536166a55f5c7f8aacb
+DIST freeradius-client-1.1.7.tar.gz 433141 SHA256 
eada2861b8f4928e3ac6b5bbfe11e92cd6cdcacfce40cae1085e77c1b6add0e9 SHA512 
20e79ec97da79f46b334e1c2880803a692885a4038196a4d016094d349f675e2d0521d921140c5ab06703008619417f7a20d3e90cdfc7b3578faccbd232be0ce
 WHIRLPOOL 
f8c9f2875bb6bf8ba3ccb45bdc75f30a1708ee5a4966d48c533827400a417c440bf6ba3a356f774ef9d450b78ac1728737ed30932ceb1e1e4ff225876724ea11

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
new file mode 100644
index 000..8b0aa56
--- /dev/null
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit autotools-utils
+
+DESCRIPTION="FreeRADIUS Client framework"
+HOMEPAGE="http://wiki.freeradius.org/Radiusclient;
+SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="scp shadow static-libs"
+
+DEPEND="!net-dialup/radiusclient
+   !net-dialup/radiusclient-ng"
+RDEPEND="${DEPEND}"
+
+DOCS=( BUGS doc/ChangeLog doc/login.example doc/release-method.txt )
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable scp)
+   $(use_enable shadow)
+   --with-secure-path
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   dodoc README*
+   newdoc doc/README README.login.example
+   dohtml doc/instop.html
+}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2015-10-12 Thread Sergey Popov
commit: c2b01f7e6ec0208cfefabc017742bf9bfa471f58
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Oct 12 13:02:01 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Oct 12 13:02:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b01f7e

net-dialup/freeradius-client: drop old version

Package-Manager: portage-2.2.22

 net-dialup/freeradius-client/Manifest  |  1 -
 .../freeradius-client-1.1.6.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/net-dialup/freeradius-client/Manifest 
b/net-dialup/freeradius-client/Manifest
index e59a602..6f355e6 100644
--- a/net-dialup/freeradius-client/Manifest
+++ b/net-dialup/freeradius-client/Manifest
@@ -1,2 +1 @@
-DIST freeradius-client-1.1.6.tar.bz2 297916 SHA256 
a3c9522ed6d9bc795794595a8f3eebada868ea11a0c046637500faf257f9688f SHA512 
883ea38f4c13113d76a1ee8d85993bdadbe031a1ef1a1d731f809b36d1a0570395bb3ac749a7c71d7f4471ef2079e54f8bfddf3f695b5c4cc14ab43a234098d8
 WHIRLPOOL 
36a5f76351d3097a3d149574adeacdd0f00dec464783646ce4360fd7d47119323dadcebab29f94205ba0b5747e1af2bc433a77060aa8f536166a55f5c7f8aacb
 DIST freeradius-client-1.1.7.tar.gz 433141 SHA256 
eada2861b8f4928e3ac6b5bbfe11e92cd6cdcacfce40cae1085e77c1b6add0e9 SHA512 
20e79ec97da79f46b334e1c2880803a692885a4038196a4d016094d349f675e2d0521d921140c5ab06703008619417f7a20d3e90cdfc7b3578faccbd232be0ce
 WHIRLPOOL 
f8c9f2875bb6bf8ba3ccb45bdc75f30a1708ee5a4966d48c533827400a417c440bf6ba3a356f774ef9d450b78ac1728737ed30932ceb1e1e4ff225876724ea11

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild
deleted file mode 100644
index 4105214..000
--- a/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-DESCRIPTION="FreeRADIUS Client framework"
-HOMEPAGE="http://wiki.freeradius.org/Radiusclient;
-SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="scp shadow"
-
-DEPEND="!net-dialup/radiusclient
-   !net-dialup/radiusclient-ng"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   $(use_enable scp) \
-   $(use_enable shadow) \
-   --with-secure-path || die "econf failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-
-   dodoc BUGS README* doc/ChangeLog doc/login.example 
doc/release-method.txt
-   newdoc doc/README README.login.example
-   dohtml doc/instop.html
-}