public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/
Date: Sun, 14 Jun 2020 10:59:24 +0000 (UTC)	[thread overview]
Message-ID: <1592132354.ebb3f3e5b75db303953c6e5ea609a7f066ef0507.juippis@gentoo> (raw)

commit:     ebb3f3e5b75db303953c6e5ea609a7f066ef0507
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Fri May  8 18:23:28 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 10:59:14 2020 +0000
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 <alarig <AT> swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/15716
Signed-off-by: Joonas Niilola <juippis <AT> 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 00000000000..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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>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.</longdescription>
-<use>
-	<flag name="scp">Add service type hints derived from username
-	prefix</flag>
-	<flag name="shadow">Enable shadow password support</flag>
-</use>
+	<maintainer type="person">
+		<email>alarig@swordarmor.fr</email>
+		<name>Alarig Le Lay</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		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.
+	</longdescription>
+	<use>
+		<flag name="scp">
+			Add service type hints derived from username prefix
+		</flag>
+		<flag name="shadow">Enable shadow password support</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2020-06-14 10:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14 10:59 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06  0:20 [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/ Eli Schwartz
2024-08-06  0:20 Eli Schwartz
2021-08-22  3:17 Sam James
2021-07-24 23:02 Marek Szuba
2021-02-24 18:36 Andreas Sturmlechner
2021-02-19 20:04 Sam James
2021-02-19 12:07 Sam James
2021-02-19  2:41 Sam James
2021-02-18 23:28 Sam James
2021-02-18 20:11 Sergei Trofimovich
2021-02-18 20:11 Sergei Trofimovich
2021-02-18 20:11 Sergei Trofimovich
2020-09-02 20:41 Sam James
2020-07-01  6:39 Joonas Niilola
2019-04-23  0:13 Aaron Bauman
2018-03-08 20:01 Markus Meier
2016-02-22 10:25 Patrice Clement
2015-11-23  9:25 Agostino Sarubbo
2015-11-16 14:19 Agostino Sarubbo
2015-11-09  4:00 Jeroen Roovers
2015-11-05 11:20 Agostino Sarubbo
2015-10-30 10:15 Agostino Sarubbo
2015-10-26  6:20 Jeroen Roovers
2015-10-25  6:54 Jeroen Roovers
2015-10-23  9:05 Agostino Sarubbo
2015-10-12 13:04 Sergey Popov
2015-10-12 13:04 Sergey Popov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592132354.ebb3f3e5b75db303953c6e5ea609a7f066ef0507.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox