summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-04-14 19:11:44 +0000
committerAlin Năstac <mrness@gentoo.org>2005-04-14 19:11:44 +0000
commitad39726987677a9afd5d3722c16e75c8f1468ecb (patch)
treee2713fcc99c16b493e1776a994e3835ae99f2ead /net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild
parentstable amd64, 87517 (diff)
downloadhistorical-ad39726987677a9afd5d3722c16e75c8f1468ecb.tar.gz
historical-ad39726987677a9afd5d3722c16e75c8f1468ecb.tar.bz2
historical-ad39726987677a9afd5d3722c16e75c8f1468ecb.zip
remove oldie & inter-block with freeradius
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild')
-rw-r--r--net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild b/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild
deleted file mode 100644
index 96ef7f1dc266..000000000000
--- a/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild,v 1.6 2004/07/01 22:05:18 eradicator Exp $
-
-inherit eutils
-
-IUSE=""
-
-S="${WORKDIR}/radiusd-cistron-${PV}/src"
-DESCRIPTION="An authentication and accounting server for terminal servers that speak the RADIUS protocol."
-SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz"
-HOMEPAGE="http://www.radius.cistron.nl/"
-KEYWORDS="x86 -*"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc
- >=sys-apps/sed-4*"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
-
- epatch ${FILESDIR}/${P}-security.patch
-
- sed -i -e "s:/usr/local:/usr:g" \
- -e "s:-Wall -g:${CFLAGS}:g" \
- Makefile || die
- mv checkrad.pl checkrad
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/sbin
- exeinto /usr/sbin
- doexe ${S}/checkrad
- doexe ${S}/radiusd
- doexe ${S}/radrelay
- dodir /usr/bin
- exeinto /usr/bin
- doexe ${S}/radclient
- doexe ${S}/radlast
- doexe ${S}/radtest
- doexe ${S}/raduse
- doexe ${S}/radwho
- doexe ${S}/radzap
- exeinto /etc/init.d
- newexe ${FILESDIR}/cistronradius.rc cistronradius
- cd ${S}/..
- dodir /etc/raddb
- insinto /etc/raddb
- doins raddb/*
- dodoc COPYRIGHT INSTALL README doc/{ChangeLog,FAQ.txt,README*}
- doman doc/{*.1,*.8,*.5rad,*.8rad}
-}