diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-03-03 21:01:56 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-03-03 21:01:56 +0000 |
commit | 107c1a780a06b4114fd8f688df950d7883053c94 (patch) | |
tree | b88c7dec9dfc2aaa9ee87cf85dd2f1c38213f2ce /net-dialup | |
parent | Marking metacity-python-2.22.0 ppc64 for bug 258040 (diff) | |
download | gentoo-2-107c1a780a06b4114fd8f688df950d7883053c94.tar.gz gentoo-2-107c1a780a06b4114fd8f688df950d7883053c94.tar.bz2 gentoo-2-107c1a780a06b4114fd8f688df950d7883053c94.zip |
Initial import from bug 234098
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/freeradius-client/ChangeLog | 10 | ||||
-rw-r--r-- | net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild | 33 | ||||
-rw-r--r-- | net-dialup/freeradius-client/metadata.xml | 20 |
3 files changed, 63 insertions, 0 deletions
diff --git a/net-dialup/freeradius-client/ChangeLog b/net-dialup/freeradius-client/ChangeLog new file mode 100644 index 000000000000..d2d1c4f0aa41 --- /dev/null +++ b/net-dialup/freeradius-client/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-dialup/freeradius-client +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius-client/ChangeLog,v 1.1 2009/03/03 21:01:56 mrness Exp $ + +*freeradius-client-1.1.6 (03 Mar 2009) + + 03 Mar 2009; Alin Năstac <mrness@gentoo.org> +metadata.xml, + +freeradius-client-1.1.6.ebuild: + Initial import from bug 234098, thanks to MATSUU Takuto <matsuu@gentoo.org>. + diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild b/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild new file mode 100644 index 000000000000..102890d962d9 --- /dev/null +++ b/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild,v 1.1 2009/03/03 21:01:56 mrness Exp $ + +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 +} diff --git a/net-dialup/freeradius-client/metadata.xml b/net-dialup/freeradius-client/metadata.xml new file mode 100644 index 000000000000..d129621cf599 --- /dev/null +++ b/net-dialup/freeradius-client/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-dialup</herd> +<maintainer> + <email>mrness@gentoo.org</email> + <name>Alin Nastac</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, an 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> |