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, 26 Jun 2019 20:00:38
Message-Id: 1561579228.a37f437f4aeb441f3283efa77b63ea4eb488a37d.candrews@gentoo
1 commit: a37f437f4aeb441f3283efa77b63ea4eb488a37d
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 26 19:58:42 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 26 20:00:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37f437f
7
8 net-p2p/cpuminer-opt: 3.9.5 version bump
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
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.5.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 c69b0fbefa9..0fca58ec98d 100644
19 --- a/net-p2p/cpuminer-opt/Manifest
20 +++ b/net-p2p/cpuminer-opt/Manifest
21 @@ -10,3 +10,4 @@ DIST cpuminer-opt-3.9.2.5.tar.gz 1781488 BLAKE2B cd79f8cc363918d6db62b1970086a57
22 DIST cpuminer-opt-3.9.2.tar.gz 1770769 BLAKE2B 75413f98b522e30647c9e312e1a23ee5dd3d761780dad7617b68b20d08e123ddd256f70f1494f565abe67997bb1c5fd1401ccd21e7f5492182c7ec2619bc8e00 SHA512 ce12c867706a3caed0104859a8f2366af85497b493f8c2a8c87a45f430abb45a29c415889c8f219450ac2f4e10bd4482f6dbe9dd125e1dde98c8a25e3fdad8c8
23 DIST cpuminer-opt-3.9.3.1.tar.gz 1781503 BLAKE2B 3f5df07d6d68343bb074367e3296e08c7e958edfcd3c2d63da83b98e8ce635a8b27d0c871061087908840b665a27556833de8d8106557f6794e9ad35d5a9d53e SHA512 d8f0c298c03e4f309f28a2b555f039212d66e6a9804fa2a1f7d0a8bd3d69969c48f1ac51570b10d5bf9bc695f7a9f91e884298d85d1b6a876d5d3a8974d3b890
24 DIST cpuminer-opt-3.9.4.tar.gz 1787750 BLAKE2B 74c3304f743c7650968f90606f7f12fa26b316634f29c5157cbe774ecbe155cc950d9ab44c227909aacbabba4af98379e22a971956a1b8560ce4c096822d6a88 SHA512 f2dc2dbdafb7c7028521aeec5212df87274b6a5f130c116e58fc575d4cd30dcaf10b4ff59f79e782bc6466db65758770c2f4717e446641e29a3eb9ccf4770011
25 +DIST cpuminer-opt-3.9.5.tar.gz 1787557 BLAKE2B e6d5623c2752a4dc6eae669e6daba2f3a0a8542863a3268e632b6d0e4ee2cf203614cebd8e41e33d71c58262bfc90d1df0c7eab0d72db28d8df6f40795bfd887 SHA512 7fc2d7afa9a85a6ec9a9a87eee18f68e61f4875b579bcca3e8d4fc4541a3085ae59b566d2851b978abdf27efeeaa310db430c3efce07bb422548d0bddfda1fa4
26
27 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.9.5.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.5.ebuild
28 new file mode 100644
29 index 00000000000..666d27ee1c0
30 --- /dev/null
31 +++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.5.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 +}