Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/cistronradius/
Date: Thu, 28 Apr 2016 22:00:26
Message-Id: 1461880772.977dbe089eb8c48f6b67d854e02bdbaa0be81353.wizardedit@gentoo
1 commit: 977dbe089eb8c48f6b67d854e02bdbaa0be81353
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 20:07:36 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 21:59:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977dbe08
7
8 net-dialup/cistronradius: remove cistronradius-1.6.8-r1
9
10 Package-Manager: portage-2.2.26
11
12 .../cistronradius/cistronradius-1.6.8-r1.ebuild | 49 ----------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild b/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild
16 deleted file mode 100644
17 index 01de595..0000000
18 --- a/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Authentication and accounting server for terminal servers that speak the RADIUS protocol"
30 -HOMEPAGE="http://www.radius.cistron.nl/"
31 -SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="-* x86"
36 -
37 -DEPEND="
38 - !net-dialup/freeradius
39 - !net-dialup/gnuradius"
40 -RDEPEND="${DEPEND}"
41 -
42 -S="${WORKDIR}/radiusd-cistron-${PV}"
43 -
44 -src_prepare() {
45 - epatch "${FILESDIR}/${P}-gcc41.patch"
46 - sed -i -e "s:SHAREDIR/::g" raddb/dictionary || die
47 - mv src/checkrad.pl src/checkrad || die
48 -
49 - epatch_user
50 -}
51 -
52 -src_compile() {
53 - emake -C src \
54 - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
55 - BINDIR=/usr/bin SBINDIR=/usr/sbin \
56 - MANDIR=/usr/share/man SHAREDIR=/usr/share/radius
57 -}
58 -
59 -src_install() {
60 - insinto /etc/raddb
61 - doins raddb/*
62 - dodoc README doc/{ChangeLog,FAQ.txt,README*}
63 - doman doc/{*.1,*.8,*.5rad,*.8rad}
64 -
65 - dosbin src/{checkrad,radiusd,radrelay}
66 - dobin src/{radclient,radlast,radtest,radwho,radzap}
67 -
68 - newinitd "${FILESDIR}/cistronradius.rc" cistronradius
69 -}