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: Thu, 08 Feb 2018 02:44:58
Message-Id: 1518057886.d3c9faff04127fbff673fc109091573d479aabf8.candrews@gentoo
1 commit: d3c9faff04127fbff673fc109091573d479aabf8
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 02:43:26 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 02:44:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c9faff
7
8 net-p2p/cpuminer-opt: cleanup old versions
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-p2p/cpuminer-opt/Manifest | 2 --
13 net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild | 47 -------------------------
14 net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild | 47 -------------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
18 index 217040e103d..c8fd48f4dfe 100644
19 --- a/net-p2p/cpuminer-opt/Manifest
20 +++ b/net-p2p/cpuminer-opt/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 7ac3144345aad4b7616a5293092452b4206c820ae4d316ca8a5ed6f0303a10fec0d231eeb5d5064fea032ace2110425cd6127f1735a14a9d551100438ad6baeb SHA512 9845e09ffd9f4c0c27a0ead1d12578b9f29cdb9377cca14b06f762e3885c5cfb401344406312737b18b656535079e59ed214b5035e2f67bba6e2cb2f644aa62b
23 -DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec SHA512 17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3
24 DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 685e5a7813f32e276a1cdd179c5d518c670e323b185270cce7368aa2f2c7b80a77076280d8604609d184e9e94776067050e65b722b20f1efdd5a4c3caba397c3 SHA512 0b7de89d37334c0c9867b65362c8664547a5b1f840446c071259cdd00848e9aab9ea3c160665a5d72efe9f50322f3c2e45f01035671b8eb4f341cb53abdd8452
25 DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0 SHA512 c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
26 DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc SHA512 800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556
27
28 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild
29 deleted file mode 100644
30 index 912415ee00c..00000000000
31 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit autotools flag-o-matic systemd
40 -
41 -DESCRIPTION="Optimized multi algo CPU miner"
42 -HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
43 -IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -REQUIRED_USE="cpu_flags_x86_sse2"
47 -DEPEND="
48 - dev-libs/gmp:0
49 - dev-libs/jansson
50 - curl? ( >=net-misc/curl-7.15[ssl] )
51 - !libressl? ( dev-libs/openssl:0= )
52 - libressl? ( dev-libs/libressl:0= )
53 -"
54 -RDEPEND="${DEPEND}"
55 -if [[ ${PV} == "9999" ]] ; then
56 - SRC_URI=""
57 - EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
58 - inherit git-r3
59 -else
60 - KEYWORDS="~amd64"
61 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62 -fi
63 -
64 -src_prepare() {
65 - default
66 - eautoreconf
67 -}
68 -
69 -src_configure() {
70 - append-ldflags -Wl,-z,noexecstack
71 - use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
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.7.9.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild
83 deleted file mode 100644
84 index 912415ee00c..00000000000
85 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild
86 +++ /dev/null
87 @@ -1,47 +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_avx2 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 - use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
126 - econf --with-crypto $(use_with curl)
127 -}
128 -
129 -src_install() {
130 - default
131 - systemd_dounit "${FILESDIR}"/${PN}.service
132 - insinto "/etc/${PN}"
133 - doins cpuminer-conf.json
134 -}