jlec 15/03/21 18:56:12 Modified: cistronradius-1.6.8-r1.ebuild ChangeLog Removed: cistronradius-1.6.8.ebuild Log: use dobin instead of exeinto /usr/bin/ && doexe; drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild?r1=1.2&r2=1.3 Index: cistronradius-1.6.8-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cistronradius-1.6.8-r1.ebuild 7 Aug 2013 13:29:33 -0000 1.2 +++ cistronradius-1.6.8-r1.ebuild 21 Mar 2015 18:56:12 -0000 1.3 @@ -1,20 +1,21 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 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-r1.ebuild,v 1.2 2013/08/07 13:29:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8-r1.ebuild,v 1.3 2015/03/21 18:56:12 jlec Exp $ EAPI=5 inherit eutils toolchain-funcs -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" +DESCRIPTION="Authentication and accounting server for terminal servers that speak the RADIUS protocol" HOMEPAGE="http://www.radius.cistron.nl/" +SRC_URI="ftp://ftp.radius.cistron.nl/pub/radius/radiusd-cistron-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" -DEPEND="!net-dialup/freeradius +DEPEND=" + !net-dialup/freeradius !net-dialup/gnuradius" RDEPEND="${DEPEND}" @@ -41,10 +42,8 @@ dodoc README doc/{ChangeLog,FAQ.txt,README*} doman doc/{*.1,*.8,*.5rad,*.8rad} - exeinto /usr/sbin - doexe src/{checkrad,radiusd,radrelay} - exeinto /usr/bin - doexe src/{radclient,radlast,radtest,radwho,radzap} + dosbin src/{checkrad,radiusd,radrelay} + dobin src/{radclient,radlast,radtest,radwho,radzap} newinitd "${FILESDIR}/cistronradius.rc" cistronradius } 1.22 net-dialup/cistronradius/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cistronradius/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cistronradius/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/cistronradius/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 10 Aug 2014 20:55:30 -0000 1.21 +++ ChangeLog 21 Mar 2015 18:56:12 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/cistronradius -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.21 2014/08/10 20:55:30 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.22 2015/03/21 18:56:12 jlec Exp $ + + 21 Mar 2015; Justin Lecher <[email protected]> -cistronradius-1.6.8.ebuild, + cistronradius-1.6.8-r1.ebuild: + use dobin instead of exeinto /usr/bin/ && doexe; drop old 10 Aug 2014; Sergei Trofimovich <[email protected]> cistronradius-1.6.8.ebuild:
