Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The radiusclient library has been moved to radiusclient-ng and has been taken over by developers on Berlios.de. I wasn't sure if this should be rolled into a new ebuild or just updated in its current state as the old radiusclient is done and this continued the versioning. The ebuild is attached. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created an attachment (id=48764) [edit] radiusclient(ng) 0.4.8 ebuild
That ebuild file was named: radiusclient-0.4.8.ebuild Sorry I didn't keep the naming structure in the attachment.
(From update of attachment 48764 [edit]) ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient/radiusclient-0.3.2.ebuild,v 1.2 2004/11/21 08:42:56 mrness Exp $ > >inherit eutils > >DESCRIPTION="A library for writing RADIUS clients accompanied with several client utilities." >HOMEPAGE="http://developer.berlios.de/projects/radiusclient-ng/" >SRC_URI="http://download.berlios.de/radiusclient-ng/${P}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/pkgsysconfdir-install.patch >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dodoc README BUGS CHANGES COPYRIGHT > dohtml doc/instop.html >}
(From update of attachment 48764 [edit]) ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient/radiusclient-0.3.2.ebuild,v 1.2 2004/11/21 08:42:56 mrness Exp $ > >inherit eutils > >DESCRIPTION="A library for writing RADIUS clients accompanied with several client utilities." >HOMEPAGE="http://developer.berlios.de/projects/radiusclient-ng/" >SRC_URI="http://download.berlios.de/radiusclient-ng/${P}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > cd ${S} >hi >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dodoc README BUGS CHANGES COPYRIGHT > dohtml doc/instop.html >}
Created an attachment (id=48768) [edit] Includes fixed epatch line
Created an attachment (id=48769) [edit] Includes fixed epatch line
version bumped.
Now I've realized that interface of radiusclient-ng is different than interface of radiusclient. I've moved net-dialup/radiusclient-0.5.0 to net-dialup/radiusclient-ng-0.5.0 and removed the 0.4.8 version.
FYI: radiusclient-ng 0.5.1 is now available on upstream source. I slightly changed 'net-dialup/ radiusclient-ng/radiusclient-ng-0.5.0.ebuild' for it and it builds fine with added keyword '~amd64'.
please don't add comments on old (and fixed) bugs unless it's related to the problem described. version bumped without ~amd64 keyword. I cannot test it, therefore you should open a bug regarding this matter and let amd64 arch team do its job.