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: Sun, 19 Jan 2020 00:35:42
Message-Id: 1579394131.f3db8087461c41875ec083e40c9270e42e89af84.candrews@gentoo
1 commit: f3db8087461c41875ec083e40c9270e42e89af84
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 00:35:10 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 00:35:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3db8087
7
8 net-p2p/cpuminer-opt: Cleanup old versions
9
10 Package-Manager: Portage-2.3.84, 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.1.ebuild | 50 -------------------------
15 net-p2p/cpuminer-opt/cpuminer-opt-3.11.2.ebuild | 50 -------------------------
16 net-p2p/cpuminer-opt/cpuminer-opt-3.11.3.ebuild | 50 -------------------------
17 net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.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 a215f421ee2..21280aa99e1 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.1.tar.gz 1924178 BLAKE2B 1ed7f07f89c94e7e15ac370e7873e5b37ec45c5b0132c3a8f2772558eb37666f1db41fbf78311f539d69f2b0858ef91478a9b1b469220e09fe07e20bd0147db3 SHA512 af6a70e0e60d7c6ab904fe29f37ba3f18327d9eb7b9700b53c28ca5d4f6693d124b01a9f382f608f4449f5a412ca57216bac354bc40d1793a1f1d40f7191dd7b
26 -DIST cpuminer-opt-3.11.2.tar.gz 1923535 BLAKE2B 24ee1f4e64771ac1f007fd5934569e53959692f95dfd9fe4a7b38d4d32cbd4d5dd3731a285ad4e9e1e9bbbfd56a86bc9a69de9d5392d6d9a858a816ad031575f SHA512 bdbe99b358e37d8170259e5575f28d0b8c2e7faa6159b389f173e1a74299483ae6c5b2173f7565943f4c36e8e99d436ffbb485e3012f53337599d9dbd004b1b9
27 -DIST cpuminer-opt-3.11.3.tar.gz 1924724 BLAKE2B 1e0cd26b7400b1d09fcc74bcadedb7da478f8b0be9c4c8ad8ce097e0a4c438068214139e9eb4901f0fa80a3c997ff9bb802788198236aba418703bdfc5edd0f8 SHA512 fd061644b15b5d2e68bca949a67bc6d2eab53e5d309c4e0c6766ccea0e956f49229e385e582144ef2dadf805eeee30a16b7409df3aad3184d68eb03c32ef1258
28 -DIST cpuminer-opt-3.11.4.tar.gz 1926931 BLAKE2B ecec5bb87c7d1d72d42d516b791ce925a2bc3499bf1e8eb4e66a318e12bf60b99eb3d83ca39da04d78e68e84e08b8e7708489cdd77c997d9295f3e97cb8bf140 SHA512 a32d7080badf9d89030a4887a5c181c3dec2bac329b25052f060f7134e00111e8aac458d3f248bb9374be5558bee628c7fa8b1e6ef0c78d0cc4942dd5a513d2c
29 DIST cpuminer-opt-3.11.5.tar.gz 1927342 BLAKE2B 92f5bc74e6ef31ff320e502807d884dd0106ae3c28722b0b453b7a9c1d9568596e9beab1ee9d2a5a5ab1f1ad184f04d4cf012503393407a8133d3c806764fafa SHA512 7b31286a4d8a3613ace70be85cd80f7645d148a19b1707ea9c4b0c0b023b656a7bac37587e21a9db5477074e04ce1b87fdac794be999c284c51b0b7680be12e8
30
31 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.1.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.1.ebuild
32 deleted file mode 100644
33 index a5d436b3b8b..00000000000
34 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.1.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.2.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.2.ebuild
89 deleted file mode 100644
90 index a5d436b3b8b..00000000000
91 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.2.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.3.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.3.ebuild
146 deleted file mode 100644
147 index a5d436b3b8b..00000000000
148 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.3.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.4.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.ebuild
203 deleted file mode 100644
204 index a5d436b3b8b..00000000000
205 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.4.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 -}