summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-07-12 04:34:39 +0000
committerNed Ludd <solar@gentoo.org>2004-07-12 04:34:39 +0000
commit07125c4b9332807c575d0f886f91adcd65f298b1 (patch)
tree6214d086640b5ab3716d743b23a60f0c6e2877ce /net-wireless/chillispot
parentonly use ghetto method with old 2.6.x (Manifest recommit) (diff)
downloadgentoo-2-07125c4b9332807c575d0f886f91adcd65f298b1.tar.gz
gentoo-2-07125c4b9332807c575d0f886f91adcd65f298b1.tar.bz2
gentoo-2-07125c4b9332807c575d0f886f91adcd65f298b1.zip
version bump, added remaining arches for testing.
Diffstat (limited to 'net-wireless/chillispot')
-rw-r--r--net-wireless/chillispot/ChangeLog7
-rw-r--r--net-wireless/chillispot/Manifest4
-rw-r--r--net-wireless/chillispot/chillispot-0.95.ebuild39
-rw-r--r--net-wireless/chillispot/files/digest-chillispot-0.951
4 files changed, 49 insertions, 2 deletions
diff --git a/net-wireless/chillispot/ChangeLog b/net-wireless/chillispot/ChangeLog
index a3452fe4e5f0..1b8c7cb12f29 100644
--- a/net-wireless/chillispot/ChangeLog
+++ b/net-wireless/chillispot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-wireless/chillispot
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.2 2004/07/06 21:11:36 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.3 2004/07/12 04:34:39 solar Exp $
+
+*chillispot-0.95 (12 Jul 2004)
+
+ 12 Jul 2004; <solar@gentoo.org> chillispot-0.95.ebuild:
+ version bump, added remaining arches for testing.
06 Jul 2004; <solar@gentoo.org> chillispot-0.94.ebuild:
adding ~sparc keyword. (thanks for testing Method)
diff --git a/net-wireless/chillispot/Manifest b/net-wireless/chillispot/Manifest
index bba15edaa689..7e5e03002c7a 100644
--- a/net-wireless/chillispot/Manifest
+++ b/net-wireless/chillispot/Manifest
@@ -1,5 +1,7 @@
MD5 c5d16cb4043ecacbbea7fa16c2d14e12 chillispot-0.94.ebuild 886
-MD5 5736c93d75ceeeb6a05f3bf760862c2b ChangeLog 555
+MD5 77dfc12bad11463761f32816c1574558 ChangeLog 698
MD5 86dbc1c8f833da6ec3297a3ab4667c30 metadata.xml 651
+MD5 91a3c3774eb74bd6aec249d6f779835e chillispot-0.95.ebuild 918
MD5 26d2ac4fac2590c68ffd003625f7994a files/chillispot-0.94-src.patch 2196
MD5 034ae1319d1349b4aa3e6cea36d3f4db files/digest-chillispot-0.94 67
+MD5 c1d19e485f18faa28ef122b6f46e6dc6 files/digest-chillispot-0.95 67
diff --git a/net-wireless/chillispot/chillispot-0.95.ebuild b/net-wireless/chillispot/chillispot-0.95.ebuild
new file mode 100644
index 000000000000..ad9f7d051743
--- /dev/null
+++ b/net-wireless/chillispot/chillispot-0.95.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-0.95.ebuild,v 1.1 2004/07/12 04:34:39 solar Exp $
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="ChilliSpot is an open source captive portal or wireless LAN access point controller."
+HOMEPAGE="http://www.chillispot.org"
+SRC_URI="http://www.chillispot.org/download/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+IUSE="debug pic"
+
+DEPEND="virtual/libc >=sys-apps/sed-4*"
+
+S=${WORKDIR}/${P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ chmod 644 doc/*.conf
+ find . -exec chmod go-w '{}' \;
+}
+
+src_compile() {
+ local myconf
+ export CFLAGS
+
+ use pic && myconf="${myconf} --with-pic"
+
+ econf ${myconf} || die "FAILED: econf ${myconf}"
+ emake || die "FAILED: emake"
+}
+
+src_install() {
+ einstall || die "einstall failed"
+ cd doc && dodoc chilli.conf freeradius.users hotspotlogin.cgi firewall.iptables
+}
diff --git a/net-wireless/chillispot/files/digest-chillispot-0.95 b/net-wireless/chillispot/files/digest-chillispot-0.95
new file mode 100644
index 000000000000..7e2072458496
--- /dev/null
+++ b/net-wireless/chillispot/files/digest-chillispot-0.95
@@ -0,0 +1 @@
+MD5 61881c07c46d3f4954c04be2f0339c87 chillispot-0.95.tar.gz 288764