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: Wed, 28 Mar 2018 13:50:20
Message-Id: 1522245009.db0b14491fa74cb43d9e94d6ca16a865a9407e86.candrews@gentoo
1 commit: db0b14491fa74cb43d9e94d6ca16a865a9407e86
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 13:48:05 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 13:50:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0b1449
7
8 net-p2p/cpuminer-opt: drop old versions
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-p2p/cpuminer-opt/Manifest | 3 --
13 net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild | 46 ------------------------
14 net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild | 46 ------------------------
15 net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild | 46 ------------------------
16 4 files changed, 141 deletions(-)
17
18 diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
19 index be49e96602a..0cc7f697900 100644
20 --- a/net-p2p/cpuminer-opt/Manifest
21 +++ b/net-p2p/cpuminer-opt/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc SHA512 610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
24 -DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247 SHA512 6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a
25 DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921 SHA512 38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
26 -DIST cpuminer-opt-3.8.4.tar.gz 1679290 BLAKE2B 94df217115f543ce95126553fa0d295e0ed2b13e766c114926ad449370a825cae5b95f5b5c34461f28a100fc102ae5227e2e9686db7500c5d3d4c7e2a3fb1804 SHA512 60bb0bb91a53362c64d7992e1c7e34b09be60d57c4cb150d904985562b5331368ce0d130d6699a292d63af826634f3cad938c84e6684b58d4aa9b31c7489de05
27 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e SHA512 27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384
28
29 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild
30 deleted file mode 100644
31 index a1f4a660f6b..00000000000
32 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild
33 +++ /dev/null
34 @@ -1,46 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit autotools flag-o-matic systemd
41 -
42 -DESCRIPTION="Optimized multi algo CPU miner"
43 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
44 -IUSE="cpu_flags_x86_sse2 curl libressl"
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -REQUIRED_USE="cpu_flags_x86_sse2"
48 -DEPEND="
49 - dev-libs/gmp:0
50 - dev-libs/jansson
51 - curl? ( >=net-misc/curl-7.15[ssl] )
52 - !libressl? ( dev-libs/openssl:0= )
53 - libressl? ( dev-libs/libressl:0= )
54 -"
55 -RDEPEND="${DEPEND}"
56 -if [[ ${PV} == "9999" ]] ; then
57 - SRC_URI=""
58 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
59 - inherit git-r3
60 -else
61 - KEYWORDS="~amd64"
62 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
63 -fi
64 -
65 -src_prepare() {
66 - default
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - append-ldflags -Wl,-z,noexecstack
72 - econf --with-crypto $(use_with curl)
73 -}
74 -
75 -src_install() {
76 - default
77 - systemd_dounit "${FILESDIR}"/${PN}.service
78 - insinto "/etc/${PN}"
79 - doins cpuminer-conf.json
80 -}
81
82 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild
83 deleted file mode 100644
84 index a1f4a660f6b..00000000000
85 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild
86 +++ /dev/null
87 @@ -1,46 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -inherit autotools flag-o-matic systemd
94 -
95 -DESCRIPTION="Optimized multi algo CPU miner"
96 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
97 -IUSE="cpu_flags_x86_sse2 curl libressl"
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -REQUIRED_USE="cpu_flags_x86_sse2"
101 -DEPEND="
102 - dev-libs/gmp:0
103 - dev-libs/jansson
104 - curl? ( >=net-misc/curl-7.15[ssl] )
105 - !libressl? ( dev-libs/openssl:0= )
106 - libressl? ( dev-libs/libressl:0= )
107 -"
108 -RDEPEND="${DEPEND}"
109 -if [[ ${PV} == "9999" ]] ; then
110 - SRC_URI=""
111 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
112 - inherit git-r3
113 -else
114 - KEYWORDS="~amd64"
115 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
116 -fi
117 -
118 -src_prepare() {
119 - default
120 - eautoreconf
121 -}
122 -
123 -src_configure() {
124 - append-ldflags -Wl,-z,noexecstack
125 - econf --with-crypto $(use_with curl)
126 -}
127 -
128 -src_install() {
129 - default
130 - systemd_dounit "${FILESDIR}"/${PN}.service
131 - insinto "/etc/${PN}"
132 - doins cpuminer-conf.json
133 -}
134
135 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild
136 deleted file mode 100644
137 index a1f4a660f6b..00000000000
138 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild
139 +++ /dev/null
140 @@ -1,46 +0,0 @@
141 -# Copyright 1999-2018 Gentoo Foundation
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=6
145 -
146 -inherit autotools flag-o-matic systemd
147 -
148 -DESCRIPTION="Optimized multi algo CPU miner"
149 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
150 -IUSE="cpu_flags_x86_sse2 curl libressl"
151 -LICENSE="GPL-2"
152 -SLOT="0"
153 -REQUIRED_USE="cpu_flags_x86_sse2"
154 -DEPEND="
155 - dev-libs/gmp:0
156 - dev-libs/jansson
157 - curl? ( >=net-misc/curl-7.15[ssl] )
158 - !libressl? ( dev-libs/openssl:0= )
159 - libressl? ( dev-libs/libressl:0= )
160 -"
161 -RDEPEND="${DEPEND}"
162 -if [[ ${PV} == "9999" ]] ; then
163 - SRC_URI=""
164 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
165 - inherit git-r3
166 -else
167 - KEYWORDS="~amd64"
168 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
169 -fi
170 -
171 -src_prepare() {
172 - default
173 - eautoreconf
174 -}
175 -
176 -src_configure() {
177 - append-ldflags -Wl,-z,noexecstack
178 - econf --with-crypto $(use_with curl)
179 -}
180 -
181 -src_install() {
182 - default
183 - systemd_dounit "${FILESDIR}"/${PN}.service
184 - insinto "/etc/${PN}"
185 - doins cpuminer-conf.json
186 -}