diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:57:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:57:12 +0000 |
commit | 5f30eb096eac954df67474a2f4efae01fc03c30a (patch) | |
tree | 37306cd044aa52975e46e148d7e5e9b314d9616b /app-benchmarks/siege | |
parent | added unknown licensed packages (diff) | |
download | gentoo-2-5f30eb096eac954df67474a2f4efae01fc03c30a.tar.gz gentoo-2-5f30eb096eac954df67474a2f4efae01fc03c30a.tar.bz2 gentoo-2-5f30eb096eac954df67474a2f4efae01fc03c30a.zip |
repoman'd
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/siege-2.55.ebuild | 10 |
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 } - |