summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2007-05-14 23:34:40 +0000
committerNed Ludd <solar@gentoo.org>2007-05-14 23:34:40 +0000
commit26ded5af0d30339fed306aa100e64d225e5cf9a2 (patch)
treefd7f0467b759bebdb54211d3657289675efda291 /net-wireless/chillispot
parentCall ld with proper flags to prevent compilation failures of some other ocaml... (diff)
downloadgentoo-2-26ded5af0d30339fed306aa100e64d225e5cf9a2.tar.gz
gentoo-2-26ded5af0d30339fed306aa100e64d225e5cf9a2.tar.bz2
gentoo-2-26ded5af0d30339fed306aa100e64d225e5cf9a2.zip
- version bump
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-wireless/chillispot')
-rw-r--r--net-wireless/chillispot/ChangeLog7
-rw-r--r--net-wireless/chillispot/chillispot-1.1.0.ebuild30
-rw-r--r--net-wireless/chillispot/files/digest-chillispot-1.1.03
3 files changed, 39 insertions, 1 deletions
diff --git a/net-wireless/chillispot/ChangeLog b/net-wireless/chillispot/ChangeLog
index 41d7ca0e7b3c..4ae87eebd0e6 100644
--- a/net-wireless/chillispot/ChangeLog
+++ b/net-wireless/chillispot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-wireless/chillispot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.14 2007/02/22 03:09:06 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.15 2007/05/14 23:34:40 solar Exp $
+
+*chillispot-1.1.0 (14 May 2007)
+
+ 14 May 2007; <solar@gentoo.org> +chillispot-1.1.0.ebuild:
+ - version bump
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-wireless/chillispot/chillispot-1.1.0.ebuild b/net-wireless/chillispot/chillispot-1.1.0.ebuild
new file mode 100644
index 000000000000..a4c6f880e393
--- /dev/null
+++ b/net-wireless/chillispot/chillispot-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-1.1.0.ebuild,v 1.1 2007/05/14 23:34:40 solar Exp $
+
+DESCRIPTION="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 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-apps/sed-4"
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ chmod 644 doc/*.conf
+ find . -exec chmod go-w '{}' \;
+}
+
+src_install() {
+ einstall STRIPPROG=true || die "einstall failed"
+ cd doc && dodoc chilli.conf freeradius.users hotspotlogin.cgi firewall.iptables
+
+ # init script provided by Michele Beltrame bug #124698
+ newinitd "${FILESDIR}"/${PN} ${PN} || die
+}
diff --git a/net-wireless/chillispot/files/digest-chillispot-1.1.0 b/net-wireless/chillispot/files/digest-chillispot-1.1.0
new file mode 100644
index 000000000000..8393d3ceba5d
--- /dev/null
+++ b/net-wireless/chillispot/files/digest-chillispot-1.1.0
@@ -0,0 +1,3 @@
+MD5 9d2597756af3fa14d7331b4a3651fc9b chillispot-1.1.0.tar.gz 452749
+RMD160 f882609eb1ca1d18d4692435c82ba1261044c9a2 chillispot-1.1.0.tar.gz 452749
+SHA256 b505ab963af8423ef8ae844951ef05fe1554630b448f1174074e9881cb474a01 chillispot-1.1.0.tar.gz 452749