summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-10-20 16:51:11 +0000
committerNed Ludd <solar@gentoo.org>2005-10-20 16:51:11 +0000
commit41d0e03f3ccd2e5245028347f66b78c9b358bcbf (patch)
tree815f9758045559cb97c3fd5e64f3537ae908efba /net-wireless/chillispot
parentclean old version; use GAMES_USE_SDL (diff)
downloadgentoo-2-41d0e03f3ccd2e5245028347f66b78c9b358bcbf.tar.gz
gentoo-2-41d0e03f3ccd2e5245028347f66b78c9b358bcbf.tar.bz2
gentoo-2-41d0e03f3ccd2e5245028347f66b78c9b358bcbf.zip
- version bump to from 0.99 to 1.0
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-wireless/chillispot')
-rw-r--r--net-wireless/chillispot/ChangeLog7
-rw-r--r--net-wireless/chillispot/Manifest18
-rw-r--r--net-wireless/chillispot/chillispot-1.0.ebuild35
-rw-r--r--net-wireless/chillispot/files/digest-chillispot-1.01
4 files changed, 46 insertions, 15 deletions
diff --git a/net-wireless/chillispot/ChangeLog b/net-wireless/chillispot/ChangeLog
index 62110ff0b894..f78ddf3296a4 100644
--- a/net-wireless/chillispot/ChangeLog
+++ b/net-wireless/chillispot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-wireless/chillispot
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.7 2005/08/02 02:56:09 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.8 2005/10/20 16:51:11 solar Exp $
+
+*chillispot-1.0 (20 Oct 2005)
+
+ 20 Oct 2005; <solar.@gentoo.org> +chillispot-1.0.ebuild:
+ - version bump to from 0.99 to 1.0
01 Aug 2005; <solar.@gentoo.org> -chillispot-0.94.ebuild,
-chillispot-0.95.ebuild, -chillispot-0.97.ebuild, chillispot-0.99.ebuild:
diff --git a/net-wireless/chillispot/Manifest b/net-wireless/chillispot/Manifest
index a1a53f78b2e1..7b4883a6f035 100644
--- a/net-wireless/chillispot/Manifest
+++ b/net-wireless/chillispot/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 42a614c6efec8c70565730a75f8e73cf ChangeLog 1532
MD5 8e63b1444ee79673e7cf5990519f89ae chillispot-0.99.ebuild 957
-MD5 bbec77ff5c9a062e1d0005785122beb3 ChangeLog 1404
-MD5 86dbc1c8f833da6ec3297a3ab4667c30 metadata.xml 651
+MD5 8e63b1444ee79673e7cf5990519f89ae chillispot-1.0.ebuild 957
MD5 26d2ac4fac2590c68ffd003625f7994a files/chillispot-0.94-src.patch 2196
MD5 5718ef8b1369dc44135cbf9765c605b6 files/digest-chillispot-0.99 67
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iQCVAwUBQu7gEJ4WFLgrx1GWAQKCrgP6A4Lu+VU/yAM17lr2DsgFMwq8BqgmJD7n
-l0wtvXvTm8OyjvsfxHN4gPR+KHdqxFK97dgrfi60AgeSXohkXm4cpOwzHRDmf7xU
-I1dSAyUFGfqVWwj1qj3dwB7zd4l6MMUlCVdJFEJ8aHmFRM1v4r2LearJBuIhbg9G
-gdke/HIf8zM=
-=UNJj
------END PGP SIGNATURE-----
+MD5 0a1b32650276317e2343038430a81639 files/digest-chillispot-1.0 66
+MD5 86dbc1c8f833da6ec3297a3ab4667c30 metadata.xml 651
diff --git a/net-wireless/chillispot/chillispot-1.0.ebuild b/net-wireless/chillispot/chillispot-1.0.ebuild
new file mode 100644
index 000000000000..112137ef40c0
--- /dev/null
+++ b/net-wireless/chillispot/chillispot-1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-1.0.ebuild,v 1.1 2005/10/20 16:51:11 solar Exp $
+
+inherit eutils flag-o-matic gnuconfig
+
+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=""
+
+DEPEND="virtual/libc >=sys-apps/sed-4"
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ gnuconfig_update
+ chmod 644 doc/*.conf
+ find . -exec chmod go-w '{}' \;
+}
+
+src_compile() {
+ export CFLAGS
+ econf || die "FAILED: econf"
+ 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-1.0 b/net-wireless/chillispot/files/digest-chillispot-1.0
new file mode 100644
index 000000000000..9a6acedb49eb
--- /dev/null
+++ b/net-wireless/chillispot/files/digest-chillispot-1.0
@@ -0,0 +1 @@
+MD5 997827a9302a85920cfbc1334092ac0c chillispot-1.0.tar.gz 440103