diff options
Diffstat (limited to 'net-dialup/gnuradius/gnuradius-1.3-r1.ebuild')
-rw-r--r-- | net-dialup/gnuradius/gnuradius-1.3-r1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
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" -} |