diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-12 09:46:50 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-12 09:46:50 +0000 |
commit | c7332660b5b2b037f9797559c14f3cdf9289c13f (patch) | |
tree | 4d081b93367fd52219ec21ac6da823637db95eb0 /net-dialup/cistronradius | |
parent | Fix building with newer gcc versions and cleanup implicit warnings that hate ... (diff) | |
download | gentoo-2-c7332660b5b2b037f9797559c14f3cdf9289c13f.tar.gz gentoo-2-c7332660b5b2b037f9797559c14f3cdf9289c13f.tar.bz2 gentoo-2-c7332660b5b2b037f9797559c14f3cdf9289c13f.zip |
version bump
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/cistronradius')
-rw-r--r-- | net-dialup/cistronradius/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/cistronradius/Manifest | 14 | ||||
-rw-r--r-- | net-dialup/cistronradius/cistronradius-1.6.8.ebuild | 55 | ||||
-rw-r--r-- | net-dialup/cistronradius/files/digest-cistronradius-1.6.8 | 1 |
4 files changed, 66 insertions, 13 deletions
diff --git a/net-dialup/cistronradius/ChangeLog b/net-dialup/cistronradius/ChangeLog index 67954ba39bb4..c99ca2dbed4f 100644 --- a/net-dialup/cistronradius/ChangeLog +++ b/net-dialup/cistronradius/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/cistronradius -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.13 2005/10/04 17:35:39 mrness Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.14 2006/03/12 09:46:50 mrness Exp $ + +*cistronradius-1.6.8 (12 Mar 2006) + + 12 Mar 2006; Alin Nastac <mrness@gentoo.org> +cistronradius-1.6.8.ebuild: + Version bump. 04 Oct 2005; Alin Nastac <mrness@gentoo.org> cistronradius-1.6.7-r1.ebuild: diff --git a/net-dialup/cistronradius/Manifest b/net-dialup/cistronradius/Manifest index 400406437da1..3fba7a860f31 100644 --- a/net-dialup/cistronradius/Manifest +++ b/net-dialup/cistronradius/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 73638ce360ef9bf75ec848a983bbdd07 ChangeLog 1758 MD5 d2098e94b0bce35534311d5e7f2ea7bb cistronradius-1.6.7-r1.ebuild 1378 -MD5 3f483f25444f849daf5aff5d81f38d83 metadata.xml 387 +MD5 a2c5f3caaeeec093fc6f0e37d100dc43 cistronradius-1.6.8.ebuild 1333 MD5 5d4f1b24150e2bf15b722250050bb697 files/cistronradius.rc 839 MD5 0f419b58334af5333e515168bb4588ce files/digest-cistronradius-1.6.7-r1 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDQr2LNSP4Vda7IdsRAmg7AKCNcO5jC7jVAawwilJLDUEGenM15QCfeGul -AwSYYLXaN2hVkIattkth1og= -=h4DL ------END PGP SIGNATURE----- +MD5 03ae59f3c580371facc4e6fe358ecf3e files/digest-cistronradius-1.6.8 73 +MD5 3f483f25444f849daf5aff5d81f38d83 metadata.xml 387 diff --git a/net-dialup/cistronradius/cistronradius-1.6.8.ebuild b/net-dialup/cistronradius/cistronradius-1.6.8.ebuild new file mode 100644 index 000000000000..465a07a51879 --- /dev/null +++ b/net-dialup/cistronradius/cistronradius-1.6.8.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.1 2006/03/12 09:46:50 mrness Exp $ + +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/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86 -*" + +DEPEND="!net-dialup/freeradius + !net-dialup/gnuradius" + +S="${WORKDIR}/radiusd-cistron-${PV}/src" + +src_unpack() { + unpack ${A} + + cd "${S}" + sed -i -e "s:/usr/local:/usr:g" \ + -e "s:-Wall -g:${CFLAGS}:g" Makefile + sed -i -e "s:SHAREDIR/::g" ../raddb/dictionary + mv checkrad.pl checkrad +} + +src_compile() { + emake || die "make failed" +} + +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}/radwho" + doexe "${S}/radzap" + + newinitd "${FILESDIR}/cistronradius.rc" cistronradius + + cd "${S}/.." + dodir /etc/raddb + insinto /etc/raddb + doins raddb/* + dodoc COPYRIGHT README doc/{ChangeLog,FAQ.txt,README*} + doman doc/{*.1,*.8,*.5rad,*.8rad} +} diff --git a/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 b/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 new file mode 100644 index 000000000000..1069b932dfa3 --- /dev/null +++ b/net-dialup/cistronradius/files/digest-cistronradius-1.6.8 @@ -0,0 +1 @@ +MD5 66709d6db81f5f77db82de27fe42c700 radiusd-cistron-1.6.8.tar.gz 199459 |