From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/
Date: Mon, 12 Oct 2015 13:04:03 +0000 (UTC) [thread overview]
Message-ID: <1444654846.873787870462155a244542b3f69f0d25d7ef9ff6.pinkbyte@gentoo> (raw)
commit: 873787870462155a244542b3f69f0d25d7ef9ff6
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 13:00:46 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 13:00:46 2015 +0000
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 <bertrand <AT> jacquin.bzh>
Signed-off-by: Sergey Popov <pinkbyte <AT> 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 0000000..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
+}
next reply other threads:[~2015-10-12 13:04 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-12 13:04 Sergey Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-12 13:04 [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/ Sergey Popov
2015-10-23 9:05 Agostino Sarubbo
2015-10-25 6:54 Jeroen Roovers
2015-10-26 6:20 Jeroen Roovers
2015-10-30 10:15 Agostino Sarubbo
2015-11-05 11:20 Agostino Sarubbo
2015-11-09 4:00 Jeroen Roovers
2015-11-16 14:19 Agostino Sarubbo
2015-11-23 9:25 Agostino Sarubbo
2016-02-22 10:25 Patrice Clement
2018-03-08 20:01 Markus Meier
2019-04-23 0:13 Aaron Bauman
2020-06-14 10:59 Joonas Niilola
2020-07-01 6:39 Joonas Niilola
2020-09-02 20:41 Sam James
2021-02-18 20:11 Sergei Trofimovich
2021-02-18 20:11 Sergei Trofimovich
2021-02-18 20:11 Sergei Trofimovich
2021-02-18 23:28 Sam James
2021-02-19 2:41 Sam James
2021-02-19 12:07 Sam James
2021-02-19 20:04 Sam James
2021-02-24 18:36 Andreas Sturmlechner
2021-07-24 23:02 Marek Szuba
2021-08-22 3:17 Sam James
2024-08-06 0:20 Eli Schwartz
2024-08-06 0:20 Eli Schwartz
2025-04-02 1:43 Sam James
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=1444654846.873787870462155a244542b3f69f0d25d7ef9ff6.pinkbyte@gentoo \
--to=pinkbyte@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