summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-18 07:27:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-18 07:27:06 +0000
commitd1bd581d6d613429cfa85136dce13ac96273fe3b (patch)
tree82015b412fe799c013b3ef42755d4e288d5d2a9f /www-servers
parentRemove old (diff)
downloadgentoo-2-d1bd581d6d613429cfa85136dce13ac96273fe3b.tar.gz
gentoo-2-d1bd581d6d613429cfa85136dce13ac96273fe3b.tar.bz2
gentoo-2-d1bd581d6d613429cfa85136dce13ac96273fe3b.zip
Remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gatling/ChangeLog6
-rw-r--r--www-servers/gatling/gatling-0.11-r1.ebuild55
-rw-r--r--www-servers/gatling/gatling-0.11.ebuild34
-rw-r--r--www-servers/gatling/gatling-0.9.ebuild34
4 files changed, 5 insertions, 124 deletions
diff --git a/www-servers/gatling/ChangeLog b/www-servers/gatling/ChangeLog
index 7018776c3f60..b2d192ffa571 100644
--- a/www-servers/gatling/ChangeLog
+++ b/www-servers/gatling/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/gatling
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v 1.6 2010/05/30 23:36:32 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v 1.7 2010/06/18 07:27:06 patrick Exp $
+
+ 18 Jun 2010; Patrick Lauer <patrick@gentoo.org> -gatling-0.9.ebuild,
+ -gatling-0.11.ebuild, -gatling-0.11-r1.ebuild:
+ Remove old
30 May 2010; Víctor Ostorga <vostorga@gentoo.org> gatling-0.12.ebuild,
+files/gatling-0.12-FLAGS.patch:
diff --git a/www-servers/gatling/gatling-0.11-r1.ebuild b/www-servers/gatling/gatling-0.11-r1.ebuild
deleted file mode 100644
index b012ef4708f3..000000000000
--- a/www-servers/gatling/gatling-0.11-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.11-r1.ebuild,v 1.3 2009/11/04 08:31:38 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="High performance web server"
-HOMEPAGE="http://www.fefe.de/gatling/"
-SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# We still have compile issues with USE=ssl, so it's commented out for now
-#IUSE="ssl"
-IUSE=""
-
-DEPEND=">=dev-libs/libowfat-0.25
- dev-libs/dietlibc"
- #ssl? ( dev-libs/openssl )
- #"
-RDEPEND=""
-
-src_unpack() {
- unpack $A
- cd "${S}"
-
- epatch "${FILESDIR}/gentoo-vars.patch"
-}
-
-src_compile() {
- # FIX ME
- #if use ssl; then
- # emake tlsgatling || die "emake tlsgatling failed"
- #fi
- emake gatling || die "emake gatling failed"
-}
-
-src_install() {
- dobin gatling || die "installing gatling binary failed"
- doman gatling.1 || die "installing manpage failed"
- # FIX ME
- #dobin tlsgatling || die "installing tlsgatling binary failed"
-
- newconfd "${FILESDIR}/gatling.confd gatling"
- newinitd "${FILESDIR}/gatling.initd gatling"
- dodoc README.{ftp,http} || die "installing docs failed"
-}
-
-pkg_setup() {
- ebegin "Creating gatling user and group"
- enewgroup gatling
- enewuser ${PN} -1 -1 /var/www/localhost ${PN}
-}
diff --git a/www-servers/gatling/gatling-0.11.ebuild b/www-servers/gatling/gatling-0.11.ebuild
deleted file mode 100644
index 47414c8ed6bd..000000000000
--- a/www-servers/gatling/gatling-0.11.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/www-servers/gatling/gatling-0.11.ebuild,v 1.2 2009/11/04 08:31:38 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="high performance web server"
-HOMEPAGE="http://www.fefe.de/gatling/"
-SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libowfat-0.25
- dev-libs/dietlibc"
-RDEPEND=""
-
-src_unpack() {
- unpack $A
- cd "${S}"
-
- epatch "${FILESDIR}/gentoo-vars.patch"
-}
-
-src_compile() {
- emake DEBUG=1 gatling || die "emake gatling failed"
-}
-
-src_install() {
- dobin gatling || die "installing binary failed"
- doman gatling.1 || die "installing manpage failed"
-}
diff --git a/www-servers/gatling/gatling-0.9.ebuild b/www-servers/gatling/gatling-0.9.ebuild
deleted file mode 100644
index 288488bb98da..000000000000
--- a/www-servers/gatling/gatling-0.9.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/www-servers/gatling/gatling-0.9.ebuild,v 1.2 2009/11/04 08:31:38 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="high performance web server"
-HOMEPAGE="http://www.fefe.de/gatling/"
-SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libowfat-0.25
- dev-libs/dietlibc"
-RDEPEND=""
-
-src_unpack() {
- unpack $A
- cd "${S}"
-
- epatch "${FILESDIR}/gentoo-vars.patch"
-}
-
-src_compile() {
- emake gatling || die "emake gatling failed"
-}
-
-src_install() {
- dobin gatling || die "installing binary failed"
- doman gatling.1 || die "installing manpage failed"
-}