diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-05-02 01:30:13 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-05-02 01:30:13 +0000 |
commit | 357de083502870cb28590c3a5be538d1b3a7e278 (patch) | |
tree | e5390a528bd3e995853d589cc7bd99404afce5ef | |
parent | media-gfx/flam3: in gentoo-x86. (diff) | |
download | sunrise-357de083502870cb28590c3a5be538d1b3a7e278.tar.gz sunrise-357de083502870cb28590c3a5be538d1b3a7e278.tar.bz2 sunrise-357de083502870cb28590c3a5be538d1b3a7e278.zip |
www-servers/gatling: in gentoo-x86.
svn path=/sunrise/; revision=8476
-rw-r--r-- | www-servers/gatling/ChangeLog | 8 | ||||
-rw-r--r-- | www-servers/gatling/Manifest | 5 | ||||
-rw-r--r-- | www-servers/gatling/files/gentoo-vars.patch | 20 | ||||
-rw-r--r-- | www-servers/gatling/gatling-0.9.ebuild | 34 | ||||
-rw-r--r-- | www-servers/gatling/metadata.xml | 5 |
5 files changed, 0 insertions, 72 deletions
diff --git a/www-servers/gatling/ChangeLog b/www-servers/gatling/ChangeLog deleted file mode 100644 index 90079601d..000000000 --- a/www-servers/gatling/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for www-servers/gatling -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 12 May 2008; Maximilian Gaß <mxey@cloudconnected.org +gatling-0.9.ebuild, - +files/gentoo-vars.patch, +metadata.xml: - New Ebuild for bug 221841 - diff --git a/www-servers/gatling/Manifest b/www-servers/gatling/Manifest deleted file mode 100644 index b64a429a4..000000000 --- a/www-servers/gatling/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX gentoo-vars.patch 471 RMD160 5ab9be9b889e7b41b887f3844587fabeb3f3f2b2 SHA1 b9bad9e5840962be7adcc44b02239972e55edae3 SHA256 6825dd24fd78309a43309fe22b53e20a0da8d1bcdf2ec99465d9972809c4f0fb -DIST gatling-0.9.tar.bz2 73831 RMD160 cfe0b8fe6c81132d67c92be522793033f9d4dacc SHA1 db2c347c6edc4b0de1a0208121b31df3b19cec5b SHA256 6fa7c1278fd7d05422e073e4062cd931e10d2593fe73728fdcf0e2541db01bbe -EBUILD gatling-0.9.ebuild 632 RMD160 13f96796189663763fd72aef4ceb4ffc5182b099 SHA1 56e306d5334296ac81b3670ee8c650fac744de6f SHA256 d4a7b72db7b443c3bdd5b391991e29c66fb6525ebf0aa07931625469bfe8262b -MISC ChangeLog 269 RMD160 69e55885597fcd629e238b606fd7fb3191c22588 SHA1 b889558633c97d3a67fb4a6754d7b54a615f3633 SHA256 c5840572b4f2e525f096312c34f4f918e8543f8d8f7a88bdd8b6dbbd5d38db89 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/www-servers/gatling/files/gentoo-vars.patch b/www-servers/gatling/files/gentoo-vars.patch deleted file mode 100644 index 349e9f81f..000000000 --- a/www-servers/gatling/files/gentoo-vars.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- GNUmakefile.org 2008-05-12 13:59:01.000000000 +0200 -+++ GNUmakefile 2008-05-12 15:04:17.000000000 +0200 -@@ -1,6 +1,6 @@ - #DEBUG=1 - ZLIB=1 --prefix=/opt/diet -+prefix=/usr - BINDIR=${prefix}/bin - MANDIR=${prefix}/man - man1dir=$(MANDIR)/man1 -@@ -14,8 +14,7 @@ - CROSS= - #CROSS=i686-mingw32- - CC=$(CROSS)gcc --CFLAGS=-pipe -Wall --LDFLAGS= -+CFLAGS+=-pipe -Wall -I/usr/include/libowfat - - path = $(subst :, ,$(PATH)) - diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet)) diff --git a/www-servers/gatling/gatling-0.9.ebuild b/www-servers/gatling/gatling-0.9.ebuild deleted file mode 100644 index 4ca80a864..000000000 --- a/www-servers/gatling/gatling-0.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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="~x86" -IUSE="" - -DEPEND="dev-libs/libowfat - 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" -} diff --git a/www-servers/gatling/metadata.xml b/www-servers/gatling/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/www-servers/gatling/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> |