summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-09-15 20:39:37 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-09-15 20:39:37 +0000
commit721f8f624d2346593dfc7dd15cbcc2b87e99298c (patch)
treedb2a42eb0e3d4b010364ea501904647a6d9b68f1 /net-dialup
parentMove the linker script code down to actually do something (diff)
downloadgentoo-2-721f8f624d2346593dfc7dd15cbcc2b87e99298c.tar.gz
gentoo-2-721f8f624d2346593dfc7dd15cbcc2b87e99298c.tar.bz2
gentoo-2-721f8f624d2346593dfc7dd15cbcc2b87e99298c.zip
repoman fixes
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/freeradius/ChangeLog6
-rw-r--r--net-dialup/freeradius/freeradius-0.9.0.ebuild34
-rw-r--r--net-dialup/freeradius/metadata.xml3
3 files changed, 26 insertions, 17 deletions
diff --git a/net-dialup/freeradius/ChangeLog b/net-dialup/freeradius/ChangeLog
index 17f0722eedaa..dfeda87f7b2e 100644
--- a/net-dialup/freeradius/ChangeLog
+++ b/net-dialup/freeradius/ChangeLog
@@ -1,8 +1,12 @@
# ChangeLog for net-dialup/freeradius
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.5 2003/08/20 17:42:27 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/ChangeLog,v 1.6 2003/09/15 20:39:37 rphillips Exp $
*freeradius-0.9.0 (20 Aug 2003)
+
+ 15 Sep 2003; Ryan Phillips <rphillips@gentoo.org> freeradius-0.9.0.ebuild :
+ Repoman fixes
+
20 Aug 2003; Ryan Phillips <rphillips@gentoo.org> freeradius-0.9.0.ebuild :
Added Oliver Graf's version bump, and tweaked init.d and conf.d scripts
diff --git a/net-dialup/freeradius/freeradius-0.9.0.ebuild b/net-dialup/freeradius/freeradius-0.9.0.ebuild
index bb5a0a1b42f3..f1accebbd345 100644
--- a/net-dialup/freeradius/freeradius-0.9.0.ebuild
+++ b/net-dialup/freeradius/freeradius-0.9.0.ebuild
@@ -1,15 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-0.9.0.ebuild,v 1.3 2003/09/08 11:43:54 msterret Exp $
-
-IUSE="snmp mysql postgres ldap kerberos ssl pam frascend frlargefiles frnothreads frxp"
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/freeradius/freeradius-0.9.0.ebuild,v 1.4 2003/09/15 20:38:57 rphillips Exp $
+IUSE="snmp mysql postgres ldap kerberos ssl pam"
MY_PN=${PN}-0.9.0
S=${WORKDIR}/${MY_PN}
DESCRIPTION="highly configurable free RADIUS server"
SRC_URI="ftp://ftp.freeradius.org/pub/radius/${MY_PN}.tar.gz"
HOMEPAGE="http://www.freeradius.org/"
-KEYWORDS="~x86"
+KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"
@@ -43,18 +42,21 @@ src_compile() {
if [ -z "`use snmp`" ]; then
myconf="--without-snmp"
fi
- if [ "`use frascend`" ]; then
- myconf="${myconf} --with-ascend-binary"
- fi
- if [ "`use frlargefiles`" ]; then
- myconf="${myconf} --with-large-files"
- fi
- if [ "`use frnothreds`" ]; then
- myconf="${myconf} --without-threads"
- fi
- if [ "`use frxp`" ]; then
- myconf="${myconf} --with-experimental-modules"
- fi
+ # rphillips: these are invalid use variables... we'll keep them commented
+ # just in case other people want to use them
+ #
+ #if [ "`use frascend`" ]; then
+ # myconf="${myconf} --with-ascend-binary"
+ #fi
+ #if [ "`use frlargefiles`" ]; then
+ # myconf="${myconf} --with-large-files"
+ #fi
+ #if [ "`use frnothreds`" ]; then
+ # myconf="${myconf} --without-threads"
+ #fi
+ #if [ "`use frxp`" ]; then
+ # myconf="${myconf} --with-experimental-modules"
+ #fi
# kill modules we don't use
if [ -z "`use ssl`" ]; then
diff --git a/net-dialup/freeradius/metadata.xml b/net-dialup/freeradius/metadata.xml
new file mode 100644
index 000000000000..6d8f1526beb9
--- /dev/null
+++ b/net-dialup/freeradius/metadata.xml
@@ -0,0 +1,3 @@
+<pkgmetadata>
+<herd>freeradius</herd>
+</pkgmetadata>