[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-04-11 Thread Craig Andrews
commit: 5741530e52844ae9e2267a2b237289b17401f84f
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Apr 11 13:48:44 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Apr 11 13:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5741530e

net-p2p/cpuminer-opt: 3.8.7.1 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 0bc8c03a681..4dea72b58d4 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,4 +2,5 @@ DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18
 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e
 SHA512 
27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384
 DIST cpuminer-opt-3.8.6.1.tar.gz 1701432 BLAKE2B 
daef8f5f4d5734e80fba1f21dbf3954ccb521dd102dc50427f934b6dbb66d74db85cc2f778da47723783fb2ccca81c6e318da414bc1aa968f4e9966faf88ccea
 SHA512 
a88a0f9b0eb62b5ab74e97616c9c90220847fef232987409ec1ac6d47e1b85f0de186cbccdb317db001dec2f67cd6ea7d5c738abc6bbb42fbadbca53492441db
 DIST cpuminer-opt-3.8.6.tar.gz 1701535 BLAKE2B 
ed51168879e6ca6ada67f13b7325b36c8e58dd3d6d71c55993e84ff9363864fd503f70849fd29366607e57b23f1493539e0e17d1043295266ed4505fbd032cb7
 SHA512 
57ab3ff3f0a298a4c24d0d8cf4f145627435bbdc4577952995a8babbd7838ae36e56a0d1e2b4c8900af6beecae95af29fef58b74b9afb5268307b67043ef93c4
+DIST cpuminer-opt-3.8.7.1.tar.gz 1707776 BLAKE2B 
134c25fab106db6fad601010f8f91a82e42bc03b94e633ffd3db3ef3d4eb05f2561e1249c06f3505a03abbb95976ebfcbcbad225166bc2208a123df15859036a
 SHA512 
74cd569718cf8402cb25a4be4e9d94a897a697e02c7c9f6422313c3a3026f3d12a8eea9669b3a253fdfb471311bf49f8209f35efacb84fd3151e4ac8acda2ed7
 DIST cpuminer-opt-3.8.7.tar.gz 1707993 BLAKE2B 
c1a3156c02a3adf80b75fd6766c3bb7d20755813f90b2669ff6d462990ef2b80a97218b0a30fb559c8c2b3902bdc194e01f463351778f6fbd2a8a08c44da3e81
 SHA512 
c2aee02586712591d609748e5dbf90d5e28050fa4611915e216a6fef79fdb7ea2e0c31b844457fd505f2cc6892268dbcaebe3ed6b00f2efe9734c8d19ba8096a

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-04-10 Thread Craig Andrews
commit: 0d5a38c923b345d05a1a7ed317d0dcea0278dd1e
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Apr 10 20:24:50 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Apr 10 20:26:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5a38c9

net-p2p/cpuminer-opt: 3.8.7 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index d224a7fd10a..0bc8c03a681 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,3 +2,4 @@ DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18
 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e
 SHA512 
27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384
 DIST cpuminer-opt-3.8.6.1.tar.gz 1701432 BLAKE2B 
daef8f5f4d5734e80fba1f21dbf3954ccb521dd102dc50427f934b6dbb66d74db85cc2f778da47723783fb2ccca81c6e318da414bc1aa968f4e9966faf88ccea
 SHA512 
a88a0f9b0eb62b5ab74e97616c9c90220847fef232987409ec1ac6d47e1b85f0de186cbccdb317db001dec2f67cd6ea7d5c738abc6bbb42fbadbca53492441db
 DIST cpuminer-opt-3.8.6.tar.gz 1701535 BLAKE2B 
ed51168879e6ca6ada67f13b7325b36c8e58dd3d6d71c55993e84ff9363864fd503f70849fd29366607e57b23f1493539e0e17d1043295266ed4505fbd032cb7
 SHA512 
57ab3ff3f0a298a4c24d0d8cf4f145627435bbdc4577952995a8babbd7838ae36e56a0d1e2b4c8900af6beecae95af29fef58b74b9afb5268307b67043ef93c4
+DIST cpuminer-opt-3.8.7.tar.gz 1707993 BLAKE2B 
c1a3156c02a3adf80b75fd6766c3bb7d20755813f90b2669ff6d462990ef2b80a97218b0a30fb559c8c2b3902bdc194e01f463351778f6fbd2a8a08c44da3e81
 SHA512 
c2aee02586712591d609748e5dbf90d5e28050fa4611915e216a6fef79fdb7ea2e0c31b844457fd505f2cc6892268dbcaebe3ed6b00f2efe9734c8d19ba8096a

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-04-06 Thread Craig Andrews
commit: 9d688cc5bf4b532b997cc9d973ceafe47c3d7a74
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Apr  6 16:58:07 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Apr  6 16:59:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d688cc5

net-p2p/cpuminer-opt: 3.8.6.1 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index fb07a16d22a..d224a7fd10a 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921
 SHA512 
38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e
 SHA512 
27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384
+DIST cpuminer-opt-3.8.6.1.tar.gz 1701432 BLAKE2B 
daef8f5f4d5734e80fba1f21dbf3954ccb521dd102dc50427f934b6dbb66d74db85cc2f778da47723783fb2ccca81c6e318da414bc1aa968f4e9966faf88ccea
 SHA512 
a88a0f9b0eb62b5ab74e97616c9c90220847fef232987409ec1ac6d47e1b85f0de186cbccdb317db001dec2f67cd6ea7d5c738abc6bbb42fbadbca53492441db
 DIST cpuminer-opt-3.8.6.tar.gz 1701535 BLAKE2B 
ed51168879e6ca6ada67f13b7325b36c8e58dd3d6d71c55993e84ff9363864fd503f70849fd29366607e57b23f1493539e0e17d1043295266ed4505fbd032cb7
 SHA512 
57ab3ff3f0a298a4c24d0d8cf4f145627435bbdc4577952995a8babbd7838ae36e56a0d1e2b4c8900af6beecae95af29fef58b74b9afb5268307b67043ef93c4

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-03-31 Thread Craig Andrews
commit: 3e6628649d9d393d25ed95e39b5d8b374cd06f36
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Mar 31 18:07:08 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Mar 31 18:09:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e662864

net-p2p/cpuminer-opt: 3.8.6 version bump

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 0cc7f697900..fb07a16d22a 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921
 SHA512 
38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e
 SHA512 
27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384
+DIST cpuminer-opt-3.8.6.tar.gz 1701535 BLAKE2B 
ed51168879e6ca6ada67f13b7325b36c8e58dd3d6d71c55993e84ff9363864fd503f70849fd29366607e57b23f1493539e0e17d1043295266ed4505fbd032cb7
 SHA512 
57ab3ff3f0a298a4c24d0d8cf4f145627435bbdc4577952995a8babbd7838ae36e56a0d1e2b4c8900af6beecae95af29fef58b74b9afb5268307b67043ef93c4

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-03-28 Thread Craig Andrews
commit: db0b14491fa74cb43d9e94d6ca16a865a9407e86
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Mar 28 13:48:05 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Mar 28 13:50:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0b1449

net-p2p/cpuminer-opt: drop old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  3 --
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild | 46 
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild | 46 
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild   | 46 
 4 files changed, 141 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index be49e96602a..0cc7f697900 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,5 +1,2 @@
-DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
-DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a
 DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921
 SHA512 
38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
-DIST cpuminer-opt-3.8.4.tar.gz 1679290 BLAKE2B 
94df217115f543ce95126553fa0d295e0ed2b13e766c114926ad449370a825cae5b95f5b5c34461f28a100fc102ae5227e2e9686db7500c5d3d4c7e2a3fb1804
 SHA512 
60bb0bb91a53362c64d7992e1c7e34b09be60d57c4cb150d904985562b5331368ce0d130d6699a292d63af826634f3cad938c84e6684b58d4aa9b31c7489de05
 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e
 SHA512 
27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild
deleted file mode 100644
index a1f4a660f6b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   econf --with-crypto $(use_with curl)
-}
-
-src_install() {
-   default
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto "/etc/${PN}"
-   doins cpuminer-conf.json
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild
deleted file mode 100644
index a1f4a660f6b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-03-28 Thread Craig Andrews
commit: ab55ed471df20fdd4356dead4f5c2da94ea6b5af
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Mar 28 13:47:35 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Mar 28 13:50:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab55ed47

net-p2p/cpuminer-opt: 3.8.5 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.5.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 52ad6f31c04..be49e96602a 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,3 +2,4 @@ DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1
 DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a
 DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921
 SHA512 
38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
 DIST cpuminer-opt-3.8.4.tar.gz 1679290 BLAKE2B 
94df217115f543ce95126553fa0d295e0ed2b13e766c114926ad449370a825cae5b95f5b5c34461f28a100fc102ae5227e2e9686db7500c5d3d4c7e2a3fb1804
 SHA512 
60bb0bb91a53362c64d7992e1c7e34b09be60d57c4cb150d904985562b5331368ce0d130d6699a292d63af826634f3cad938c84e6684b58d4aa9b31c7489de05
+DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B 
b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e
 SHA512 
27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.5.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.5.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-03-22 Thread Craig Andrews
commit: 39e25c19e49374015b5611e90f7459382e5a6cd5
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Mar 22 20:05:34 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Mar 22 20:07:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e25c19

net-p2p/cpuminer-opt: 3.8.4.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index e4d49fba588..52ad6f31c04 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
 DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a
+DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 
86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921
 SHA512 
38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021
 DIST cpuminer-opt-3.8.4.tar.gz 1679290 BLAKE2B 
94df217115f543ce95126553fa0d295e0ed2b13e766c114926ad449370a825cae5b95f5b5c34461f28a100fc102ae5227e2e9686db7500c5d3d4c7e2a3fb1804
 SHA512 
60bb0bb91a53362c64d7992e1c7e34b09be60d57c4cb150d904985562b5331368ce0d130d6699a292d63af826634f3cad938c84e6684b58d4aa9b31c7489de05

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-03-19 Thread Craig Andrews
commit: b165532680d67341960a07a6f25f015f008c43a1
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 19 13:15:26 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 19 13:16:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1655326

net-p2p/cpuminer-opt: 3.8.4 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 2e12fb2621f..e4d49fba588 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
 DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a
+DIST cpuminer-opt-3.8.4.tar.gz 1679290 BLAKE2B 
94df217115f543ce95126553fa0d295e0ed2b13e766c114926ad449370a825cae5b95f5b5c34461f28a100fc102ae5227e2e9686db7500c5d3d4c7e2a3fb1804
 SHA512 
60bb0bb91a53362c64d7992e1c7e34b09be60d57c4cb150d904985562b5331368ce0d130d6699a292d63af826634f3cad938c84e6684b58d4aa9b31c7489de05

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-25 Thread Craig Andrews
commit: 4743d4fce672818c62427048af9850a0874619ce
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb 26 04:01:48 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb 26 04:01:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4743d4fc

net-p2p/cpuminer-opt: Cleanup old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  5 ---
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild | 46 
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild   | 46 
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.1.ebuild | 46 
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.ebuild   | 46 
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.2.1.ebuild | 46 
 6 files changed, 235 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 1ba103b47ee..2e12fb2621f 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,7 +1,2 @@
-DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 
685e5a7813f32e276a1cdd179c5d518c670e323b185270cce7368aa2f2c7b80a77076280d8604609d184e9e94776067050e65b722b20f1efdd5a4c3caba397c3
 SHA512 
0b7de89d37334c0c9867b65362c8664547a5b1f840446c071259cdd00848e9aab9ea3c160665a5d72efe9f50322f3c2e45f01035671b8eb4f341cb53abdd8452
-DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
-DIST cpuminer-opt-3.8.1.1.tar.gz 1657624 BLAKE2B 
d408d3da10ea6c0d91d0aa7097e52fb233f9a3c8f921c638899d18f99c1b1522c2d627d6869af6e650929da251f2bf6df87882ffb7169ac5a5633608d9399565
 SHA512 
f41e175492514c96d088c7f11aec88796b63d91aa8496794facdb24090685b4c76439bff39b5c074a5527494dfa8d1be6611b0040f5fca6436a80ea933f4
-DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556
-DIST cpuminer-opt-3.8.2.1.tar.gz 1668854 BLAKE2B 
d05238c27bb2fdc806937fde0db8fad81ad07a8f3a19414cf338a5262f112a2b6378657b7c901c41a8461f3ce62662da2758941eecb04f7efad809ffeb9403a3
 SHA512 
2ff1ac4923c90ebd59a1336cf0114be67571c8eb3d526467546c22a2a291778d77ef842fc814cdf88c589643faaad87dada95cc718680ffba91a19e7f53f1178
 DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
 DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild
deleted file mode 100644
index a1f4a660f6b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   econf --with-crypto $(use_with curl)
-}
-
-src_install() {
-   default
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto "/etc/${PN}"
-   doins cpuminer-conf.json
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
deleted file mode 100644
index a1f4a660f6b..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-25 Thread Craig Andrews
commit: 08fb0366a92a1037b0ec67aa6eab5b2befc98550
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb 26 04:00:53 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb 26 04:00:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fb0366

net-p2p/cpuminer-opt: 3.8.3.3 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 51482a022be..1ba103b47ee 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -4,3 +4,4 @@ DIST cpuminer-opt-3.8.1.1.tar.gz 1657624 BLAKE2B 
d408d3da10ea6c0d91d0aa7097e52fb
 DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556
 DIST cpuminer-opt-3.8.2.1.tar.gz 1668854 BLAKE2B 
d05238c27bb2fdc806937fde0db8fad81ad07a8f3a19414cf338a5262f112a2b6378657b7c901c41a8461f3ce62662da2758941eecb04f7efad809ffeb9403a3
 SHA512 
2ff1ac4923c90ebd59a1336cf0114be67571c8eb3d526467546c22a2a291778d77ef842fc814cdf88c589643faaad87dada95cc718680ffba91a19e7f53f1178
 DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c
+DIST cpuminer-opt-3.8.3.3.tar.gz 1676500 BLAKE2B 
7b3415f812c685b6054d4cb7236b681466fa6440c707e461c0fe03e4091906770bbe0851c4cb49d0fe1b99e11a8510f4462c2d8f05373aaa873a12fa7326a247
 SHA512 
6706930e2a317d54a349a6a5b71cbf4a3a7fb7ff1759376f35884aa21ef947635817c0f17fe82c53685bc652423245fdc25decf9ee23016bf86da47caacc161a

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-24 Thread Craig Andrews
commit: 4c1a66830d941bebb25edcce199b9b9709f33d40
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Feb 25 01:36:14 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Feb 25 01:37:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1a6683

net-p2p/cpuminer-opt: 3.8.3.2 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index d46d875a589..51482a022be 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -3,3 +3,4 @@ DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd472
 DIST cpuminer-opt-3.8.1.1.tar.gz 1657624 BLAKE2B 
d408d3da10ea6c0d91d0aa7097e52fb233f9a3c8f921c638899d18f99c1b1522c2d627d6869af6e650929da251f2bf6df87882ffb7169ac5a5633608d9399565
 SHA512 
f41e175492514c96d088c7f11aec88796b63d91aa8496794facdb24090685b4c76439bff39b5c074a5527494dfa8d1be6611b0040f5fca6436a80ea933f4
 DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556
 DIST cpuminer-opt-3.8.2.1.tar.gz 1668854 BLAKE2B 
d05238c27bb2fdc806937fde0db8fad81ad07a8f3a19414cf338a5262f112a2b6378657b7c901c41a8461f3ce62662da2758941eecb04f7efad809ffeb9403a3
 SHA512 
2ff1ac4923c90ebd59a1336cf0114be67571c8eb3d526467546c22a2a291778d77ef842fc814cdf88c589643faaad87dada95cc718680ffba91a19e7f53f1178
+DIST cpuminer-opt-3.8.3.2.tar.gz 1675230 BLAKE2B 
a0176c1152c695c1fde4f06911407b1aaf88fec8d275c64d2f117606ec82b26deda862a95ff1d866fcd7eece908be9ee1c5bb27d354e80665ab172d3d394dafc
 SHA512 
610ce2bf8702882985d45d2db1cfa0655dcece47116908c2cd59489df1aa2a1f0b03c89af1a2cfa1ab0425e340b8e0b70c4f33b1399c414d90cabfc4f37bed3c

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.3.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-17 Thread Craig Andrews
commit: beb7be03f94b48c5d841ca89d33f714344b084f1
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Feb 18 03:35:03 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Feb 18 04:20:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb7be03

net-p2p/cpuminer-opt: 3.8.2.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.2.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 5cc816d5d27..d46d875a589 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,3 +2,4 @@ DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 
685e5a7813f32e276a1cdd179c5d518
 DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
 DIST cpuminer-opt-3.8.1.1.tar.gz 1657624 BLAKE2B 
d408d3da10ea6c0d91d0aa7097e52fb233f9a3c8f921c638899d18f99c1b1522c2d627d6869af6e650929da251f2bf6df87882ffb7169ac5a5633608d9399565
 SHA512 
f41e175492514c96d088c7f11aec88796b63d91aa8496794facdb24090685b4c76439bff39b5c074a5527494dfa8d1be6611b0040f5fca6436a80ea933f4
 DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556
+DIST cpuminer-opt-3.8.2.1.tar.gz 1668854 BLAKE2B 
d05238c27bb2fdc806937fde0db8fad81ad07a8f3a19414cf338a5262f112a2b6378657b7c901c41a8461f3ce62662da2758941eecb04f7efad809ffeb9403a3
 SHA512 
2ff1ac4923c90ebd59a1336cf0114be67571c8eb3d526467546c22a2a291778d77ef842fc814cdf88c589643faaad87dada95cc718680ffba91a19e7f53f1178

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.2.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.2.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.2.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-12 Thread Craig Andrews
commit: 3919505924c6cf572796f4fb58fd0f00c53c37db
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb 12 15:49:26 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb 12 15:51:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39195059

net-p2p/cpuminer-opt: 3.8.1.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index c8fd48f4dfe..5cc816d5d27 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 
685e5a7813f32e276a1cdd179c5d518c670e323b185270cce7368aa2f2c7b80a77076280d8604609d184e9e94776067050e65b722b20f1efdd5a4c3caba397c3
 SHA512 
0b7de89d37334c0c9867b65362c8664547a5b1f840446c071259cdd00848e9aab9ea3c160665a5d72efe9f50322f3c2e45f01035671b8eb4f341cb53abdd8452
 DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
+DIST cpuminer-opt-3.8.1.1.tar.gz 1657624 BLAKE2B 
d408d3da10ea6c0d91d0aa7097e52fb233f9a3c8f921c638899d18f99c1b1522c2d627d6869af6e650929da251f2bf6df87882ffb7169ac5a5633608d9399565
 SHA512 
f41e175492514c96d088c7f11aec88796b63d91aa8496794facdb24090685b4c76439bff39b5c074a5527494dfa8d1be6611b0040f5fca6436a80ea933f4
 DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-07 Thread Craig Andrews
commit: 8b562a8466429b92ff06f0a5cbcf9eff15cbc1ca
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Feb  8 02:42:06 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Feb  8 02:44:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b562a84

net-p2p/cpuminer-opt: 3.8.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index c8bb0f3c553..217040e103d 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -2,3 +2,4 @@ DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 
7ac3144345aad4b7616a5293092452b4
 DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3
 DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 
685e5a7813f32e276a1cdd179c5d518c670e323b185270cce7368aa2f2c7b80a77076280d8604609d184e9e94776067050e65b722b20f1efdd5a4c3caba397c3
 SHA512 
0b7de89d37334c0c9867b65362c8664547a5b1f840446c071259cdd00848e9aab9ea3c160665a5d72efe9f50322f3c2e45f01035671b8eb4f341cb53abdd8452
 DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
+DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-07 Thread Craig Andrews
commit: d3c9faff04127fbff673fc109091573d479aabf8
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Feb  8 02:43:26 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Feb  8 02:44:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c9faff

net-p2p/cpuminer-opt: cleanup old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest   |  2 --
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild | 47 -
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild  | 47 -
 3 files changed, 96 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 217040e103d..c8fd48f4dfe 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,5 +1,3 @@
-DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 
7ac3144345aad4b7616a5293092452b4206c820ae4d316ca8a5ed6f0303a10fec0d231eeb5d5064fea032ace2110425cd6127f1735a14a9d551100438ad6baeb
 SHA512 
9845e09ffd9f4c0c27a0ead1d12578b9f29cdb9377cca14b06f762e3885c5cfb401344406312737b18b656535079e59ed214b5035e2f67bba6e2cb2f644aa62b
-DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3
 DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 
685e5a7813f32e276a1cdd179c5d518c670e323b185270cce7368aa2f2c7b80a77076280d8604609d184e9e94776067050e65b722b20f1efdd5a4c3caba397c3
 SHA512 
0b7de89d37334c0c9867b65362c8664547a5b1f840446c071259cdd00848e9aab9ea3c160665a5d72efe9f50322f3c2e45f01035671b8eb4f341cb53abdd8452
 DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9
 DIST cpuminer-opt-3.8.1.tar.gz 1654969 BLAKE2B 
b8805e748b71d3c7049d5c97dd74a51da55f88c697963c938a372ff5ff0ac72fcabce81b86f373fdca2dcef7393bba3f53c049bc30dfbd02691ff5e9630cf5bc
 SHA512 
800edbecf5edb0902adc54480a4984602c19087d55675212832ce24df109b7d66544d9db78112a04c3c374521737e2680013d354b6ff8195a17abeb213e2a556

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild
deleted file mode 100644
index 912415ee00c..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
-   econf --with-crypto $(use_with curl)
-}
-
-src_install() {
-   default
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto "/etc/${PN}"
-   doins cpuminer-conf.json
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild
deleted file mode 100644
index 912415ee00c..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-02-06 Thread Craig Andrews
commit: d1e32f4d62d0b72a2e68e8fdbc55f2c6099f3aa8
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Feb  6 14:27:31 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Feb  6 14:29:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e32f4d

net-p2p/cpuminer-opt: 3.8.0.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest|  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index f52f7217974..c8bb0f3c553 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 
7ac3144345aad4b7616a5293092452b4206c820ae4d316ca8a5ed6f0303a10fec0d231eeb5d5064fea032ace2110425cd6127f1735a14a9d551100438ad6baeb
 SHA512 
9845e09ffd9f4c0c27a0ead1d12578b9f29cdb9377cca14b06f762e3885c5cfb401344406312737b18b656535079e59ed214b5035e2f67bba6e2cb2f644aa62b
 DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3
+DIST cpuminer-opt-3.8.0.1.tar.gz 1656058 BLAKE2B 
685e5a7813f32e276a1cdd179c5d518c670e323b185270cce7368aa2f2c7b80a77076280d8604609d184e9e94776067050e65b722b20f1efdd5a4c3caba397c3
 SHA512 
0b7de89d37334c0c9867b65362c8664547a5b1f840446c071259cdd00848e9aab9ea3c160665a5d72efe9f50322f3c2e45f01035671b8eb4f341cb53abdd8452
 DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild
new file mode 100644
index 000..a1f4a660f6b
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-01-29 Thread Craig Andrews
commit: 1f224179ffb9bedd82846f659d0a8ec11eeb5694
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jan 29 16:20:59 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jan 29 16:21:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f224179

net-p2p/cpuminer-opt: 3.8.0 version bump

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  | 1 +
 .../{cpuminer-opt-.ebuild => cpuminer-opt-3.8.0.ebuild}| 7 +++
 net-p2p/cpuminer-opt/cpuminer-opt-.ebuild  | 7 +++
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 06916ddcbdd..f52f7217974 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 
7ac3144345aad4b7616a5293092452b4206c820ae4d316ca8a5ed6f0303a10fec0d231eeb5d5064fea032ace2110425cd6127f1735a14a9d551100438ad6baeb
 SHA512 
9845e09ffd9f4c0c27a0ead1d12578b9f29cdb9377cca14b06f762e3885c5cfb401344406312737b18b656535079e59ed214b5035e2f67bba6e2cb2f644aa62b
 DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3
+DIST cpuminer-opt-3.8.0.tar.gz 1656474 BLAKE2B 
145126762aeb245d042c1a208b60fd4727b450b77ab2585043b13b82b61b947dea0db2489de08e619dcd54b8eb1ec429f83f21ce1e49c34e140f585eccdd14f0
 SHA512 
c610d58236c5d84a850e68e172d3fdfede5b86aefa8ff09890ffc43d47efd4754aeb345f6b5fd48b6afcbc771541418f6fde1c9e621ad89c17d2dad4c16151f9

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
similarity index 85%
copy from net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
copy to net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
index 9d637b9169d..a1f4a660f6b 100644
--- a/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit autotools flag-o-matic systemd
 
 DESCRIPTION="Optimized multi algo CPU miner"
 HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+IUSE="cpu_flags_x86_sse2 curl libressl"
 LICENSE="GPL-2"
 SLOT="0"
 REQUIRED_USE="cpu_flags_x86_sse2"
@@ -25,7 +25,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz;
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 src_prepare() {
@@ -35,7 +35,6 @@ src_prepare() {
 
 src_configure() {
append-ldflags -Wl,-z,noexecstack
-   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
econf --with-crypto $(use_with curl)
 }
 

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
index 9d637b9169d..a1f4a660f6b 100644
--- a/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit autotools flag-o-matic systemd
 
 DESCRIPTION="Optimized multi algo CPU miner"
 HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+IUSE="cpu_flags_x86_sse2 curl libressl"
 LICENSE="GPL-2"
 SLOT="0"
 REQUIRED_USE="cpu_flags_x86_sse2"
@@ -25,7 +25,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz;
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 src_prepare() {
@@ -35,7 +35,6 @@ src_prepare() {
 
 src_configure() {
append-ldflags -Wl,-z,noexecstack
-   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
econf --with-crypto $(use_with curl)
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-01-17 Thread Craig Andrews
commit: 02b6f7e2300b8951f55a6947ddc3455d5e322e6a
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jan 17 14:15:31 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jan 17 14:15:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b6f7e2

net-p2p/cpuminer-opt: Drop old versions

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  |  2 --
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild | 47 --
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild | 47 --
 3 files changed, 96 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 47f469f6d9a..06916ddcbdd 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,4 +1,2 @@
 DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 
7ac3144345aad4b7616a5293092452b4206c820ae4d316ca8a5ed6f0303a10fec0d231eeb5d5064fea032ace2110425cd6127f1735a14a9d551100438ad6baeb
 SHA512 
9845e09ffd9f4c0c27a0ead1d12578b9f29cdb9377cca14b06f762e3885c5cfb401344406312737b18b656535079e59ed214b5035e2f67bba6e2cb2f644aa62b
-DIST cpuminer-opt-3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7
-DIST cpuminer-opt-3.7.8.tar.gz 1611178 BLAKE2B 
12082a378fa4656a38e634d692b182a7b5fa09aae24ba4d0226968e35680ed6175999e2daf789cdc7bda960ddd246a663ff54ff6b15435798a84268cfcff4fcc
 SHA512 
19dcfde77405eef78061c13600dfef9ee69f62443e64c4019bdc18f98658ac1c41517f2c12f383edfd94ebcc35a58fbd2fe34037e530705bd2d1465f0355a9ab
 DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
deleted file mode 100644
index 3ff3d3b7518..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
-   econf --with-crypto $(use_with curl)
-}
-
-src_install() {
-   default
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto "/etc/${PN}"
-   doins cpuminer-conf.json
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild
deleted file mode 100644
index 912415ee00c..000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="Optimized multi algo CPU miner"
-HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-   dev-libs/gmp:0
-   dev-libs/jansson
-   curl? ( >=net-misc/curl-7.15[ssl] )
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   append-ldflags -Wl,-z,noexecstack
-   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
-   econf --with-crypto $(use_with curl)
-}
-
-src_install() {
-   default
-   systemd_dounit 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-01-17 Thread Craig Andrews
commit: 6f064678ff678d2bd6ff87173071c5bb26d3836f
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jan 17 14:14:55 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jan 17 14:15:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f064678

net-p2p/cpuminer-opt: 3.7.10 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 18bbc514037..47f469f6d9a 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
+DIST cpuminer-opt-3.7.10.tar.gz 1629412 BLAKE2B 
7ac3144345aad4b7616a5293092452b4206c820ae4d316ca8a5ed6f0303a10fec0d231eeb5d5064fea032ace2110425cd6127f1735a14a9d551100438ad6baeb
 SHA512 
9845e09ffd9f4c0c27a0ead1d12578b9f29cdb9377cca14b06f762e3885c5cfb401344406312737b18b656535079e59ed214b5035e2f67bba6e2cb2f644aa62b
 DIST cpuminer-opt-3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7
 DIST cpuminer-opt-3.7.8.tar.gz 1611178 BLAKE2B 
12082a378fa4656a38e634d692b182a7b5fa09aae24ba4d0226968e35680ed6175999e2daf789cdc7bda960ddd246a663ff54ff6b15435798a84268cfcff4fcc
 SHA512 
19dcfde77405eef78061c13600dfef9ee69f62443e64c4019bdc18f98658ac1c41517f2c12f383edfd94ebcc35a58fbd2fe34037e530705bd2d1465f0355a9ab
 DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild
new file mode 100644
index 000..912415ee00c
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.10.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-01-09 Thread Craig Andrews
commit: a4f17e42067217bbd66a3184e15a3bd8197f3129
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan  9 14:22:05 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan  9 14:22:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f17e42

net-p2p/cpuminer-opt: 3.7.9 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index cfd65256dd0..18bbc514037 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7
 DIST cpuminer-opt-3.7.8.tar.gz 1611178 BLAKE2B 
12082a378fa4656a38e634d692b182a7b5fa09aae24ba4d0226968e35680ed6175999e2daf789cdc7bda960ddd246a663ff54ff6b15435798a84268cfcff4fcc
 SHA512 
19dcfde77405eef78061c13600dfef9ee69f62443e64c4019bdc18f98658ac1c41517f2c12f383edfd94ebcc35a58fbd2fe34037e530705bd2d1465f0355a9ab
+DIST cpuminer-opt-3.7.9.tar.gz 1623402 BLAKE2B 
f9e225989bf1f2dd249de1ed43e7e1532c8e825f6fb25e54020a0f4382ab156a9fd7463e82510a90c5c6f71b8a9749c94cc4acc01d05b6f189766099a5772fec
 SHA512 
17457900cad97b57d92160aba8d22256a39660dc29afbcd5be35b3e9c9045f81cd43332c7890cbde44427345eff61a6a1346ce31620e281160b5acaf729863d3

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild
new file mode 100644
index 000..912415ee00c
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2018-01-02 Thread Craig Andrews
commit: 62ee6c63068cff1d6526c4fbd3d61d3fb0520a13
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan  2 15:59:19 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan  2 15:59:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee6c63

net-p2p/cpuminer-opt: 3.7.8 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 670da61d7a2..cfd65256dd0 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1 +1,2 @@
 DIST cpuminer-opt-3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7
+DIST cpuminer-opt-3.7.8.tar.gz 1611178 BLAKE2B 
12082a378fa4656a38e634d692b182a7b5fa09aae24ba4d0226968e35680ed6175999e2daf789cdc7bda960ddd246a663ff54ff6b15435798a84268cfcff4fcc
 SHA512 
19dcfde77405eef78061c13600dfef9ee69f62443e64c4019bdc18f98658ac1c41517f2c12f383edfd94ebcc35a58fbd2fe34037e530705bd2d1465f0355a9ab

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild
new file mode 100644
index 000..912415ee00c
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2017-12-25 Thread David Seifert
commit: 808d3a4be36ef8d968744203143c134f59161aa1
Author: David Seifert  gentoo  org>
AuthorDate: Mon Dec 25 16:13:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 25 16:14:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808d3a4b

net-p2p/cpuminer-opt: [QA] Fix pkgcore BadFilename

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest  | 2 +-
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index e771fe08ec5..670da61d7a2 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1 +1 @@
-DIST v3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7
+DIST cpuminer-opt-3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
index 9d637b9169d..3ff3d3b7518 100644
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
@@ -25,7 +25,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64"
-   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz;
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/, net-p2p/cpuminer-opt/files/

2017-12-24 Thread Craig Andrews
commit: 1901177f85ac9c93a17db6047947be1e3bdf4207
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Dec 23 20:01:11 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec 25 01:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1901177f

net-p2p/cpuminer-opt: Optimized multi algo CPU miner

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild  | 47 +
 net-p2p/cpuminer-opt/cpuminer-opt-.ebuild   | 47 +
 net-p2p/cpuminer-opt/files/cpuminer-opt.service | 27 ++
 net-p2p/cpuminer-opt/metadata.xml   | 11 ++
 5 files changed, 133 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
new file mode 100644
index 000..e771fe08ec5
--- /dev/null
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -0,0 +1 @@
+DIST v3.7.7.tar.gz 1602520 BLAKE2B 
059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222
 SHA512 
85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
new file mode 100644
index 000..9d637b9169d
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz;
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
new file mode 100644
index 000..9d637b9169d
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   curl? ( >=net-misc/curl-7.15[ssl] )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz;
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
+   econf --with-crypto $(use_with curl)
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}

diff --git a/net-p2p/cpuminer-opt/files/cpuminer-opt.service 
b/net-p2p/cpuminer-opt/files/cpuminer-opt.service
new file mode 100644
index 000..90ee849c5ba
--- /dev/null
+++ b/net-p2p/cpuminer-opt/files/cpuminer-opt.service
@@ -0,0 +1,27 @@
+[Unit]
+Description=CPU mining daemon for cryptocurrencies
+After=network-online.target
+AssertFileNotEmpty=/etc/cpuminer-opt/cpuminer-conf.json
+
+[Service]
+ExecStart=/usr/bin/cpuminer --syslog 
--config=/etc/cpuminer-opt/cpuminer-conf.json
+DynamicUser=true
+CPUSchedulingPolicy=idle
+PrivateTmp=true
+ProtectHome=true
+ProtectSystem=strict
+NoNewPrivileges=true
+PrivateDevices=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+ProtectControlGroups=true

<    1   2