diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:46:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:46:33 +0000 |
commit | 252da8811c3b9f9e7bf5e631a17eecb5a29abd0f (patch) | |
tree | a37b10136b098249745d2483fc32cd7615d45086 /app-benchmarks/siege | |
parent | dont install stupid COPYING files among other things (diff) | |
download | historical-252da8811c3b9f9e7bf5e631a17eecb5a29abd0f.tar.gz historical-252da8811c3b9f9e7bf5e631a17eecb5a29abd0f.tar.bz2 historical-252da8811c3b9f9e7bf5e631a17eecb5a29abd0f.zip |
dont install stupid COPYING files among other things
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/siege-2.55.ebuild | 8 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.58.ebuild | 8 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.59.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-benchmarks/siege/siege-2.55.ebuild b/app-benchmarks/siege/siege-2.55.ebuild index f15981527347..af0876021e50 100644 --- a/app-benchmarks/siege/siege-2.55.ebuild +++ b/app-benchmarks/siege/siege-2.55.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 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.11 2004/04/25 21:47:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.55.ebuild,v 1.12 2004/05/31 19:46:33 vapier Exp $ 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/" +SRC_URI="ftp://ftp.armstrong.com/pub/siege/${P}.tar.gz" -SLOT="0" KEYWORDS="x86 ppc" +SLOT="0" LICENSE="GPL-2" IUSE="ssl" @@ -32,5 +32,5 @@ src_install() { # all non-html docs must be gzip'd gzip ${D}/usr/share/doc/${P}/siegerc-example - dodoc AUTHORS COPYING INSTALL KNOWNBUGS NEWS MACHINES README + dodoc AUTHORS INSTALL KNOWNBUGS NEWS MACHINES README } diff --git a/app-benchmarks/siege/siege-2.58.ebuild b/app-benchmarks/siege/siege-2.58.ebuild index f346f3160498..a7ca8b856ef8 100644 --- a/app-benchmarks/siege/siege-2.58.ebuild +++ b/app-benchmarks/siege/siege-2.58.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.58.ebuild,v 1.3 2004/04/25 21:47:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.58.ebuild,v 1.4 2004/05/31 19:46:33 vapier Exp $ DESCRIPTION="An http regression testing and benchmarking utility" -SRC_URI="ftp://sid.joedog.org/pub/siege/${P}.tar.gz" HOMEPAGE="http://www.joedog.org/siege/" +SRC_URI="ftp://sid.joedog.org/pub/siege/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" -LICENSE="GPL-2" IUSE="ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )" @@ -32,5 +32,5 @@ src_install() { # all non-html docs must be gzip'd gzip ${D}/usr/share/doc/${P}/siegerc-example - dodoc AUTHORS COPYING INSTALL KNOWNBUGS NEWS MACHINES README + dodoc AUTHORS INSTALL KNOWNBUGS NEWS MACHINES README } diff --git a/app-benchmarks/siege/siege-2.59.ebuild b/app-benchmarks/siege/siege-2.59.ebuild index 354137193eb3..cf5ce4fcb7a9 100644 --- a/app-benchmarks/siege/siege-2.59.ebuild +++ b/app-benchmarks/siege/siege-2.59.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.59.ebuild,v 1.2 2004/04/25 21:47:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.59.ebuild,v 1.3 2004/05/31 19:46:33 vapier Exp $ DESCRIPTION="An http regression testing and benchmarking utility" -SRC_URI="ftp://sid.joedog.org/pub/siege/${P}.tar.gz" HOMEPAGE="http://www.joedog.org/siege/" +SRC_URI="ftp://sid.joedog.org/pub/siege/${P}.tar.gz" -SLOT="0" KEYWORDS="~x86 ~ppc" +SLOT="0" LICENSE="GPL-2" IUSE="ssl" @@ -32,5 +32,5 @@ src_install() { # all non-html docs must be gzip'd gzip ${D}/usr/share/doc/${P}/siegerc-example - dodoc AUTHORS COPYING INSTALL KNOWNBUGS NEWS MACHINES README + dodoc AUTHORS INSTALL KNOWNBUGS NEWS MACHINES README } |