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: Fri, 31 May 2019 14:26:10
Message-Id: 1559312759.f57b9af94140d0934c25f10e9fe8426af10de184.candrews@gentoo
1 commit: f57b9af94140d0934c25f10e9fe8426af10de184
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 14:24:45 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 14:25:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57b9af9
7
8 net-p2p/cpuminer-opt: 3.9.1 version bump
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-p2p/cpuminer-opt/Manifest | 1 +
14 net-p2p/cpuminer-opt/cpuminer-opt-3.9.1.ebuild | 50 ++++++++++++++++++++++++++
15 2 files changed, 51 insertions(+)
16
17 diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
18 index 378cab54ef8..9b9f797315c 100644
19 --- a/net-p2p/cpuminer-opt/Manifest
20 +++ b/net-p2p/cpuminer-opt/Manifest
21 @@ -1,3 +1,4 @@
22 DIST cpuminer-opt-3.8.8.1.tar.gz 1709515 BLAKE2B cecf9f57093fd89cef459cdc0d591a5de4bb12126a931dd9bfee0fc9b08a7ec4b5bb087ad383f14492b3da3066bac695f0022e1dfc595c7e331c9517b4b44db6 SHA512 5dd254237231abb84312c31be97952d1e1f1cd6c4fa0efc409581afb1a28d9783816b9efdb07501d67b99b831bce0a290e5cc2b3ce6c915a3e76b00edd582560
23 DIST cpuminer-opt-3.9.0.1.tar.gz 1744675 BLAKE2B e1dff3bafd1c60bd67dbeca6acad4ee48a00bf0d77512686ac5b2bd9f375eee4a6e9b32c891f195bb98c4a48ac0f52a6da91bc51e28017dd811bf975d8c0550f SHA512 f807f9f7416983363116a07b12a191227907e26a658f6cd00f5556292785c27f6b56df9998a06bc1e44769bd549a5be75acd6986d446dd885b8b49763fde1731
24 DIST cpuminer-opt-3.9.0.tar.gz 1744113 BLAKE2B 0fef9ead2218284032d70df4d823f43896a72a06c91612b3a9981a89bb51c890d3fe54707af80d2ebe3ceb513ef98c3e7b036b9ec0a9767ff5b969bed2a26318 SHA512 beb3faf8f2b765f7f995274e247b59590c3cebf2f6d46ce39abac8ecec322cabfc4b2acc087686f9c701c2c32d96b5d1f95d34413ec70c727b58f67054fc2603
25 +DIST cpuminer-opt-3.9.1.tar.gz 1770345 BLAKE2B c2ef3111f1c1f034d2e4d4148031cf4fa099484e4bc54e8266323bdff26cbd90a390bb4bc0e77b095227bb3c0026a1b6d791bebb5345e74462650fe4be0e688d SHA512 ca83b2b325947591e77b8edd7f920043d3422259e9e60a7549066d1290c60b7b108dd91c4f8731e8ffb3932d2d430a0b0f02e6b384b03a939e32c6dd4329732b
26
27 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.9.1.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.1.ebuild
28 new file mode 100644
29 index 00000000000..666d27ee1c0
30 --- /dev/null
31 +++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.1.ebuild
32 @@ -0,0 +1,50 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit autotools flag-o-matic systemd
39 +
40 +DESCRIPTION="Optimized multi algo CPU miner"
41 +HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
42 +IUSE="cpu_flags_x86_sse2 curl libressl"
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +REQUIRED_USE="cpu_flags_x86_sse2"
46 +DEPEND="
47 + dev-libs/gmp:0
48 + dev-libs/jansson
49 + >=net-misc/curl-7.15[ssl]
50 + !libressl? ( dev-libs/openssl:0= )
51 + libressl? ( dev-libs/libressl:0= )
52 +"
53 +RDEPEND="${DEPEND}"
54 +if [[ ${PV} == "9999" ]] ; then
55 + SRC_URI=""
56 + EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git"
57 + inherit git-r3
58 +else
59 + KEYWORDS="~amd64"
60 + SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 +fi
62 +
63 +src_prepare() {
64 + default
65 + eautoreconf
66 +}
67 +
68 +src_configure() {
69 + append-ldflags -Wl,-z,noexecstack
70 + econf --with-crypto --with-curl
71 +}
72 +
73 +src_install() {
74 + default
75 + systemd_dounit "${FILESDIR}"/${PN}.service
76 + insinto "/etc/${PN}"
77 + doins cpuminer-conf.json
78 +}
79 +
80 +src_test() {
81 + ./cpuminer --cputest || die
82 +}