summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 12:32:16 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 12:32:36 -0500
commit282e785e3ea9698306605973070c0b23d025efa6 (patch)
tree3dba6a5078af963290965f3207a39ba34c89bde1 /net-wireless
parentnet-wireless/chillispot: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-282e785e3ea9698306605973070c0b23d025efa6.tar.gz
gentoo-282e785e3ea9698306605973070c0b23d025efa6.tar.bz2
gentoo-282e785e3ea9698306605973070c0b23d025efa6.zip
net-wireless/chillispot: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/chillispot/chillispot-1.1.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-wireless/chillispot/chillispot-1.1.0.ebuild b/net-wireless/chillispot/chillispot-1.1.0.ebuild
deleted file mode 100644
index dfad34356932..000000000000
--- a/net-wireless/chillispot/chillispot-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="open source captive portal or wireless LAN access point controller"
-HOMEPAGE="http://www.chillispot.info/"
-SRC_URI="http://www.chillispot.info/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 '{}' \;
-
- epatch "${FILESDIR}"/${P}-gcc44.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" STRIPPROG=true install || die "emake install 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
-}