Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/
Date: Fri, 02 Jul 2021 07:38:39
Message-Id: 1625211504.fdf3bff241fc40fa77d7b0fd3625065946768a36.juippis@gentoo
1 commit: fdf3bff241fc40fa77d7b0fd3625065946768a36
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Sun May 30 09:11:54 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 07:38:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf3bff2
7
8 app-benchmarks/siege: drop older versions
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Closes: https://github.com/gentoo/gentoo/pull/21048
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-benchmarks/siege/Manifest | 2 --
16 app-benchmarks/siege/siege-4.0.7.ebuild | 53 ---------------------------------
17 app-benchmarks/siege/siege-4.0.8.ebuild | 53 ---------------------------------
18 3 files changed, 108 deletions(-)
19
20 diff --git a/app-benchmarks/siege/Manifest b/app-benchmarks/siege/Manifest
21 index b5c68fef7ad..4315c4ee157 100644
22 --- a/app-benchmarks/siege/Manifest
23 +++ b/app-benchmarks/siege/Manifest
24 @@ -1,3 +1 @@
25 -DIST siege-4.0.7.tar.gz 525654 BLAKE2B b97c7309d33387d15327dc39ae115bebdfe64fa0debea2da87590ce801d2f590622392ea1ecc6be9f2973ff9b37dfc0f5f0fef232a4593410c4503db6c78771f SHA512 2dcccc50a2d8cd0d6c18efe776b871b999f6918c078898845fec34bb2b1b8ec03e0b95792dd963aaefb054e4f4e27f604ed95c0de5f8a34cbf738f66a2307abc
26 -DIST siege-4.0.8.tar.gz 525619 BLAKE2B 4c0b570810c4c1f3f13374aa1f33dc1624f989096280fd672a2c3deee7827099d790215e2583670fa58862df35b4db8998cf57c3c864354e8bd8aa8093c66724 SHA512 34239d761c1fff2a6048b59a98b64e87da065257ca4d62eb899f600573d920f5503bbdad8f5c5d31b4052c64857394c7899a9bda5384c00be8652ce4c98845ca
27 DIST siege-4.0.9.tar.gz 525804 BLAKE2B d857df05f40a0ac26a8abdd54e7de374125dde4c114bd1ac3ddd9e9856a30d4fdfefd325980717e59b5876df99a87f971c5b3f91d6478f9638f1860557615169 SHA512 6208b7924162be4dd7ea8cdc297930d28e8a1cb125cf26e8707c2cb67efad741cd090c12081ea80837314d4b5703da152a97b0e8fbf4c64ff64c6714eb4b5fc7
28
29 diff --git a/app-benchmarks/siege/siege-4.0.7.ebuild b/app-benchmarks/siege/siege-4.0.7.ebuild
30 deleted file mode 100644
31 index 990995d6ca8..00000000000
32 --- a/app-benchmarks/siege/siege-4.0.7.ebuild
33 +++ /dev/null
34 @@ -1,53 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools bash-completion-r1
41 -
42 -DESCRIPTION="A HTTP regression testing and benchmarking utility"
43 -HOMEPAGE="https://www.joedog.org/siege-home https://github.com/JoeDog/siege"
44 -SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos"
48 -SLOT="0"
49 -IUSE="ssl"
50 -
51 -RDEPEND="ssl? (
52 - dev-libs/openssl:0=
53 -)"
54 -DEPEND="${RDEPEND}"
55 -
56 -src_prepare() {
57 - default
58 - # bundled macros break recent libtool
59 - # remove /usr/lib from LDFLAGS, bug #732886
60 - sed -i \
61 - -e '/AC_PROG_SHELL/d' \
62 - -e 's/SSL_LDFLAGS="-L.*lib"/SSL_LDFLAGS=""/g' \
63 - -e 's/Z_LDFLAGS="-L.*lib"/Z_LDFLAGS=""/g' \
64 - configure.ac || die
65 - rm *.m4 || die "failed to remove bundled macros"
66 - eautoreconf
67 -}
68 -
69 -src_configure() {
70 - local myconf=(
71 - $(use_with ssl ssl "${EPREFIX}/usr")
72 - )
73 - econf "${myconf[@]}"
74 -}
75 -
76 -src_install() {
77 - emake DESTDIR="${ED}" install
78 -
79 - dodoc AUTHORS ChangeLog INSTALL README* doc/siegerc doc/urls.txt
80 -
81 - newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
82 -}
83 -
84 -pkg_postinst() {
85 - elog "An example ~/.siegerc file has been installed in"
86 - elog "${EPREFIX}/usr/share/doc/${PF}/"
87 -}
88
89 diff --git a/app-benchmarks/siege/siege-4.0.8.ebuild b/app-benchmarks/siege/siege-4.0.8.ebuild
90 deleted file mode 100644
91 index 990995d6ca8..00000000000
92 --- a/app-benchmarks/siege/siege-4.0.8.ebuild
93 +++ /dev/null
94 @@ -1,53 +0,0 @@
95 -# Copyright 1999-2021 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -
100 -inherit autotools bash-completion-r1
101 -
102 -DESCRIPTION="A HTTP regression testing and benchmarking utility"
103 -HOMEPAGE="https://www.joedog.org/siege-home https://github.com/JoeDog/siege"
104 -SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz"
105 -
106 -LICENSE="GPL-3"
107 -KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos"
108 -SLOT="0"
109 -IUSE="ssl"
110 -
111 -RDEPEND="ssl? (
112 - dev-libs/openssl:0=
113 -)"
114 -DEPEND="${RDEPEND}"
115 -
116 -src_prepare() {
117 - default
118 - # bundled macros break recent libtool
119 - # remove /usr/lib from LDFLAGS, bug #732886
120 - sed -i \
121 - -e '/AC_PROG_SHELL/d' \
122 - -e 's/SSL_LDFLAGS="-L.*lib"/SSL_LDFLAGS=""/g' \
123 - -e 's/Z_LDFLAGS="-L.*lib"/Z_LDFLAGS=""/g' \
124 - configure.ac || die
125 - rm *.m4 || die "failed to remove bundled macros"
126 - eautoreconf
127 -}
128 -
129 -src_configure() {
130 - local myconf=(
131 - $(use_with ssl ssl "${EPREFIX}/usr")
132 - )
133 - econf "${myconf[@]}"
134 -}
135 -
136 -src_install() {
137 - emake DESTDIR="${ED}" install
138 -
139 - dodoc AUTHORS ChangeLog INSTALL README* doc/siegerc doc/urls.txt
140 -
141 - newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
142 -}
143 -
144 -pkg_postinst() {
145 - elog "An example ~/.siegerc file has been installed in"
146 - elog "${EPREFIX}/usr/share/doc/${PF}/"
147 -}