summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-30 10:28:54 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-30 10:28:54 +0000
commit47850512a6318970b5a48d5de5406cd201ff570d (patch)
tree69790924d149eb97ff5a49e438da34ff4e46a434 /app-benchmarks
parentStable on amd64. (diff)
downloadgentoo-2-47850512a6318970b5a48d5de5406cd201ff570d.tar.gz
gentoo-2-47850512a6318970b5a48d5de5406cd201ff570d.tar.bz2
gentoo-2-47850512a6318970b5a48d5de5406cd201ff570d.zip
Clean old version up.
(Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/siege/ChangeLog9
-rw-r--r--app-benchmarks/siege/files/siege-2.60-gentoo.diff47
-rw-r--r--app-benchmarks/siege/files/siege-2.70-gentoo.diff117
-rw-r--r--app-benchmarks/siege/files/siege-2.72-gentoo.diff103
-rw-r--r--app-benchmarks/siege/siege-2.66.ebuild66
-rw-r--r--app-benchmarks/siege/siege-2.67.ebuild73
-rw-r--r--app-benchmarks/siege/siege-2.70.ebuild52
-rw-r--r--app-benchmarks/siege/siege-2.72.ebuild52
-rw-r--r--app-benchmarks/siege/siege-3.0.0.ebuild50
-rw-r--r--app-benchmarks/siege/siege-3.0.1.ebuild50
-rw-r--r--app-benchmarks/siege/siege-3.0.2.ebuild50
-rw-r--r--app-benchmarks/siege/siege-3.0.3.ebuild50
-rw-r--r--app-benchmarks/siege/siege-3.0.5.ebuild50
13 files changed, 8 insertions, 761 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog
index d8decd783954..ef0a5b0beddd 100644
--- a/app-benchmarks/siege/ChangeLog
+++ b/app-benchmarks/siege/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-benchmarks/siege
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.71 2014/05/04 08:24:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.72 2014/08/30 10:28:54 mgorny Exp $
+
+ 30 Aug 2014; Michał Górny <mgorny@gentoo.org> -files/siege-2.60-gentoo.diff,
+ -files/siege-2.70-gentoo.diff, -files/siege-2.72-gentoo.diff,
+ -siege-2.66.ebuild, -siege-2.67.ebuild, -siege-2.70.ebuild,
+ -siege-2.72.ebuild, -siege-3.0.0.ebuild, -siege-3.0.1.ebuild,
+ -siege-3.0.2.ebuild, -siege-3.0.3.ebuild, -siege-3.0.5.ebuild:
+ Clean old version up.
04 May 2014; Agostino Sarubbo <ago@gentoo.org> siege-3.0.6.ebuild:
Stable for x86, wrt bug #502612
diff --git a/app-benchmarks/siege/files/siege-2.60-gentoo.diff b/app-benchmarks/siege/files/siege-2.60-gentoo.diff
deleted file mode 100644
index 0f9c3d1243b1..000000000000
--- a/app-benchmarks/siege/files/siege-2.60-gentoo.diff
+++ /dev/null
@@ -1,47 +0,0 @@
-diff -urN siege-2.60.orig/doc/Makefile.am siege-2.60/doc/Makefile.am
---- siege-2.60.orig/doc/Makefile.am 2002-12-09 11:16:41.000000000 -0500
-+++ siege-2.60/doc/Makefile.am 2004-11-17 23:26:02.752206536 -0500
-@@ -42,38 +42,13 @@
-
- DISTCLEANFILES = siegerc $(man_MANS)
-
--SIEGERC = $(HOME)/.siegerc
-+SIEGERC = ../siegerc-example
-
--URLSTXT = $(sysconfdir)/urls.txt
--
--install-exec-hook:
-- @if test -f $(SIEGERC); then \
-- if cmp -s $(srcdir)/siegerc $(SIEGERC); then echo ""; \
-- else \
-- echo ' $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new'; \
-- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new; \
-- echo "#####################################################"; \
-- echo "WARNING: File $(SIEGERC) already exists."; \
-- echo " A new resource file has been installed as"; \
-- echo " $(SIEGERC).new. You may want to"; \
-- echo " consider using the newer version in order to"; \
-- echo " take advantage of any new features."; \
-- echo "#####################################################"; \
-- fi; \
-- else \
-- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \
-- fi
-- @if test -f $(URLSTXT); then \
-- if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
-- else \
-- echo "WARNING: File $(URLSTXT) already exists."; \
-- echo " It was NOT replaced with this installation."; \
-- fi; \
-- else \
-- $(mkinstalldirs) $(sysconfdir); \
-- $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
-- fi
-+URLSTXT = ../urls.txt
-
-+install-data-hook:
-+ $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC)
-+ $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT)
-
- uninstall:
- rm -f $(SIEGERC)
diff --git a/app-benchmarks/siege/files/siege-2.70-gentoo.diff b/app-benchmarks/siege/files/siege-2.70-gentoo.diff
deleted file mode 100644
index ee4d006c6a1c..000000000000
--- a/app-benchmarks/siege/files/siege-2.70-gentoo.diff
+++ /dev/null
@@ -1,117 +0,0 @@
-The bundled acinclude.m4 includeso ld libtool macros that
-are breaking build, and AC_PROG_SHELL is the only thing
-from it that can't be autogenerated. Since all it does
-is check for a POSIX shell, just avoid using it.
---- configure.in
-+++ configure.in
-@@ -44,7 +44,6 @@
- dnl Program support
- dnl
- AC_PATH_PROG( PERL, perl, false )
--AC_PROG_SHELL
- AC_PROG_MAKE_SET
- AC_PROG_INSTALL
- case "$host_os" in
-@@ -405,7 +404,7 @@
- dnl
- AC_OUTPUT_COMMANDS([
- infile=utils/siege2csv.in
-- outfile=utils/siege2csv.pl
-+ outfile=utils/siege2csv
- rm -f $outfile
- sed -e "s|%_PREFIX%|$bindir|" \
- -e "s|%_PERL%|$LREP|" \
-
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -28,7 +28,7 @@
-
- AM_CFLAGS = $(PTHREAD_CFLAGS) $(WARN_CFLAGS) $(SSL_CFLAGS)
-
--LDFLAGS = $(SSL_LDFLAGS) $(PTHREAD_LDFLAGS)
-+LDFLAGS += $(SSL_LDFLAGS) $(PTHREAD_LDFLAGS)
-
- LIBS = $(SSL_LIBS)
-
-Use of \b causes the T in "Transactions" to be displayed
-on the last column of the previous line.
---- src/main.c
-+++ src/main.c
-@@ -529,7 +529,7 @@
- fprintf(stderr, "%s aborted due to excessive socket failure; you\n", program_name);
- fprintf(stderr, "can change the failure threshold in $HOME/.%src\n", program_name);
- }
-- fprintf(stderr, "\bTransactions:\t\t%12u hits\n", data_get_count(D));
-+ fprintf(stderr, "Transactions:\t\t%12u hits\n", data_get_count(D));
- fprintf(stderr, "Availability:\t\t%12.2f %%\n", data_get_count(D)==0 ? 0 :
- (double)data_get_count(D) /
- (data_get_count(D)+my.failed)
-
---- utils/Makefile.am
-+++ utils/Makefile.am
-@@ -25,7 +25,7 @@
- WARN_CFLAGS = @WARN_CFLAGS@
- AM_CFLAGS = $(WARN_CFLAGS)
-
--SIEGE_UTILITIES = bombardment siege2csv.pl siege.config
-+SIEGE_UTILITIES = bombardment siege2csv siege.config
-
- DISTCLEANFILES = $(SIEGE_UTILITIES)
-
---- doc/Makefile.am
-+++ doc/Makefile.am
-@@ -46,35 +46,6 @@
-
- URLSTXT = $(sysconfdir)/urls.txt
-
--install-exec-hook:
-- @if test -f $(SIEGERC); then \
-- if cmp -s $(srcdir)/siegerc $(SIEGERC); then echo ""; \
-- else \
-- echo ' $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new'; \
-- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new; \
-- echo "#####################################################"; \
-- echo "WARNING: File $(SIEGERC) already exists."; \
-- echo " A new resource file has been installed as"; \
-- echo " $(SIEGERC).new. You may want to"; \
-- echo " consider using the newer version in order to"; \
-- echo " take advantage of any new features."; \
-- echo "#####################################################"; \
-- fi; \
-- else \
-- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \
-- fi
-- @if test -f $(URLSTXT); then \
-- if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
-- else \
-- echo "WARNING: File $(URLSTXT) already exists."; \
-- echo " It was NOT replaced with this installation."; \
-- fi; \
-- else \
-- $(mkinstalldirs) $(sysconfdir); \
-- $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
-- fi
--
--
- uninstall:
- rm -f $(SIEGERC)
-
-bug 111057 - siege.config utility uses ${} which gets
-interpreted by bash sending the contents to stderr
-instead of ${HOME}/.siegerc
---- doc/siegerc.in
-+++ doc/siegerc.in
-@@ -9,11 +9,11 @@
- # Variable declarations. You can set variables here
- # for use in the directives below. Example:
- # PROXY = proxy.joedog.org
--# Reference variables inside ${} or $(), example:
-+# Reference variables inside \${} or $(), example:
- # proxy-host = ${PROXY}
- # You can also reference ENVIRONMENT variables without
- # actually declaring them, example:
--# logfile = $(HOME)/var/siege.log
-+# logfile = \$(HOME)/var/siege.log
-
- #
- # Signify verbose mode, true turns on verbose output
diff --git a/app-benchmarks/siege/files/siege-2.72-gentoo.diff b/app-benchmarks/siege/files/siege-2.72-gentoo.diff
deleted file mode 100644
index a87922140e87..000000000000
--- a/app-benchmarks/siege/files/siege-2.72-gentoo.diff
+++ /dev/null
@@ -1,103 +0,0 @@
-The bundled acinclude.m4 includeso ld libtool macros that
-are breaking build, and AC_PROG_SHELL is the only thing
-from it that can't be autogenerated. Since all it does
-is check for a POSIX shell, just avoid using it.
---- configure.in
-+++ configure.in
-@@ -44,7 +44,6 @@
- dnl Program support
- dnl
- AC_PATH_PROG( PERL, perl, false )
--AC_PROG_SHELL
- AC_PROG_MAKE_SET
- AC_PROG_INSTALL
- case "$host_os" in
-@@ -405,7 +404,7 @@
- dnl
- AC_OUTPUT_COMMANDS([
- infile=utils/siege2csv.in
-- outfile=utils/siege2csv.pl
-+ outfile=utils/siege2csv
- rm -f $outfile
- sed -e "s|%_PREFIX%|$bindir|" \
- -e "s|%_PERL%|$LREP|" \
-
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -28,7 +28,7 @@
-
- AM_CFLAGS = $(PTHREAD_CFLAGS) $(WARN_CFLAGS) $(SSL_CFLAGS)
-
--LDFLAGS = $(SSL_LDFLAGS) $(PTHREAD_LDFLAGS)
-+LDFLAGS += $(SSL_LDFLAGS) $(PTHREAD_LDFLAGS)
-
- LIBS = $(SSL_LIBS)
-
---- utils/Makefile.am
-+++ utils/Makefile.am
-@@ -25,7 +25,7 @@
- WARN_CFLAGS = @WARN_CFLAGS@
- AM_CFLAGS = $(WARN_CFLAGS)
-
--SIEGE_UTILITIES = bombardment siege2csv.pl siege.config
-+SIEGE_UTILITIES = bombardment siege2csv siege.config
-
- DISTCLEANFILES = $(SIEGE_UTILITIES)
-
---- doc/Makefile.am
-+++ doc/Makefile.am
-@@ -46,35 +46,6 @@
-
- URLSTXT = $(sysconfdir)/urls.txt
-
--install-exec-hook:
-- @if test -f $(SIEGERC); then \
-- if cmp -s $(srcdir)/siegerc $(SIEGERC); then echo ""; \
-- else \
-- echo ' $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new'; \
-- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC).new; \
-- echo "#####################################################"; \
-- echo "WARNING: File $(SIEGERC) already exists."; \
-- echo " A new resource file has been installed as"; \
-- echo " $(SIEGERC).new. You may want to"; \
-- echo " consider using the newer version in order to"; \
-- echo " take advantage of any new features."; \
-- echo "#####################################################"; \
-- fi; \
-- else \
-- $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \
-- fi
-- @if test -f $(URLSTXT); then \
-- if cmp -s $(srcdir)/siegerc $(URLSTXT); then echo ""; \
-- else \
-- echo "WARNING: File $(URLSTXT) already exists."; \
-- echo " It was NOT replaced with this installation."; \
-- fi; \
-- else \
-- $(mkinstalldirs) $(sysconfdir); \
-- $(INSTALL_DATA) $(srcdir)/urls.txt $(URLSTXT); \
-- fi
--
--
- uninstall:
- rm -f $(SIEGERC)
-
-bug 111057 - siege.config utility uses ${} which gets
-interpreted by bash sending the contents to stderr
-instead of ${HOME}/.siegerc
---- doc/siegerc.in
-+++ doc/siegerc.in
-@@ -9,11 +9,11 @@
- # Variable declarations. You can set variables here
- # for use in the directives below. Example:
- # PROXY = proxy.joedog.org
--# Reference variables inside ${} or $(), example:
-+# Reference variables inside \${} or $(), example:
- # proxy-host = ${PROXY}
- # You can also reference ENVIRONMENT variables without
- # actually declaring them, example:
--# logfile = $(HOME)/var/siege.log
-+# logfile = \$(HOME)/var/siege.log
-
- #
- # Signify verbose mode, true turns on verbose output
diff --git a/app-benchmarks/siege/siege-2.66.ebuild b/app-benchmarks/siege/siege-2.66.ebuild
deleted file mode 100644
index f0921e02c288..000000000000
--- a/app-benchmarks/siege/siege-2.66.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.66.ebuild,v 1.8 2010/11/10 19:07:56 patrick Exp $
-
-WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="ftp://sid.joedog.org/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~hppa ~mips ppc x86"
-SLOT="0"
-IUSE="debug ssl"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}"-2.60-gentoo.diff
-
- # use of \b causes the T in "Transactions" to be displayed
- # on the last column of the previous line.
- sed -i 's/\\b\(Transactions:\)/\1/' src/main.c || \
- die "sed src/main.c failed"
- eautomake
-}
-
-src_compile() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
-
- econf ${myconf} \
- $(use_with debug debugging) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # bug 111057 - siege.config utility uses ${} which gets
- # interpreted by bash sending the contents to stderr
- # instead of ${HOME}/.siegerc
- sed -i -e 's|\${}|\\${}|' -e 's|\$(HOME)|\\$(HOME)|' \
- "${D}"/usr/bin/siege.config
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- siegerc-example urls.txt || die "dodoc failed"
- dobashcompletion "${FILESDIR}/${PN}".bash-completion
-
- for x in $(find "${D}"/usr/bin -name '*.pl') ; do mv "${x}" "${x%.*}" ; done
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
- bash-completion_pkg_postinst
-}
diff --git a/app-benchmarks/siege/siege-2.67.ebuild b/app-benchmarks/siege/siege-2.67.ebuild
deleted file mode 100644
index 5d1c21eb27a6..000000000000
--- a/app-benchmarks/siege/siege-2.67.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.67.ebuild,v 1.4 2010/11/10 19:07:56 patrick Exp $
-
-WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="ftp://sid.joedog.org/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 hppa ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="debug ssl"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # To make siege compile with libtool-2.2, from acinclude.m4 rip out the
- # included copy of libtool.m4 from libtool-1.5.2x so we use the host's
- # macros. We have to eautoreconf to make this work.
- sed -i \
- -e '/libtool.m4 - Configure libtool for the host system./,/])# AC_LTDL_FUNC_ARGZ/d' \
- acinclude.m4 \
- || die "Sedding some sense into acinclude.m4 failed."
- epatch "${FILESDIR}/${PN}"-2.60-gentoo.diff
-
- # use of \b causes the T in "Transactions" to be displayed
- # on the last column of the previous line.
- sed -i 's/\\b\(Transactions:\)/\1/' src/main.c || \
- die "sed src/main.c failed"
- eautoreconf
-}
-
-src_compile() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
-
- econf ${myconf} \
- $(use_with debug debugging) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # bug 111057 - siege.config utility uses ${} which gets
- # interpreted by bash sending the contents to stderr
- # instead of ${HOME}/.siegerc
- sed -i -e 's|\${}|\\${}|' -e 's|\$(HOME)|\\$(HOME)|' \
- "${D}"/usr/bin/siege.config
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- siegerc-example urls.txt || die "dodoc failed"
- dobashcompletion "${FILESDIR}/${PN}".bash-completion
-
- for x in $(find "${D}"/usr/bin -name '*.pl') ; do mv "${x}" "${x%.*}" ; done
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
- bash-completion_pkg_postinst
-}
diff --git a/app-benchmarks/siege/siege-2.70.ebuild b/app-benchmarks/siege/siege-2.70.ebuild
deleted file mode 100644
index a5b3cc74f07a..000000000000
--- a/app-benchmarks/siege/siege-2.70.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.70.ebuild,v 1.1 2011/12/23 03:27:32 patrick Exp $
-
-EAPI=4
-
-WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.diff
-
- # bundled macros break recent libtool
- rm *.m4 || die "failed to remove bundled macros"
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}
diff --git a/app-benchmarks/siege/siege-2.72.ebuild b/app-benchmarks/siege/siege-2.72.ebuild
deleted file mode 100644
index 55692ff6228e..000000000000
--- a/app-benchmarks/siege/siege-2.72.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.72.ebuild,v 1.5 2012/08/08 19:38:48 ranger Exp $
-
-EAPI=4
-
-WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~mips ppc x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.diff
-
- # bundled macros break recent libtool
- rm *.m4 || die "failed to remove bundled macros"
-
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}
diff --git a/app-benchmarks/siege/siege-3.0.0.ebuild b/app-benchmarks/siege/siege-3.0.0.ebuild
deleted file mode 100644
index 339e5bc42449..000000000000
--- a/app-benchmarks/siege/siege-3.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.0.ebuild,v 1.2 2013/05/10 05:37:04 patrick Exp $
-
-EAPI=4
-
-#WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- # bundled macros break recent libtool
- sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
- rm *.m4 || die "failed to remove bundled macros"
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}
diff --git a/app-benchmarks/siege/siege-3.0.1.ebuild b/app-benchmarks/siege/siege-3.0.1.ebuild
deleted file mode 100644
index a371b2acd548..000000000000
--- a/app-benchmarks/siege/siege-3.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.1.ebuild,v 1.1 2013/05/23 05:55:50 patrick Exp $
-
-EAPI=4
-
-#WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- # bundled macros break recent libtool
- sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
- rm *.m4 || die "failed to remove bundled macros"
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}
diff --git a/app-benchmarks/siege/siege-3.0.2.ebuild b/app-benchmarks/siege/siege-3.0.2.ebuild
deleted file mode 100644
index 36b520c383ad..000000000000
--- a/app-benchmarks/siege/siege-3.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.2.ebuild,v 1.1 2013/07/25 06:34:02 patrick Exp $
-
-EAPI=4
-
-#WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- # bundled macros break recent libtool
- sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
- rm *.m4 || die "failed to remove bundled macros"
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}
diff --git a/app-benchmarks/siege/siege-3.0.3.ebuild b/app-benchmarks/siege/siege-3.0.3.ebuild
deleted file mode 100644
index 87b757c7579f..000000000000
--- a/app-benchmarks/siege/siege-3.0.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.3.ebuild,v 1.5 2014/02/23 08:52:01 ago Exp $
-
-EAPI=4
-
-#WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~mips ppc x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- # bundled macros break recent libtool
- sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
- rm *.m4 || die "failed to remove bundled macros"
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}
diff --git a/app-benchmarks/siege/siege-3.0.5.ebuild b/app-benchmarks/siege/siege-3.0.5.ebuild
deleted file mode 100644
index edad8e26ba87..000000000000
--- a/app-benchmarks/siege/siege-3.0.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.5.ebuild,v 1.1 2013/11/27 04:00:30 patrick Exp $
-
-EAPI=4
-
-#WANT_AUTOMAKE=1.9
-
-inherit eutils bash-completion-r1 libtool autotools
-
-DESCRIPTION="A HTTP regression testing and benchmarking utility"
-HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
-SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-src_prepare() {
- # bundled macros break recent libtool
- sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
- rm *.m4 || die "failed to remove bundled macros"
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
- econf ${myconf}
-}
-
-src_install() {
- make DESTDIR="${D}" install
-
- dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
- doc/siegerc doc/urls.txt
-
- newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
-}
-
-pkg_postinst() {
- echo
- elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
-}