From: Alin Năstac Date: Sun, 12 Mar 2006 13:06:46 +0000 (+0000) Subject: Remove old revisions. Quote $WORKDIR and $D. Restrict make tests. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcf5ae53935ae2d12343dd3c92817338c0f49ffb;p=gentoo.git Remove old revisions. Quote $WORKDIR and $D. Restrict make tests. Package-Manager: portage-2.0.54 --- diff --git a/net-dialup/gnuradius/ChangeLog b/net-dialup/gnuradius/ChangeLog index dd97c231b2df..df12e7b476e1 100644 --- a/net-dialup/gnuradius/ChangeLog +++ b/net-dialup/gnuradius/ChangeLog @@ -1,6 +1,10 @@ # 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 -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 gnuradius-1.3-r2.ebuild: Stable on x86. diff --git a/net-dialup/gnuradius/Manifest b/net-dialup/gnuradius/Manifest index b3fce7b104b9..ec52d909ed8f 100644 --- a/net-dialup/gnuradius/Manifest +++ b/net-dialup/gnuradius/Manifest @@ -1,18 +1,14 @@ -----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----- diff --git a/net-dialup/gnuradius/files/digest-gnuradius-1.3 b/net-dialup/gnuradius/files/digest-gnuradius-1.3 deleted file mode 100644 index ad49b2e2cb13..000000000000 --- a/net-dialup/gnuradius/files/digest-gnuradius-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab0223f6504355c4827a7c03cb4e21b0 radius-1.3.tar.gz 2047469 diff --git a/net-dialup/gnuradius/files/digest-gnuradius-1.3-r1 b/net-dialup/gnuradius/files/digest-gnuradius-1.3-r1 deleted file mode 100644 index ad49b2e2cb13..000000000000 --- a/net-dialup/gnuradius/files/digest-gnuradius-1.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab0223f6504355c4827a7c03cb4e21b0 radius-1.3.tar.gz 2047469 diff --git a/net-dialup/gnuradius/gnuradius-1.3-r1.ebuild b/net-dialup/gnuradius/gnuradius-1.3-r1.ebuild deleted file mode 100644 index 608b08d60f7b..000000000000 --- a/net-dialup/gnuradius/gnuradius-1.3-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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" -} diff --git a/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild b/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild index 7382ed25df8a..c0afb0b34166 100644 --- a/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild +++ b/net-dialup/gnuradius/gnuradius-1.3-r2.ebuild @@ -1,10 +1,10 @@ -# 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" @@ -26,15 +26,13 @@ DEPEND="!net-dialup/freeradius 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` \ @@ -54,5 +52,5 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "installation failed" + make DESTDIR="${D}" install || die "installation failed" } diff --git a/net-dialup/gnuradius/gnuradius-1.3.ebuild b/net-dialup/gnuradius/gnuradius-1.3.ebuild deleted file mode 100644 index 4b31813d463f..000000000000 --- a/net-dialup/gnuradius/gnuradius-1.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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" -}