Bug 78386 - Updated ebuild for net-dialup/radiusclient - see #71591
|
Bug#:
78386
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: net-dialup@gentoo.org
|
Reported By: evan@mirrored.ca
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Updated ebuild for net-dialup/radiusclient - see #71591
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-01-17 09:47 0000
|
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.
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 [details])
># 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 [details])
># 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
>}
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.