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: Sat, 08 Feb 2020 03:20:33
Message-Id: 1581132021.59914420285cd93311627176bdca8bda4c042f1a.candrews@gentoo
1 commit: 59914420285cd93311627176bdca8bda4c042f1a
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 03:20:01 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 03:20:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59914420
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 | 3 --
14 net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild | 50 -----------------------
15 net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild | 50 -----------------------
16 net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.ebuild | 50 -----------------------
17 4 files changed, 153 deletions(-)
18
19 diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
20 index 0ab37c674ec..788ca110057 100644
21 --- a/net-p2p/cpuminer-opt/Manifest
22 +++ b/net-p2p/cpuminer-opt/Manifest
23 @@ -1,4 +1 @@
24 -DIST cpuminer-opt-3.11.9.tar.gz 1871215 BLAKE2B 3cd19225d4e2b4ab26721069d83f6d568c48ca12fa94ced35024420429000099f8db0e8c69e46617738238d9ab969ef39e3ef555731c4618a7b7b6c88d438c58 SHA512 d1a8f18769970a05df8da454f1755fda593dc0dfb2484855fb447dca25484254cefdbd31e19917b13195519c0e5cbf91fbe644f2d27300ad2db6c1ae52d5125b
25 -DIST cpuminer-opt-3.12.0.1.tar.gz 1808697 BLAKE2B 467a24044bf96c87b58953c8ecd22fbe85a6cc4ce865bf24067265a7a34f0bbc9251829bb918db81397f248f1e546b41ff56b94904bfd435097745937364cec3 SHA512 03f5aafeed6a6f3af71b3abcb4353386572b90f3d79783c87f54847cd766b61544484767fe94955559e0cb09fbc6eaa28129cf8b7587401a2669bc3153b9ea46
26 -DIST cpuminer-opt-3.12.0.tar.gz 1808901 BLAKE2B 25002c7f8285fead4fcc8ea6276bad030498382a93148c55d7e9627929c6cf711c0599a0bf7b88911be841504efe0a9f79f152dad25f06b8cf43b61f0037f3fd SHA512 05b3420b6b935dc67aa35c14db6a7aad4f279fa3814c2a91ee1ecfe7584a5a0b49f18d0b42208f4a7c74159700271f0269d1cdabd808bf19dd6a2b9e530b2725
27 DIST cpuminer-opt-3.12.1.tar.gz 1809074 BLAKE2B 2c19cba4dc070286d7fe39b53b61177b64c3d873bbcefa359c62f4cdaa8b685fa40f2ef61a1fce9fba57902ba3399cd3b45816e932362f2633ce3ca174ad2b41 SHA512 98c84e8057a9c31cfa65daba32f43c7a7d9225878dcce07c740fac563225494c901f15bdf0450e50d857918dbc01861ddfd39ead9d44f8038fe866bfa3ef69e1
28
29 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild
30 deleted file mode 100644
31 index a5d436b3b8b..00000000000
32 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.11.9.ebuild
33 +++ /dev/null
34 @@ -1,50 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
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 - >=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 --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 -src_test() {
83 - ./cpuminer --cputest || die
84 -}
85
86 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild
87 deleted file mode 100644
88 index a5d436b3b8b..00000000000
89 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.1.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2020 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -
97 -inherit autotools flag-o-matic systemd
98 -
99 -DESCRIPTION="Optimized multi algo CPU miner"
100 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
101 -IUSE="cpu_flags_x86_sse2 curl libressl"
102 -LICENSE="GPL-2"
103 -SLOT="0"
104 -REQUIRED_USE="cpu_flags_x86_sse2"
105 -DEPEND="
106 - dev-libs/gmp:0
107 - dev-libs/jansson
108 - >=net-misc/curl-7.15[ssl]
109 - !libressl? ( dev-libs/openssl:0= )
110 - libressl? ( dev-libs/libressl:0= )
111 -"
112 -RDEPEND="${DEPEND}"
113 -if [[ ${PV} == "9999" ]] ; then
114 - SRC_URI=""
115 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
116 - inherit git-r3
117 -else
118 - KEYWORDS="~amd64"
119 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
120 -fi
121 -
122 -src_prepare() {
123 - default
124 - eautoreconf
125 -}
126 -
127 -src_configure() {
128 - append-ldflags -Wl,-z,noexecstack
129 - econf --with-crypto --with-curl
130 -}
131 -
132 -src_install() {
133 - default
134 - systemd_dounit "${FILESDIR}"/${PN}.service
135 - insinto "/etc/${PN}"
136 - doins cpuminer-conf.json
137 -}
138 -
139 -src_test() {
140 - ./cpuminer --cputest || die
141 -}
142
143 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.ebuild
144 deleted file mode 100644
145 index a5d436b3b8b..00000000000
146 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.12.0.ebuild
147 +++ /dev/null
148 @@ -1,50 +0,0 @@
149 -# Copyright 1999-2020 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=7
153 -
154 -inherit autotools flag-o-matic systemd
155 -
156 -DESCRIPTION="Optimized multi algo CPU miner"
157 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
158 -IUSE="cpu_flags_x86_sse2 curl libressl"
159 -LICENSE="GPL-2"
160 -SLOT="0"
161 -REQUIRED_USE="cpu_flags_x86_sse2"
162 -DEPEND="
163 - dev-libs/gmp:0
164 - dev-libs/jansson
165 - >=net-misc/curl-7.15[ssl]
166 - !libressl? ( dev-libs/openssl:0= )
167 - libressl? ( dev-libs/libressl:0= )
168 -"
169 -RDEPEND="${DEPEND}"
170 -if [[ ${PV} == "9999" ]] ; then
171 - SRC_URI=""
172 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
173 - inherit git-r3
174 -else
175 - KEYWORDS="~amd64"
176 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
177 -fi
178 -
179 -src_prepare() {
180 - default
181 - eautoreconf
182 -}
183 -
184 -src_configure() {
185 - append-ldflags -Wl,-z,noexecstack
186 - econf --with-crypto --with-curl
187 -}
188 -
189 -src_install() {
190 - default
191 - systemd_dounit "${FILESDIR}"/${PN}.service
192 - insinto "/etc/${PN}"
193 - doins cpuminer-conf.json
194 -}
195 -
196 -src_test() {
197 - ./cpuminer --cputest || die
198 -}