summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-10-12 16:02:01 +0300
committerSergey Popov <pinkbyte@gentoo.org>2015-10-12 16:02:01 +0300
commitc2b01f7e6ec0208cfefabc017742bf9bfa471f58 (patch)
treeb2f447f65f7e3a5a13f123556fe24c37c8d041d0 /net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild
parentnet-dialup/freeradius-client: version bump (diff)
downloadgentoo-c2b01f7e6ec0208cfefabc017742bf9bfa471f58.tar.gz
gentoo-c2b01f7e6ec0208cfefabc017742bf9bfa471f58.tar.bz2
gentoo-c2b01f7e6ec0208cfefabc017742bf9bfa471f58.zip
net-dialup/freeradius-client: drop old version
Package-Manager: portage-2.2.22
Diffstat (limited to 'net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild')
-rw-r--r--net-dialup/freeradius-client/freeradius-client-1.1.6.ebuild33
1 files changed, 0 insertions, 33 deletions
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 4105214a8277..000000000000
--- 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
-}