diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-06-27 18:20:00 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-06-27 18:20:00 +0000 |
commit | 349fb9f1207d95c08b3de1a4f9bc28ee56841333 (patch) | |
tree | 3294e2543d6df961169ffd6d7b572450497b8686 | |
parent | add ~arm, bug #407795 (diff) | |
download | gentoo-2-349fb9f1207d95c08b3de1a4f9bc28ee56841333.tar.gz gentoo-2-349fb9f1207d95c08b3de1a4f9bc28ee56841333.tar.bz2 gentoo-2-349fb9f1207d95c08b3de1a4f9bc28ee56841333.zip |
Remove old.
(Portage version: 2.1.11.2/cvs/Linux x86_64)
-rw-r--r-- | net-wireless/chillispot/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/chillispot/chillispot-0.99.ebuild | 34 | ||||
-rw-r--r-- | net-wireless/chillispot/chillispot-1.0.ebuild | 30 |
3 files changed, 6 insertions, 67 deletions
diff --git a/net-wireless/chillispot/ChangeLog b/net-wireless/chillispot/ChangeLog index 6bd7c56efdc6..7b072f9e627e 100644 --- a/net-wireless/chillispot/ChangeLog +++ b/net-wireless/chillispot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/chillispot -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.22 2009/09/23 19:52:02 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.23 2012/06/27 18:20:00 kensington Exp $ + + 27 Jun 2012; Michael Palimaka <kensington@gentoo.org> -chillispot-0.99.ebuild, + -chillispot-1.0.ebuild: + Remove old. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> chillispot-0.99.ebuild: Remove virtual/libc @@ -88,4 +92,3 @@ files/chillispot-0.94-src.patch: initial commit of chillispot captive portal/wireless LAN access point controller - diff --git a/net-wireless/chillispot/chillispot-0.99.ebuild b/net-wireless/chillispot/chillispot-0.99.ebuild deleted file mode 100644 index 646c27aad035..000000000000 --- a/net-wireless/chillispot/chillispot-0.99.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-0.99.ebuild,v 1.7 2009/09/23 19:52:02 patrick Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="ChilliSpot is an 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 ~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_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/chillispot-1.0.ebuild b/net-wireless/chillispot/chillispot-1.0.ebuild deleted file mode 100644 index e90f0b1e830f..000000000000 --- a/net-wireless/chillispot/chillispot-1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 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.7 2008/02/26 19:16:29 armin76 Exp $ - -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 '{}' \; -} - -src_install() { - einstall || 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 -} |