diff options
author | 2004-11-21 10:00:20 +0000 | |
---|---|---|
committer | 2004-11-21 10:00:20 +0000 | |
commit | 1ab7ad255435e95d1f86f963d448b1bba93b4f10 (patch) | |
tree | 57d45d12080c3f6fd2f5a3efaab5018529dfe211 /app-benchmarks/siege/siege-2.60.ebuild | |
parent | initscript updates (diff) | |
download | historical-1ab7ad255435e95d1f86f963d448b1bba93b4f10.tar.gz historical-1ab7ad255435e95d1f86f963d448b1bba93b4f10.tar.bz2 historical-1ab7ad255435e95d1f86f963d448b1bba93b4f10.zip |
Added command-line completion for siege.
Diffstat (limited to 'app-benchmarks/siege/siege-2.60.ebuild')
-rw-r--r-- | app-benchmarks/siege/siege-2.60.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-benchmarks/siege/siege-2.60.ebuild b/app-benchmarks/siege/siege-2.60.ebuild index 23cc440b11e9..f7dc5ccd2c9d 100644 --- a/app-benchmarks/siege/siege-2.60.ebuild +++ b/app-benchmarks/siege/siege-2.60.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.60.ebuild,v 1.7 2004/11/20 16:40:04 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.60.ebuild,v 1.8 2004/11/21 10:00:20 ka0ttic Exp $ -inherit eutils +inherit eutils bash-completion DESCRIPTION="A HTTP regression testing and benchmarking utility" HOMEPAGE="http://www.joedog.org/siege/" @@ -35,11 +35,12 @@ src_install() { dodoc AUTHORS ChangeLog INSTALL MACHINES README KNOWNBUGS \ siegerc-example urls.txt || die "dodoc failed" use ssl && dodoc README.https + dobashcompletion ${FILESDIR}/${PN}.bash-completion ${PN} } pkg_postinst() { echo einfo "An example ~/.siegerc file has been installed as" einfo "/usr/share/doc/${PF}/siegerc-example.gz" - echo + bash-completion_pkg_postinst } |