Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/httperf/
Date: Thu, 09 Feb 2017 00:55:07
Message-Id: 1486601664.ce8210b8aa57d78200f8abb13e077fda881d0218.gokturk@gentoo
1 commit: ce8210b8aa57d78200f8abb13e077fda881d0218
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 00:54:24 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 00:54:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8210b8
7
8 app-benchmarks/httperf: remove old, migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 app-benchmarks/httperf/Manifest | 1 -
13 app-benchmarks/httperf/httperf-0.9.0-r2.ebuild | 33 -------------------------
14 app-benchmarks/httperf/httperf-0.9.0-r3.ebuild | 34 --------------------------
15 app-benchmarks/httperf/metadata.xml | 1 -
16 4 files changed, 69 deletions(-)
17
18 diff --git a/app-benchmarks/httperf/Manifest b/app-benchmarks/httperf/Manifest
19 index 25d1636037..35cc461947 100644
20 --- a/app-benchmarks/httperf/Manifest
21 +++ b/app-benchmarks/httperf/Manifest
22 @@ -1,2 +1 @@
23 -DIST httperf-0.9.0.tar.gz 425297 SHA256 e1a0bf56bcb746c04674c47b6cfa531fad24e45e9c6de02aea0d1c5f85a2bf1c SHA512 58ea6a3b8a82181a89e5df22fdf18d5be8c7b533c404108702cc03fc727fb1599a43e620d83d41630f8a951d80e48ed99d0c3dd8469ee1fc7626449b777971e1 WHIRLPOOL 7b36e636a063c9af7ff142f7a81947f5b693bb1a3bdbe98c5dfd1f5ac11edb380e97f19c3ad2a0a8d8505c0d63d8d714fe935a6e326f2373cbbb11a940431a7e
24 DIST httperf-0.9.1_p20161228.tar.gz 106357 SHA256 45cf5e92d30cd4191015fff2d0d066b780b54c45e614690bf0e70926633715ed SHA512 e5dbb400e4ab0db3cc1621731d99af9261574a8a1da4279c722ebbd80537d0aae2a3d662f4d51eb9130bc98823c2786710c7819a0144f4ae3f8cf153e28d7dfa WHIRLPOOL 2d0e5ee38b965f8d378cf45038c03782bb64d73981432a24968d6e0b870bacd64e947ee6c0120b2d7927780c4096cf3725ff1866f5f77042498f278cc84683d6
25
26 diff --git a/app-benchmarks/httperf/httperf-0.9.0-r2.ebuild b/app-benchmarks/httperf/httperf-0.9.0-r2.ebuild
27 deleted file mode 100644
28 index 393515b93d..0000000000
29 --- a/app-benchmarks/httperf/httperf-0.9.0-r2.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=4
37 -
38 -AUTOTOOLS_AUTORECONF=1
39 -AUTOTOOLS_IN_SOURCE_BUILD=1
40 -
41 -inherit autotools-utils toolchain-funcs
42 -
43 -DESCRIPTION="A tool from HP for measuring web server performance"
44 -HOMEPAGE="https://github.com/httperf/httperf"
45 -SRC_URI="https://httperf.googlecode.com/files/${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x64-macos"
50 -IUSE="debug"
51 -
52 -DEPEND="dev-libs/openssl"
53 -RDEPEND="dev-libs/openssl"
54 -
55 -DOCS=( AUTHORS ChangeLog NEWS README TODO )
56 -
57 -src_configure() {
58 - econf --bindir="${EPREFIX}"/usr/bin \
59 - $(use_enable debug)
60 -}
61 -
62 -src_compile() {
63 - emake CC="$(tc-getCC)" -j1
64 -}
65
66 diff --git a/app-benchmarks/httperf/httperf-0.9.0-r3.ebuild b/app-benchmarks/httperf/httperf-0.9.0-r3.ebuild
67 deleted file mode 100644
68 index 23cfdcc298..0000000000
69 --- a/app-benchmarks/httperf/httperf-0.9.0-r3.ebuild
70 +++ /dev/null
71 @@ -1,34 +0,0 @@
72 -# Copyright 1999-2016 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI=5
77 -
78 -AUTOTOOLS_AUTORECONF=1
79 -AUTOTOOLS_IN_SOURCE_BUILD=1
80 -
81 -inherit autotools-utils toolchain-funcs
82 -
83 -DESCRIPTION="A tool from HP for measuring web server performance"
84 -HOMEPAGE="https://github.com/httperf/httperf"
85 -SRC_URI="https://httperf.googlecode.com/files/${P}.tar.gz"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x64-macos"
90 -IUSE="debug libressl"
91 -
92 -RDEPEND="!libressl? ( dev-libs/openssl:0= )
93 - libressl? ( dev-libs/libressl:0= )"
94 -DEPEND="${RDEPEND}"
95 -
96 -DOCS=( AUTHORS ChangeLog NEWS README TODO )
97 -
98 -src_configure() {
99 - econf --bindir="${EPREFIX}"/usr/bin \
100 - $(use_enable debug)
101 -}
102 -
103 -src_compile() {
104 - emake CC="$(tc-getCC)" -j1
105 -}
106
107 diff --git a/app-benchmarks/httperf/metadata.xml b/app-benchmarks/httperf/metadata.xml
108 index 63bcf7913a..2f4bf73d81 100644
109 --- a/app-benchmarks/httperf/metadata.xml
110 +++ b/app-benchmarks/httperf/metadata.xml
111 @@ -16,7 +16,6 @@
112 <flag name="idleconn">Build with the idleconn program</flag>
113 </use>
114 <upstream>
115 - <remote-id type="google-code">httperf</remote-id>
116 <remote-id type="github">httperf/httperf</remote-id>
117 </upstream>
118 </pkgmetadata>