commit:     4e4a0b09cd81ad7c355c7395f488670701c42f7b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 18:40:56 2025 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 18:42:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4a0b09

net-p2p/cpuminer-opt: drop 24.4, 24.5, 24.6, 24.8

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

 net-p2p/cpuminer-opt/Manifest                 |  4 ---
 net-p2p/cpuminer-opt/cpuminer-opt-24.4.ebuild | 48 ---------------------------
 net-p2p/cpuminer-opt/cpuminer-opt-24.5.ebuild | 48 ---------------------------
 net-p2p/cpuminer-opt/cpuminer-opt-24.6.ebuild | 48 ---------------------------
 net-p2p/cpuminer-opt/cpuminer-opt-24.8.ebuild | 48 ---------------------------
 5 files changed, 196 deletions(-)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index ef7541fb3ffb..7346bf946041 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,5 +1 @@
-DIST cpuminer-opt-24.4.tar.gz 1787907 BLAKE2B 
73f1da98f64ab7048f12d22f16ea2c94e2a0059a941d161d7c3e9721d13e7e018e0c98486f969270b1de580077ea8cd188f6b88e1f3a61b71c4f5626b43f7100
 SHA512 
e3648726ebd528d79c0d5f89fdf2affa1629fef0a28c7bccc6c3fdc76bac2c5ce8db9e36ccc0f1c6e3bf4f663cf15dd06d7130a6dbb205f3ab55ac675a6bac77
-DIST cpuminer-opt-24.5.tar.gz 1792866 BLAKE2B 
b9eba21088d967ecf85657f14873bb4b13214b4172071d22869d01d1b9f5acf9d7de56f20ed80ddce9c4cee1fbb59c65fab70893580e38978258b955a096eb80
 SHA512 
a29d9d479644511204534b680c0feaff6d232f24f70ceb77f5260f3aae35275a4823d0f75c6286013bbef5b30162e3807919e8c19a4c0ad932e1b091ce8c5428
-DIST cpuminer-opt-24.6.tar.gz 1794289 BLAKE2B 
1d6fef86ec38351a88a98b5f2d574521ce9997ce9a11ffc709110ad906026f5a487dce8980550b182c066cc3c960ecf31571e884b04d523c90a91714cd71b6e7
 SHA512 
2c33a48827c3fe34222bc13e58f1a9582a4f77563047a48d386aa75f5364031f1bcc8561a5f7f1aed95138291417506e6f142b90bbb12fcfb3552935afb34035
-DIST cpuminer-opt-24.8.tar.gz 1796451 BLAKE2B 
068eeab032c4539fa1d836f1f91467bc13f29a460263af1178fce74c150f9b4a6808368d6a30012eac8dfa83ce7f275327e7748bee175752563b738252c7bf7f
 SHA512 
59b841e11c8ac784392b006e8edf0f3d3627abd65fc48aee73397abec4ea7f2723e7a5637735e4b5c5a87f7c0bcfd5e9c2c311021b9e756ab80acdcd73106310
 DIST cpuminer-opt-25.2.tar.gz 1779832 BLAKE2B 
aaa3b34ce7258679e8aba80dfdd14d6d934b822377189c5be37472b929891d4af0447d8ec3c04bed9ed928e18cd7ad2c200c6a3106c1440d58f45f3c2b4a1f72
 SHA512 
dbffebf472bd0869f89ad299fb10a6c1b9d499383af933f1412eba63c7d80bcb5fac8f0bbe83204346838aba6d2b2064fa719600e79c1da3aaac02a0c44d90d1

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-24.4.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-24.4.ebuild
deleted file mode 100644
index 2683d4bdc544..000000000000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-24.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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]
-"
-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}"
-       newins config-template.json cpuminer-conf.json
-}
-
-src_test() {
-       ./cpuminer --cputest || die
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-24.5.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-24.5.ebuild
deleted file mode 100644
index 2683d4bdc544..000000000000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-24.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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]
-"
-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}"
-       newins config-template.json cpuminer-conf.json
-}
-
-src_test() {
-       ./cpuminer --cputest || die
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-24.6.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-24.6.ebuild
deleted file mode 100644
index 2683d4bdc544..000000000000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-24.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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]
-"
-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}"
-       newins config-template.json cpuminer-conf.json
-}
-
-src_test() {
-       ./cpuminer --cputest || die
-}

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-24.8.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-24.8.ebuild
deleted file mode 100644
index 2683d4bdc544..000000000000
--- a/net-p2p/cpuminer-opt/cpuminer-opt-24.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 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]
-"
-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}"
-       newins config-template.json cpuminer-conf.json
-}
-
-src_test() {
-       ./cpuminer --cputest || die
-}

Reply via email to