Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/
Date: Tue, 04 Feb 2020 13:36:33
Message-Id: 1580823384.3f4fed789ed57be7085cb56abab8212ca27b8176.candrews@gentoo
1 commit: 3f4fed789ed57be7085cb56abab8212ca27b8176
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:36:07 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:36:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4fed78
7
8 net-p2p/cpuminer-opt: Cleanup old versions
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-p2p/cpuminer-opt/Manifest | 4 --
14 net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild | 50 -------------------------
15 net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild | 50 -------------------------
16 net-p2p/cpuminer-opt/cpuminer-opt-3.11.7.ebuild | 50 -------------------------
17 net-p2p/cpuminer-opt/cpuminer-opt-3.11.8.ebuild | 50 -------------------------
18 5 files changed, 204 deletions(-)
19
20 diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
21 index 355bba24df7..ba5cc3b08fa 100644
22 --- a/net-p2p/cpuminer-opt/Manifest
23 +++ b/net-p2p/cpuminer-opt/Manifest
24 @@ -1,5 +1 @@
25 -DIST cpuminer-opt-3.11.5.tar.gz 1927342 BLAKE2B 92f5bc74e6ef31ff320e502807d884dd0106ae3c28722b0b453b7a9c1d9568596e9beab1ee9d2a5a5ab1f1ad184f04d4cf012503393407a8133d3c806764fafa SHA512 7b31286a4d8a3613ace70be85cd80f7645d148a19b1707ea9c4b0c0b023b656a7bac37587e21a9db5477074e04ce1b87fdac794be999c284c51b0b7680be12e8
26 -DIST cpuminer-opt-3.11.6.tar.gz 1927145 BLAKE2B 8cb90a3a419011b98c5105e80aafcf0918934f9648fc2719d876430e6d706e7010a78c01c2b281f7c371a06be9df514dad0bad0c6b8eff456fe14ba9d74ac3f0 SHA512 bfe2df3ba577195781f92b4d96c34a5ea991217b59a5de4f1931458a8475ff630bd9779965110484b2540def1aea5c84de6136203a82c664e968c195a0e494ee
27 -DIST cpuminer-opt-3.11.7.tar.gz 1926765 BLAKE2B 710dc5f03c5df8645170acafae0db01728120202cab6ec4840b590e48d14d5d3ddf611faec394dbade0fed6158120c5e9468ca0bfbb110f06d1d7ab705a6204c SHA512 c6f57598731683f5c3a68bd7ce39c1ed95694249cf5c65dac98ea4cbafe515e272587a93d43b16cc21d53ef9cb74c3db86863705b020e8941e3518f31f3a59d3
28 -DIST cpuminer-opt-3.11.8.tar.gz 1887415 BLAKE2B c15467648edbb06da9edb0d2b9d451306d119f85b2aff46ced4b5d909682082352edbab9dd14d9772fb98cabd717102c6fb1e343c43c4e41e78f74dbfc2585f5 SHA512 5a6cf6a2540a530f3f9796bc8a3d57cc3662615777c8328d822c69348584ad342b123753a95e3d0bb39596294d24cbb7acbe6d3cec597e4dcc945906b0ead777
29 DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced35024420429000099f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58 SHA512 d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b
30
31 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild
32 deleted file mode 100644
33 index a5d436b3b8b..00000000000
34 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.5.ebuild
35 +++ /dev/null
36 @@ -1,50 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -inherit autotools flag-o-matic systemd
43 -
44 -DESCRIPTION="Optimized multi algo CPU miner"
45 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
46 -IUSE="cpu_flags_x86_sse2 curl libressl"
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -REQUIRED_USE="cpu_flags_x86_sse2"
50 -DEPEND="
51 - dev-libs/gmp:0
52 - dev-libs/jansson
53 - >=net-misc/curl-7.15[ssl]
54 - !libressl? ( dev-libs/openssl:0= )
55 - libressl? ( dev-libs/libressl:0= )
56 -"
57 -RDEPEND="${DEPEND}"
58 -if [[ ${PV} == "9999" ]] ; then
59 - SRC_URI=""
60 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
61 - inherit git-r3
62 -else
63 - KEYWORDS="~amd64"
64 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
65 -fi
66 -
67 -src_prepare() {
68 - default
69 - eautoreconf
70 -}
71 -
72 -src_configure() {
73 - append-ldflags -Wl,-z,noexecstack
74 - econf --with-crypto --with-curl
75 -}
76 -
77 -src_install() {
78 - default
79 - systemd_dounit "${FILESDIR}"/${PN}.service
80 - insinto "/etc/${PN}"
81 - doins cpuminer-conf.json
82 -}
83 -
84 -src_test() {
85 - ./cpuminer --cputest || die
86 -}
87
88 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild
89 deleted file mode 100644
90 index a5d436b3b8b..00000000000
91 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.6.ebuild
92 +++ /dev/null
93 @@ -1,50 +0,0 @@
94 -# Copyright 1999-2020 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -
99 -inherit autotools flag-o-matic systemd
100 -
101 -DESCRIPTION="Optimized multi algo CPU miner"
102 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
103 -IUSE="cpu_flags_x86_sse2 curl libressl"
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -REQUIRED_USE="cpu_flags_x86_sse2"
107 -DEPEND="
108 - dev-libs/gmp:0
109 - dev-libs/jansson
110 - >=net-misc/curl-7.15[ssl]
111 - !libressl? ( dev-libs/openssl:0= )
112 - libressl? ( dev-libs/libressl:0= )
113 -"
114 -RDEPEND="${DEPEND}"
115 -if [[ ${PV} == "9999" ]] ; then
116 - SRC_URI=""
117 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
118 - inherit git-r3
119 -else
120 - KEYWORDS="~amd64"
121 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
122 -fi
123 -
124 -src_prepare() {
125 - default
126 - eautoreconf
127 -}
128 -
129 -src_configure() {
130 - append-ldflags -Wl,-z,noexecstack
131 - econf --with-crypto --with-curl
132 -}
133 -
134 -src_install() {
135 - default
136 - systemd_dounit "${FILESDIR}"/${PN}.service
137 - insinto "/etc/${PN}"
138 - doins cpuminer-conf.json
139 -}
140 -
141 -src_test() {
142 - ./cpuminer --cputest || die
143 -}
144
145 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.7.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.7.ebuild
146 deleted file mode 100644
147 index a5d436b3b8b..00000000000
148 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.7.ebuild
149 +++ /dev/null
150 @@ -1,50 +0,0 @@
151 -# Copyright 1999-2020 Gentoo Authors
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=7
155 -
156 -inherit autotools flag-o-matic systemd
157 -
158 -DESCRIPTION="Optimized multi algo CPU miner"
159 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
160 -IUSE="cpu_flags_x86_sse2 curl libressl"
161 -LICENSE="GPL-2"
162 -SLOT="0"
163 -REQUIRED_USE="cpu_flags_x86_sse2"
164 -DEPEND="
165 - dev-libs/gmp:0
166 - dev-libs/jansson
167 - >=net-misc/curl-7.15[ssl]
168 - !libressl? ( dev-libs/openssl:0= )
169 - libressl? ( dev-libs/libressl:0= )
170 -"
171 -RDEPEND="${DEPEND}"
172 -if [[ ${PV} == "9999" ]] ; then
173 - SRC_URI=""
174 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
175 - inherit git-r3
176 -else
177 - KEYWORDS="~amd64"
178 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
179 -fi
180 -
181 -src_prepare() {
182 - default
183 - eautoreconf
184 -}
185 -
186 -src_configure() {
187 - append-ldflags -Wl,-z,noexecstack
188 - econf --with-crypto --with-curl
189 -}
190 -
191 -src_install() {
192 - default
193 - systemd_dounit "${FILESDIR}"/${PN}.service
194 - insinto "/etc/${PN}"
195 - doins cpuminer-conf.json
196 -}
197 -
198 -src_test() {
199 - ./cpuminer --cputest || die
200 -}
201
202 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.8.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.8.ebuild
203 deleted file mode 100644
204 index a5d436b3b8b..00000000000
205 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.8.ebuild
206 +++ /dev/null
207 @@ -1,50 +0,0 @@
208 -# Copyright 1999-2020 Gentoo Authors
209 -# Distributed under the terms of the GNU General Public License v2
210 -
211 -EAPI=7
212 -
213 -inherit autotools flag-o-matic systemd
214 -
215 -DESCRIPTION="Optimized multi algo CPU miner"
216 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
217 -IUSE="cpu_flags_x86_sse2 curl libressl"
218 -LICENSE="GPL-2"
219 -SLOT="0"
220 -REQUIRED_USE="cpu_flags_x86_sse2"
221 -DEPEND="
222 - dev-libs/gmp:0
223 - dev-libs/jansson
224 - >=net-misc/curl-7.15[ssl]
225 - !libressl? ( dev-libs/openssl:0= )
226 - libressl? ( dev-libs/libressl:0= )
227 -"
228 -RDEPEND="${DEPEND}"
229 -if [[ ${PV} == "9999" ]] ; then
230 - SRC_URI=""
231 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
232 - inherit git-r3
233 -else
234 - KEYWORDS="~amd64"
235 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
236 -fi
237 -
238 -src_prepare() {
239 - default
240 - eautoreconf
241 -}
242 -
243 -src_configure() {
244 - append-ldflags -Wl,-z,noexecstack
245 - econf --with-crypto --with-curl
246 -}
247 -
248 -src_install() {
249 - default
250 - systemd_dounit "${FILESDIR}"/${PN}.service
251 - insinto "/etc/${PN}"
252 - doins cpuminer-conf.json
253 -}
254 -
255 -src_test() {
256 - ./cpuminer --cputest || die
257 -}