summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:57:12 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:57:12 +0000
commit0f1dd49ea75076fa33d4cf0ff3e8a1b7277a0683 (patch)
treebbe2cccf22be81119e45c55e9c63f317df9ceaf8 /app-benchmarks/siege
parentadded unknown licensed packages (diff)
downloadhistorical-0f1dd49ea75076fa33d4cf0ff3e8a1b7277a0683.tar.gz
historical-0f1dd49ea75076fa33d4cf0ff3e8a1b7277a0683.tar.bz2
historical-0f1dd49ea75076fa33d4cf0ff3e8a1b7277a0683.zip
repoman'd
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r--app-benchmarks/siege/siege-2.55.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-benchmarks/siege/siege-2.55.ebuild b/app-benchmarks/siege/siege-2.55.ebuild
index e2bd9ff1d5c6..e50bfc293c62 100644
--- a/app-benchmarks/siege/siege-2.55.ebuild
+++ b/app-benchmarks/siege/siege-2.55.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.55.ebuild,v 1.1 2002/07/20 18:29:13 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.55.ebuild,v 1.2 2002/07/25 14:57:12 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An http regression testing and benchmarking utility"
SRC_URI="ftp://ftp.armstrong.com/pub/siege/${P}.tar.gz"
HOMEPAGE="http://www.joedog.org/siege"
+
SLOT="0"
-KEYWORDS="*"
+KEYWORDS="x86"
LICENSE="GPL-2"
-DEPEND="virtual/glibc
- ssl? ( >=dev-libs/openssl-0.9.6d )"
+
+DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
src_compile() {
@@ -34,4 +35,3 @@ src_install() {
dodoc AUTHORS COPYING INSTALL KNOWNBUGS NEWS MACHINES README
}
-