# ChangeLog for net-dialup/gnuradius
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.7 2005/12/26 13:02:43 mrness Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.8 2006/03/12 13:06:46 mrness Exp $
+
+ 12 Mar 2006; Alin Nastac <mrness@gentoo.org> -gnuradius-1.3.ebuild,
+ -gnuradius-1.3-r1.ebuild, gnuradius-1.3-r2.ebuild:
+ Remove old revisions. Quote $WORKDIR and $D. Restrict make tests.
26 Dec 2005; Alin Nastac <mrness@gentoo.org> gnuradius-1.3-r2.ebuild:
Stable on x86.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 a9fe4a84ece8781ef5778eb8466dcb94 gnuradius-1.3.ebuild 1332
-MD5 bb218b31754bdee3c28180d0697b82b5 gnuradius-1.3-r1.ebuild 1307
-MD5 f66e51fcc711ce45ae174e8c0074bb5d ChangeLog 1244
-MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
-MD5 266edc1d5ff0cd25da1e12bbda76cfc3 gnuradius-1.3-r2.ebuild 1402
-MD5 2fcc0ff6ac050e6fdc1bf8a233e9eeac files/digest-gnuradius-1.3 63
-MD5 2fcc0ff6ac050e6fdc1bf8a233e9eeac files/digest-gnuradius-1.3-r1 63
+MD5 3cacd34342b37288e2bdf1ee98930305 ChangeLog 1436
MD5 2fcc0ff6ac050e6fdc1bf8a233e9eeac files/digest-gnuradius-1.3-r2 63
+MD5 e935a8b83e1d1ef39b267362e05cb604 gnuradius-1.3-r2.ebuild 1394
+MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
+Version: GnuPG v1.4.2.1 (GNU/Linux)
-iD8DBQFDr+oCNSP4Vda7IdsRAutyAJ47jKkTrvkVaarhKWf24U0OFPxyLQCfa/tM
-eC8mfTyscGNPidLQ6WpvZz0=
-=mg48
+iD8DBQFEFBz4jG8pv1lIUX4RAif8AJ9TNF7dshESlxD0IGAkCb4JtG5wOgCdFsXT
+kLThbDwcdWHmCFyIN505Om0=
+=8Srf
-----END PGP SIGNATURE-----
+++ /dev/null
-MD5 ab0223f6504355c4827a7c03cb4e21b0 radius-1.3.tar.gz 2047469
+++ /dev/null
-MD5 ab0223f6504355c4827a7c03cb4e21b0 radius-1.3.tar.gz 2047469
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3-r1.ebuild,v 1.3 2005/10/04 18:43:30 mrness Exp $
-
-MY_P=radius-${PV}
-
-DESCRIPTION="GNU radius authentication server"
-HOMEPAGE="http://www.gnu.org/software/radius/radius.html"
-SRC_URI="mirror://gnu/radius/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="guile mysql postgres odbc dbm nls snmp pam static debug readline"
-
-DEPEND="!net-dialup/freeradius
- !net-dialup/cistronradius
- guile? ( >=dev-util/guile-1.4 )
- mysql? ( dev-db/mysql )
- postgres? ( dev-db/postgresql )
- odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
- readline? ( sys-libs/readline )
- dbm? ( sys-libs/gdbm )
- snmp? ( net-analyzer/net-snmp )
- pam? ( sys-libs/pam )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local myconf="--enable-client \
- `use_with guile` \
- `use_with guile server-guile` \
- `use_with mysql` \
- `use_with postgres` \
- `use_with odbc` \
- `use_with readline` \
- `use_enable dbm` \
- `use_enable nls` \
- `use_enable snmp` \
- `use_enable pam` \
- `use_enable debug` \
- `use_enable static` "
-
- econf $myconf || die "configuration failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "installation failed"
-}
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild,v 1.3 2005/12/26 13:02:43 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild,v 1.4 2006/03/12 13:06:46 mrness Exp $
inherit libtool
-MY_P=radius-${PV}
+MY_P="radius-${PV}"
DESCRIPTION="GNU radius authentication server"
HOMEPAGE="http://www.gnu.org/software/radius/radius.html"
snmp? ( net-analyzer/net-snmp )
pam? ( sys-libs/pam )"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
-src_unpack() {
- unpack ${A}
+RESTRICT="test"
+src_compile() {
elibtoolize --reverse-deps
-}
-src_compile() {
local myconf="--enable-client \
`use_with guile` \
`use_with guile server-guile` \
}
src_install() {
- make DESTDIR=${D} install || die "installation failed"
+ make DESTDIR="${D}" install || die "installation failed"
}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3.ebuild,v 1.6 2005/10/06 05:22:44 mrness Exp $
-
-MY_P=radius-${PV}
-
-DESCRIPTION="GNU radius authentication server"
-HOMEPAGE="http://www.gnu.org/software/radius/radius.html"
-SRC_URI="mirror://gnu/radius/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="guile mysql postgres odbc dbm nls snmp pam static debug readline"
-
-DEPEND="!net-dialup/freeradius
- !net-dialup/cistronradius
- guile? ( >=dev-util/guile-1.4 )
- mysql? ( dev-db/mysql )
- postgres? ( dev-db/postgresql )
- odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
- readline? ( sys-libs/readline )
- dbm? ( sys-libs/gdbm )
- snmp? ( net-analyzer/net-snmp )
- pam? ( sys-libs/pam )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local myconf=" \
- `use_with guile` \
- `use_with mysql` \
- `use_with postgres` \
- `use_with odbc` \
- `use_with readline` \
- `use_enable dbm` \
- `use_enable nls` \
- `use_enable snmp` \
- `use_enable pam` \
- `use_enable debug` \
- `use_enable static` "
-
- if use guile; then
- myconf="$myconf --with-client --with-server-guile"
- fi
-
- econf $myconf || die "configuration failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "installation failed"
-}