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: Mon, 29 Jan 2018 16:21:32
Message-Id: 1517242878.1f224179ffb9bedd82846f659d0a8ec11eeb5694.candrews@gentoo
1 commit: 1f224179ffb9bedd82846f659d0a8ec11eeb5694
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 16:20:59 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 16:21:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f224179
7
8 net-p2p/cpuminer-opt: 3.8.0 version bump
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-p2p/cpuminer-opt/Manifest | 1 +
13 .../{cpuminer-opt-9999.ebuild => cpuminer-opt-3.8.0.ebuild} | 7 +++----
14 net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild | 7 +++----
15 3 files changed, 7 insertions(+), 8 deletions(-)
16
17 diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
18 index 06916ddcbdd..f52f7217974 100644
19 --- a/net-p2p/cpuminer-opt/Manifest
20 +++ b/net-p2p/cpuminer-opt/Manifest
21 @@ -1,2 +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.tar.gz 1656474 BLAKE2B 145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0 SHA512 c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
25
26 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
27 similarity index 85%
28 copy from net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
29 copy to net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
30 index 9d637b9169d..a1f4a660f6b 100644
31 --- a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
32 +++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2018 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 @@ -7,7 +7,7 @@ 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 +IUSE="cpu_flags_x86_sse2 curl libressl"
45 LICENSE="GPL-2"
46 SLOT="0"
47 REQUIRED_USE="cpu_flags_x86_sse2"
48 @@ -25,7 +25,7 @@ if [[ ${PV} == "9999" ]] ; then
49 inherit git-r3
50 else
51 KEYWORDS="~amd64"
52 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz"
53 + SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54 fi
55
56 src_prepare() {
57 @@ -35,7 +35,6 @@ src_prepare() {
58
59 src_configure() {
60 append-ldflags -Wl,-z,noexecstack
61 - use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
62 econf --with-crypto $(use_with curl)
63 }
64
65
66 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
67 index 9d637b9169d..a1f4a660f6b 100644
68 --- a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
69 +++ b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 +# Copyright 1999-2018 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=6
76 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic systemd
77
78 DESCRIPTION="Optimized multi algo CPU miner"
79 HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
80 -IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
81 +IUSE="cpu_flags_x86_sse2 curl libressl"
82 LICENSE="GPL-2"
83 SLOT="0"
84 REQUIRED_USE="cpu_flags_x86_sse2"
85 @@ -25,7 +25,7 @@ if [[ ${PV} == "9999" ]] ; then
86 inherit git-r3
87 else
88 KEYWORDS="~amd64"
89 - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz"
90 + SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 fi
92
93 src_prepare() {
94 @@ -35,7 +35,6 @@ src_prepare() {
95
96 src_configure() {
97 append-ldflags -Wl,-z,noexecstack
98 - use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
99 econf --with-crypto $(use_with curl)
100 }