diff options
-rw-r--r-- | www-servers/gatling/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/gatling/gatling-0.11-r1.ebuild | 55 | ||||
-rw-r--r-- | www-servers/gatling/gatling-0.11.ebuild | 34 | ||||
-rw-r--r-- | www-servers/gatling/gatling-0.9.ebuild | 34 |
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" -} |