commit:     3d81ed4dad8b91a301c87c8fa56bfcccefb681d6
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 17:17:57 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:18:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d81ed4d

net-p2p/cpuminer-opt: drop 3.22.3

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-p2p/cpuminer-opt/Manifest                   |  1 -
 net-p2p/cpuminer-opt/cpuminer-opt-3.22.3.ebuild | 49 -------------------------
 2 files changed, 50 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 11374d455bf5..08384e8652a5 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1 @@
-DIST cpuminer-opt-3.22.3.tar.gz 1784148 BLAKE2B 
1a2fa789bcbb29c43df540d729a76f3f0d68fa2577302df3081eb2e951aad84b51f4defefa825ae8c32480a77c28a803dd1b9fc3ab4ff3141b4e479aeb107075
 SHA512 
230d3b3528266675bc6b1d304e36940306c389f4678ba6b092fd12d4ac3d98dfc10c334a9565319f4e39212f0a5d2f73220271ce093582f48eaa444098591de3
 DIST cpuminer-opt-3.23.1.tar.gz 1838750 BLAKE2B 
9088f4413c4e15db185da5ee6ee210ece79a9d802d0c07045a3a402994ae5d596c9aa88dc7a7f2f99f731d7f126a62e8182ba0b41c8d120602413c95c7faba23
 SHA512 
c30f20a40e3c3151ce513e91f3a893cadc00b108f36d8c23d528d844a0eb0f1968d8558f4a060748306d85e0960dc633efedd010349ad0c98bc62c449214850d

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.22.3.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.22.3.ebuild
deleted file mode 100644
index dd862b295bd0..000000000000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.22.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-LICENSE="GPL-2"
-SLOT="0"
-REQUIRED_USE="cpu_flags_x86_sse2"
-DEPEND="
-       dev-libs/gmp:=
-       dev-libs/jansson:=
-       >=net-misc/curl-7.15[ssl]
-       dev-libs/openssl: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 --with-curl
-}
-
-src_install() {
-       default
-       systemd_dounit "${FILESDIR}"/${PN}.service
-       insinto "/etc/${PN}"
-       doins cpuminer-conf.json
-}
-
-src_test() {
-       ./cpuminer --cputest || die
-}

Reply via email to