Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/chillispot/
Date: Tue, 03 May 2016 17:35:37
Message-Id: 1462296756.282e785e3ea9698306605973070c0b23d025efa6.wizardedit@gentoo
1 commit: 282e785e3ea9698306605973070c0b23d025efa6
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 17:32:16 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 17:32:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282e785e
7
8 net-wireless/chillispot: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-wireless/chillispot/chillispot-1.1.0.ebuild | 34 -------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/net-wireless/chillispot/chillispot-1.1.0.ebuild b/net-wireless/chillispot/chillispot-1.1.0.ebuild
16 deleted file mode 100644
17 index dfad343..0000000
18 --- a/net-wireless/chillispot/chillispot-1.1.0.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit eutils
26 -
27 -DESCRIPTION="open source captive portal or wireless LAN access point controller"
28 -HOMEPAGE="http://www.chillispot.info/"
29 -SRC_URI="http://www.chillispot.info/download/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc s390 sh ~sparc x86"
34 -IUSE=""
35 -
36 -DEPEND=">=sys-apps/sed-4"
37 -RDEPEND=""
38 -
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 - chmod 644 doc/*.conf
43 - find . -exec chmod go-w '{}' \;
44 -
45 - epatch "${FILESDIR}"/${P}-gcc44.patch
46 -}
47 -
48 -src_install() {
49 - emake DESTDIR="${D}" STRIPPROG=true install || die "emake install failed"
50 - cd doc && dodoc chilli.conf freeradius.users hotspotlogin.cgi firewall.iptables
51 -
52 - # init script provided by Michele Beltrame bug #124698
53 - newinitd "${FILESDIR}"/${PN} ${PN} || die
54 -}