Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/
Date: Sun, 27 May 2018 12:01:08
Message-Id: 1527422457.6c5c5ffe6585516c64c7472b2e9c3139aaf0b5f3.pacho@gentoo
1 commit: 6c5c5ffe6585516c64c7472b2e9c3139aaf0b5f3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 11:52:45 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 12:00:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5c5ffe
7
8 app-benchmarks/siege: Drop old
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 app-benchmarks/siege/Manifest | 2 --
13 app-benchmarks/siege/siege-3.0.6.ebuild | 49 -------------------------------
14 app-benchmarks/siege/siege-3.1.3.ebuild | 52 ---------------------------------
15 3 files changed, 103 deletions(-)
16
17 diff --git a/app-benchmarks/siege/Manifest b/app-benchmarks/siege/Manifest
18 index 856e8d6a909..0357b73a4e1 100644
19 --- a/app-benchmarks/siege/Manifest
20 +++ b/app-benchmarks/siege/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST siege-3.0.6.tar.gz 496002 BLAKE2B b21ed07a36b3e0ae5b4166f2d1351be790261d149bcac98f4d2795796e42a8697bf618822792f6f7c912be29d926cf5f8d3de443498deab8c553217db359d282 SHA512 621f3f60f2aac70fb051f48819f5673d60f31fc4fc69e4c65d4ae0a285d02112686f1e9b40241d48afc378446a2b296a7dc4bbc6d8ae38e390d380506f4d448b
23 -DIST siege-3.1.3.tar.gz 527862 BLAKE2B 9cc10b5afa15c5a7682452d8a4020de62c195192abcb222c36d148da871693c1fcf5be2e3d1a3ca1c4a7fd39fda505520f40ee053ca50fd15340441a498e368f SHA512 880b6d8bbe6b8210147ebb26fd724f4c242076740284977471165fbca514b56c49812ace42dcbe23c57be8fd10a2503b129deec10b79991451a9ae83f30a742b
24 DIST siege-3.1.4.tar.gz 530149 BLAKE2B 3721387fa1ace745ce7748612849b84c07e84456bd903460930ab407cba1e24f493d4a251bacd3e509aafbc653e5d74e96509bf74f0a2a8066a0ec2b7ad2e9ee SHA512 8e8b4c1e9c20833f4c3538e8929e47d1c9113cd1faf395e5f07734fb7f4291061cb7554cf500a80d8b1b6be0d6f4c8194b054f632f35533837220702784ee068
25 DIST siege-4.0.4.tar.gz 523102 BLAKE2B 2d69dd37fea7ff35e05b41d500d4efb5b4fe60d9389b7bd98ec360148af781a24b6ebaa213b59ffc36cfcc8421efea14d8ec9f5742a53e019b2221584b5af17e SHA512 a8361ac0e2514626d794e7e4a345b178462409a1f3b53a9318adf171b511c408508acdb07652ad38f34021ac4a614dc5e6d2ea3c6a4ffd261ceef36d3226e573
26
27 diff --git a/app-benchmarks/siege/siege-3.0.6.ebuild b/app-benchmarks/siege/siege-3.0.6.ebuild
28 deleted file mode 100644
29 index 1002d516d11..00000000000
30 --- a/app-benchmarks/siege/siege-3.0.6.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=4
37 -
38 -#WANT_AUTOMAKE=1.9
39 -
40 -inherit eutils bash-completion-r1 libtool autotools
41 -
42 -DESCRIPTION="A HTTP regression testing and benchmarking utility"
43 -HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
44 -SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -KEYWORDS="amd64 hppa ~mips ppc x86 ~x64-macos"
48 -SLOT="0"
49 -IUSE="ssl"
50 -
51 -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )"
52 -DEPEND="${RDEPEND}
53 - sys-devel/libtool"
54 -
55 -src_prepare() {
56 - # bundled macros break recent libtool
57 - sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
58 - rm *.m4 || die "failed to remove bundled macros"
59 - eautoreconf
60 -}
61 -
62 -src_configure() {
63 - local myconf
64 - use ssl && myconf="--with-ssl=${EPREFIX}/usr" || myconf="--without-ssl"
65 - econf ${myconf}
66 -}
67 -
68 -src_install() {
69 - make DESTDIR="${D}" install
70 -
71 - dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \
72 - doc/siegerc doc/urls.txt
73 -
74 - newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
75 -}
76 -
77 -pkg_postinst() {
78 - echo
79 - elog "An example ~/.siegerc file has been installed in"
80 - elog "${EPREFIX}/usr/share/doc/${PF}/"
81 -}
82
83 diff --git a/app-benchmarks/siege/siege-3.1.3.ebuild b/app-benchmarks/siege/siege-3.1.3.ebuild
84 deleted file mode 100644
85 index b08e5a9b4f5..00000000000
86 --- a/app-benchmarks/siege/siege-3.1.3.ebuild
87 +++ /dev/null
88 @@ -1,52 +0,0 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -#WANT_AUTOMAKE=1.9
95 -
96 -inherit eutils bash-completion-r1 libtool autotools
97 -
98 -DESCRIPTION="A HTTP regression testing and benchmarking utility"
99 -HOMEPAGE="https://www.joedog.org/siege-home/"
100 -SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz"
101 -
102 -LICENSE="GPL-2"
103 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos"
104 -SLOT="0"
105 -IUSE="libressl ssl"
106 -
107 -RDEPEND="ssl? (
108 - !libressl? ( dev-libs/openssl:0= )
109 - libressl? ( dev-libs/libressl:0= )
110 - )"
111 -DEPEND="${RDEPEND}
112 - sys-devel/libtool"
113 -
114 -src_prepare() {
115 - # bundled macros break recent libtool
116 - sed -i -e 's/AC_PROG_SHELL//' configure.ac || die
117 - rm *.m4 || die "failed to remove bundled macros"
118 - eautoreconf
119 -}
120 -
121 -src_configure() {
122 - local myconf
123 - use ssl && myconf="--with-ssl=${EPREFIX}/usr" || myconf="--without-ssl"
124 - econf ${myconf}
125 -}
126 -
127 -src_install() {
128 - emake DESTDIR="${D}" install
129 -
130 - dodoc AUTHORS ChangeLog INSTALL README* KNOWNBUGS \
131 - doc/siegerc doc/urls.txt
132 -
133 - newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
134 -}
135 -
136 -pkg_postinst() {
137 - echo
138 - elog "An example ~/.siegerc file has been installed in"
139 - elog "${EPREFIX}/usr/share/doc/${PF}/"
140 -}