commit:     db0b14491fa74cb43d9e94d6ca16a865a9407e86
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 13:48:05 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 13:50:09 2018 +0000
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..00000000000
--- 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} == "9999" ]] ; 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..00000000000
--- 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} == "9999" ]] ; 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.4.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.ebuild
deleted file mode 100644
index a1f4a660f6b..00000000000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.4.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} == "9999" ]] ; 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
-}

Reply via email to