Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cgminer: remove package
@ 2022-03-31  1:19 classabbyamp
  2022-03-31  2:59 ` [PR PATCH] [Updated] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: classabbyamp @ 2022-03-31  1:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 2822 bytes --]

From fe150794a0ee834077b42140a5a0ddeb4518b290 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH] cgminer: remove package

---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 3 files changed, 1 insertion(+), 43 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index df264c9d7501..a066455af754 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -33,6 +33,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
@ 2022-03-31  2:59 ` classabbyamp
  2022-03-31  3:07 ` classabbyamp
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-03-31  2:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 3070 bytes --]

From 98591758f095314af2762337fbd830d6e6293e38 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH] cgminer: remove package

---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  3 ++-
 3 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index df264c9d7501..2b1f5d90322a 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=67
+revision=68
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -33,6 +33,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
  2022-03-31  2:59 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-03-31  3:07 ` classabbyamp
  2022-03-31 19:36 ` cgminer and libbitcoin-*: remove packages Chocimier
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-03-31  3:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1405 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 23992 bytes --]

From 98591758f095314af2762337fbd830d6e6293e38 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH 1/2] cgminer: remove package

---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  3 ++-
 3 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index df264c9d7501..2b1f5d90322a 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=67
+revision=68
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -33,6 +33,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

From b7b132aa704e2566068f7718e393ec1b5f1491a0 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 23:06:45 -0400
Subject: [PATCH 2/2] libbitcoin-*: remove package

(except libbitcoin-secp256k1)

all are unused by other packages
---
 srcpkgs/libbitcoin-blockchain-devel    |  1 -
 srcpkgs/libbitcoin-blockchain/template | 38 ----------------------
 srcpkgs/libbitcoin-client-devel        |  1 -
 srcpkgs/libbitcoin-client/template     | 37 ---------------------
 srcpkgs/libbitcoin-consensus-devel     |  1 -
 srcpkgs/libbitcoin-consensus/template  | 35 --------------------
 srcpkgs/libbitcoin-database-devel      |  1 -
 srcpkgs/libbitcoin-database/template   | 37 ---------------------
 srcpkgs/libbitcoin-explorer-devel      |  1 -
 srcpkgs/libbitcoin-explorer/template   | 45 --------------------------
 srcpkgs/libbitcoin-network-devel       |  1 -
 srcpkgs/libbitcoin-network/template    | 36 ---------------------
 srcpkgs/libbitcoin-node-devel          |  1 -
 srcpkgs/libbitcoin-node/template       | 40 -----------------------
 srcpkgs/libbitcoin-protocol-devel      |  1 -
 srcpkgs/libbitcoin-protocol/template   | 37 ---------------------
 srcpkgs/libbitcoin-server-devel        |  1 -
 srcpkgs/libbitcoin-server/template     | 42 ------------------------
 srcpkgs/libbitcoin-system-devel        |  1 -
 srcpkgs/libbitcoin-system/template     | 37 ---------------------
 srcpkgs/removed-packages/template      | 20 ++++++++++++
 21 files changed, 20 insertions(+), 394 deletions(-)
 delete mode 120000 srcpkgs/libbitcoin-blockchain-devel
 delete mode 100644 srcpkgs/libbitcoin-blockchain/template
 delete mode 120000 srcpkgs/libbitcoin-client-devel
 delete mode 100644 srcpkgs/libbitcoin-client/template
 delete mode 120000 srcpkgs/libbitcoin-consensus-devel
 delete mode 100644 srcpkgs/libbitcoin-consensus/template
 delete mode 120000 srcpkgs/libbitcoin-database-devel
 delete mode 100644 srcpkgs/libbitcoin-database/template
 delete mode 120000 srcpkgs/libbitcoin-explorer-devel
 delete mode 100644 srcpkgs/libbitcoin-explorer/template
 delete mode 120000 srcpkgs/libbitcoin-network-devel
 delete mode 100644 srcpkgs/libbitcoin-network/template
 delete mode 120000 srcpkgs/libbitcoin-node-devel
 delete mode 100644 srcpkgs/libbitcoin-node/template
 delete mode 120000 srcpkgs/libbitcoin-protocol-devel
 delete mode 100644 srcpkgs/libbitcoin-protocol/template
 delete mode 120000 srcpkgs/libbitcoin-server-devel
 delete mode 100644 srcpkgs/libbitcoin-server/template
 delete mode 120000 srcpkgs/libbitcoin-system-devel
 delete mode 100644 srcpkgs/libbitcoin-system/template

diff --git a/srcpkgs/libbitcoin-blockchain-devel b/srcpkgs/libbitcoin-blockchain-devel
deleted file mode 120000
index faa9010195a3..000000000000
--- a/srcpkgs/libbitcoin-blockchain-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-blockchain
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
deleted file mode 100644
index cc3d53b8308a..000000000000
--- a/srcpkgs/libbitcoin-blockchain/template
+++ /dev/null
@@ -1,38 +0,0 @@
-# Template file for 'libbitcoin-blockchain'
-pkgname=libbitcoin-blockchain
-version=3.6.0
-revision=5
-archs="aarch64* ppc64* x86_64*"
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel icu-devel libbitcoin-consensus-devel
- libbitcoin-database-devel libbitcoin-secp256k1-devel libbitcoin-system-devel
- libpng-devel qrencode-devel"
-short_desc="Bitcoin Blockchain Library"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-blockchain"
-distfiles="https://github.com/libbitcoin/libbitcoin-blockchain/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=18c52ebda4148ab9e6dec62ee8c2d7826b60868f82710f21e40ff0131bc659e0
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-blockchain-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-client-devel b/srcpkgs/libbitcoin-client-devel
deleted file mode 120000
index b52c6b7d370a..000000000000
--- a/srcpkgs/libbitcoin-client-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-client
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
deleted file mode 100644
index 13293fda2481..000000000000
--- a/srcpkgs/libbitcoin-client/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'libbitcoin-client'
-pkgname=libbitcoin-client
-version=3.6.0
-revision=5
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel icu-devel libbitcoin-protocol-devel
- libbitcoin-secp256k1-devel libbitcoin-system-devel libpng-devel
- libsodium-devel qrencode-devel zeromq-devel"
-short_desc="Bitcoin Client Query Library"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-client"
-distfiles="https://github.com/libbitcoin/libbitcoin-client/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=75969ac0a358458491b101cae784de90452883b5684199d3e3df619707802420
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-client-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-consensus-devel b/srcpkgs/libbitcoin-consensus-devel
deleted file mode 120000
index 01eb2cda87c4..000000000000
--- a/srcpkgs/libbitcoin-consensus-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-consensus
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-consensus/template b/srcpkgs/libbitcoin-consensus/template
deleted file mode 100644
index f9054a45e1b8..000000000000
--- a/srcpkgs/libbitcoin-consensus/template
+++ /dev/null
@@ -1,35 +0,0 @@
-# Template file for 'libbitcoin-consensus'
-pkgname=libbitcoin-consensus
-version=3.6.0
-revision=1
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel libbitcoin-secp256k1-devel"
-short_desc="Bitcoin Consensus Library"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-consensus"
-distfiles="https://github.com/libbitcoin/libbitcoin-consensus/archive/v${version}.tar.gz"
-checksum=a4252f40910fcb61da14cf8028bf3824125bacb0fc251491c9bb4e2818065fca
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-consensus-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-database-devel b/srcpkgs/libbitcoin-database-devel
deleted file mode 120000
index 5ce218e1730a..000000000000
--- a/srcpkgs/libbitcoin-database-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-database
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
deleted file mode 100644
index d67dc084e2c3..000000000000
--- a/srcpkgs/libbitcoin-database/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'libbitcoin-database'
-pkgname=libbitcoin-database
-version=3.6.0
-revision=5
-archs="aarch64* ppc64* x86_64*"
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel
- libbitcoin-system-devel libpng-devel qrencode-devel"
-short_desc="Bitcoin High Performance Blockchain Database"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-database"
-distfiles="https://github.com/libbitcoin/libbitcoin-database/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=d65b35745091b93feed61c5665b5a07b404b578e2582640e93c1a01f6b746f5a
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-database-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-explorer-devel b/srcpkgs/libbitcoin-explorer-devel
deleted file mode 120000
index f064c373870a..000000000000
--- a/srcpkgs/libbitcoin-explorer-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-explorer
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
deleted file mode 100644
index 49d83bfb3606..000000000000
--- a/srcpkgs/libbitcoin-explorer/template
+++ /dev/null
@@ -1,45 +0,0 @@
-# Template file for 'libbitcoin-explorer'
-pkgname=libbitcoin-explorer
-version=3.6.0
-revision=5
-build_style=gnu-configure
-configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
- --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="bash-completion boost-devel icu-devel libbitcoin-client-devel
- libbitcoin-network-devel libbitcoin-protocol-devel libbitcoin-secp256k1-devel
- libbitcoin-system-devel libpng-devel libsodium-devel qrencode-devel
- zeromq-devel"
-short_desc="Bitcoin Command Line Tool"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-explorer"
-distfiles="https://github.com/libbitcoin/libbitcoin-explorer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=e1b3fa2723465f7366a6e8c55e14df53106e90b82cc977db638c78f9bc5c47db
-conf_files="/etc/libbitcoin/bx.cfg"
-
-if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
-	makedepends+=" libatomic-devel"
-	LDFLAGS="-latomic"
-fi
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-explorer-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-network-devel b/srcpkgs/libbitcoin-network-devel
deleted file mode 120000
index c46441142504..000000000000
--- a/srcpkgs/libbitcoin-network-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-network
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
deleted file mode 100644
index 7edbe02b1062..000000000000
--- a/srcpkgs/libbitcoin-network/template
+++ /dev/null
@@ -1,36 +0,0 @@
-# Template file for 'libbitcoin-network'
-pkgname=libbitcoin-network
-version=3.6.0
-revision=5
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel
- libbitcoin-system-devel libpng-devel qrencode-devel"
-short_desc="Bitcoin P2P Network Library"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-network"
-distfiles="https://github.com/libbitcoin/libbitcoin-network/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=68d36577d44f7319280c446a5327a072eb20749dfa859c0e1ac768304c9dd93a
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-network-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-node-devel b/srcpkgs/libbitcoin-node-devel
deleted file mode 120000
index 373283d34f1b..000000000000
--- a/srcpkgs/libbitcoin-node-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-node
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
deleted file mode 100644
index c5fcd0094abd..000000000000
--- a/srcpkgs/libbitcoin-node/template
+++ /dev/null
@@ -1,40 +0,0 @@
-# Template file for 'libbitcoin-node'
-pkgname=libbitcoin-node
-version=3.6.0
-revision=5
-archs="aarch64* ppc64* x86_64*"
-build_style=gnu-configure
-configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
- --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="bash-completion boost-devel icu-devel libbitcoin-blockchain-devel
- libbitcoin-consensus-devel libbitcoin-database-devel libbitcoin-network-devel
- libbitcoin-secp256k1-devel libbitcoin-system-devel libpng-devel qrencode-devel"
-short_desc="Bitcoin Full Node"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-node"
-distfiles="https://github.com/libbitcoin/libbitcoin-node/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=9556ee8aab91e893db1cf343883034571153b206ffbbce3e3133c97e6ee4693b
-conf_files="/etc/libbitcoin/bn.cfg"
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-node-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-protocol-devel b/srcpkgs/libbitcoin-protocol-devel
deleted file mode 120000
index 9b77587743d3..000000000000
--- a/srcpkgs/libbitcoin-protocol-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-protocol
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
deleted file mode 100644
index be5406d16baf..000000000000
--- a/srcpkgs/libbitcoin-protocol/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'libbitcoin-protocol'
-pkgname=libbitcoin-protocol
-version=3.6.0
-revision=5
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel
- libbitcoin-system-devel libpng-devel libsodium-devel qrencode-devel
- zeromq-devel"
-short_desc="Bitcoin Blockchain Query Protocol"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-protocol"
-distfiles="https://github.com/libbitcoin/libbitcoin-protocol/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=fc41c64f6d3ee78bcccb63fd0879775c62bba5326f38c90b4c6804e2b9e8686e
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-protocol-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-server-devel b/srcpkgs/libbitcoin-server-devel
deleted file mode 120000
index 1ac5e3a47201..000000000000
--- a/srcpkgs/libbitcoin-server-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-server
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
deleted file mode 100644
index 7c275248cdcd..000000000000
--- a/srcpkgs/libbitcoin-server/template
+++ /dev/null
@@ -1,42 +0,0 @@
-# Template file for 'libbitcoin-server'
-pkgname=libbitcoin-server
-version=3.6.0
-revision=5
-archs="aarch64* ppc64* x86_64*"
-build_style=gnu-configure
-configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
- --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="bash-completion boost-devel icu-devel libbitcoin-blockchain-devel
- libbitcoin-consensus-devel libbitcoin-database-devel libbitcoin-network-devel
- libbitcoin-node-devel libbitcoin-protocol-devel libbitcoin-secp256k1-devel
- libbitcoin-system-devel libpng-devel libsodium-devel qrencode-devel
- zeromq-devel"
-short_desc="Bitcoin Full Node and Query Server"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-server"
-distfiles="https://github.com/libbitcoin/libbitcoin-server/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=283fa7572fcde70a488c93e8298e57f7f9a8e8403e209ac232549b2c433674e1
-conf_files="/etc/libbitcoin/bs.cfg"
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-server-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/libbitcoin-system-devel b/srcpkgs/libbitcoin-system-devel
deleted file mode 120000
index 13797e5b5855..000000000000
--- a/srcpkgs/libbitcoin-system-devel
+++ /dev/null
@@ -1 +0,0 @@
-libbitcoin-system
\ No newline at end of file
diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
deleted file mode 100644
index 4c7f4c8d231d..000000000000
--- a/srcpkgs/libbitcoin-system/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'libbitcoin-system'
-pkgname=libbitcoin-system
-version=3.6.0
-revision=5
-build_style=gnu-configure
-configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
- --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png
- --with-qrencode --without-examples"
-hostmakedepends="autoconf automake libtool m4 pkg-config"
-makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel libpng-devel
- qrencode-devel"
-short_desc="Bitcoin Cross-Platform C++ Development Toolkit"
-maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
-license="AGPL-3.0-or-later"
-homepage="https://github.com/libbitcoin/libbitcoin-system"
-distfiles="https://github.com/libbitcoin/libbitcoin-system/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=5bcc4c31b53acbc9c0d151ace95d684909db4bf946f8d724f76c711934c6775c
-
-pre_configure() {
-	./autogen.sh
-}
-
-post_install() {
-	vlicense COPYING
-	vdoc README.md
-}
-
-libbitcoin-system-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-		vmove usr/lib/pkgconfig
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2b1f5d90322a..218bd62d72a8 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -206,6 +206,26 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libbitcoin-blockchain<=3.6.0_5
+ libbitcoin-blockchain-devel<=3.6.0_5
+ libbitcoin-client<=3.6.0_5
+ libbitcoin-client-devel<=3.6.0_5
+ libbitcoin-consensus<=3.6.0_1
+ libbitcoin-consensus-devel<=3.6.0_1
+ libbitcoin-database<=3.6.0_5
+ libbitcoin-database-devel<=3.6.0_5
+ libbitcoin-explorer<=3.6.0_5
+ libbitcoin-explorer-devel<=3.6.0_5
+ libbitcoin-network<=3.6.0_5
+ libbitcoin-network-devel<=3.6.0_5
+ libbitcoin-node<=3.6.0_5
+ libbitcoin-node-devel<=3.6.0_5
+ libbitcoin-protocol<=3.6.0_5
+ libbitcoin-protocol-devel<=3.6.0_5
+ libbitcoin-server<=3.6.0_5
+ libbitcoin-server-devel<=3.6.0_5
+ libbitcoin-system<=3.6.0_5
+ libbitcoin-system-devel<=3.6.0_5
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cgminer and libbitcoin-*: remove packages
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
  2022-03-31  2:59 ` [PR PATCH] [Updated] " classabbyamp
  2022-03-31  3:07 ` classabbyamp
@ 2022-03-31 19:36 ` Chocimier
  2022-04-01  1:11 ` atweiden
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2022-03-31 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36428#issuecomment-1085022075

Comment:
@atweiden

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cgminer and libbitcoin-*: remove packages
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (2 preceding siblings ...)
  2022-03-31 19:36 ` cgminer and libbitcoin-*: remove packages Chocimier
@ 2022-04-01  1:11 ` atweiden
  2022-04-01 17:32 ` classabbyamp
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: atweiden @ 2022-04-01  1:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36428#issuecomment-1085290889

Comment:
libbitcoin-explorer isn’t strictly a library, it also provides a `bx` executable, which has been written about [here](http://aaronjaramillo.org/category/libbitcoindocs).

libbitcoin-server too isn’t strictly a library: it provides a `bs` executable (and libbitcoin-node a `bn` executable).

What’s the rationale for removing these templates?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cgminer and libbitcoin-*: remove packages
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (3 preceding siblings ...)
  2022-04-01  1:11 ` atweiden
@ 2022-04-01 17:32 ` classabbyamp
  2022-04-01 17:33 ` [PR PATCH] [Updated] " classabbyamp
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-01 17:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36428#issuecomment-1086166563

Comment:
> What’s the rationale for removing these templates?

They seemed to be unused libraries. if they aren't (as you say), I'll remove them from this

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] cgminer and libbitcoin-*: remove packages
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (4 preceding siblings ...)
  2022-04-01 17:32 ` classabbyamp
@ 2022-04-01 17:33 ` classabbyamp
  2022-04-02 21:39 ` [PR PATCH] [Updated] cgminer: remove package classabbyamp
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-01 17:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1557 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer and libbitcoin-*: remove packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

cgminer:
- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

libbitcoin-*:
- unused libraries
- excludes libbitcoin-secp256k1, which is used by electrum

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 3070 bytes --]

From 98591758f095314af2762337fbd830d6e6293e38 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH] cgminer: remove package

---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  3 ++-
 3 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index df264c9d7501..2b1f5d90322a 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=67
+revision=68
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -33,6 +33,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (5 preceding siblings ...)
  2022-04-01 17:33 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-04-02 21:39 ` classabbyamp
  2022-04-19 15:28 ` classabbyamp
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-02 21:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

cgminer:
- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

~~libbitcoin-*:~~
- ~~unused libraries~~
- ~~excludes libbitcoin-secp256k1, which is used by electrum~~

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 3070 bytes --]

From dbeaa7761cca8524bb0a5fa3d5d63637919b760d Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH] cgminer: remove package

---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  3 ++-
 3 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index d5a5e66b8b1a..3b6baf8d8e8a 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=67
+revision=68
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -33,6 +33,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (6 preceding siblings ...)
  2022-04-02 21:39 ` [PR PATCH] [Updated] cgminer: remove package classabbyamp
@ 2022-04-19 15:28 ` classabbyamp
  2022-04-19 19:00 ` paper42
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-19 15:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

cgminer:
- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

~~libbitcoin-*:~~
- ~~unused libraries~~
- ~~excludes libbitcoin-secp256k1, which is used by electrum~~

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 2822 bytes --]

From e786019138c8d220d9d5c849acb55cee530987b6 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH] cgminer: remove package

---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 3 files changed, 1 insertion(+), 43 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 6859fe29da93..0923c53cfc05 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -35,6 +35,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (7 preceding siblings ...)
  2022-04-19 15:28 ` classabbyamp
@ 2022-04-19 19:00 ` paper42
  2022-04-19 19:02 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-04-19 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36428#issuecomment-1102985240

Comment:
>     * Upstream is archived and hasn't had a commit or release since 2018

Could you include this in the commit message body?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (8 preceding siblings ...)
  2022-04-19 19:00 ` paper42
@ 2022-04-19 19:02 ` classabbyamp
  2022-04-19 19:02 ` classabbyamp
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-19 19:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages rm-cgminer
https://github.com/void-linux/void-packages/pull/36428

cgminer: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

cgminer:
- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

~~libbitcoin-*:~~
- ~~unused libraries~~
- ~~excludes libbitcoin-secp256k1, which is used by electrum~~

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rm-cgminer-36428.patch --]
[-- Type: text/x-diff, Size: 2889 bytes --]

From 045a1d63a03d52f07fb1a8b995ca74798d414438 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Wed, 30 Mar 2022 21:10:51 -0400
Subject: [PATCH] cgminer: remove package

Upstream is archived and hasn't had a commit or release since 2018
---
 srcpkgs/cgminer/files/cgminer/run |  2 --
 srcpkgs/cgminer/template          | 41 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 3 files changed, 1 insertion(+), 43 deletions(-)
 delete mode 100644 srcpkgs/cgminer/files/cgminer/run
 delete mode 100644 srcpkgs/cgminer/template

diff --git a/srcpkgs/cgminer/files/cgminer/run b/srcpkgs/cgminer/files/cgminer/run
deleted file mode 100644
index b9f9b29ae3d6..000000000000
--- a/srcpkgs/cgminer/files/cgminer/run
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cgminer -T --config /etc/cgminer.conf --syslog
diff --git a/srcpkgs/cgminer/template b/srcpkgs/cgminer/template
deleted file mode 100644
index c8add74d08fb..000000000000
--- a/srcpkgs/cgminer/template
+++ /dev/null
@@ -1,41 +0,0 @@
-# Template file for 'cgminer'
-pkgname=cgminer
-version=4.11.1
-revision=1
-build_style=gnu-configure
-configure_args="
- --enable-avalon --enable-avalon2 --enable-bflsc --enable-bitfury \
- --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio \
- --enable-icarus --enable-klondike --with-system-libusb"
-hostmakedepends="pkg-config automake libtool yasm"
-makedepends="libcurl-devel libusb-devel jansson-devel eudev-libudev-devel ncurses-devel"
-conf_files="/etc/cgminer.conf"
-short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/ckolivas/cgminer"
-distfiles="http://ck.kolivas.org/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=a8f3e244343eda8c3410e6d27188ee941de25c54bd76412e5b4d17de9f30ac18
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	# We have latest jansson and libusb - just use them
-	sed	-e 's|^AC_CONFIG_SUBDIRS.*compat/jansson.*||' \
-		-e 's|JANSSON_LIBS=\".*\"|JANSSON_LIBS=-ljansson|' \
-		-e 's|compat/Makefile||' \
-		-i configure.ac
-
-	sed	-e 's|^JANSSON_CPPFLAGS= .*||' \
-		-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
-		-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-		-i Makefile.am
-
-	rm -r compat
-	autoreconf -fi
-}
-post_install() {
-	vsv cgminer
-	vconf example.conf cgminer.conf
-	sed -i 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 6859fe29da93..0923c53cfc05 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -35,6 +35,7 @@ replaces="
  california<=0.4.0_4
  capstone-python<=4.0.2_3
  captain-ballard<=1.0.0_2
+ cgminer<=4.11.1_1
  clamz<=0.5_4
  couchdb<=1.7.1_2
  cracklib-python<=2.9.7_1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (9 preceding siblings ...)
  2022-04-19 19:02 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-04-19 19:02 ` classabbyamp
  2022-04-19 19:03 ` classabbyamp
  2022-04-19 22:56 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-19 19:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36428#issuecomment-1102987372

Comment:
> Could you include this in the commit message body?
done

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (10 preceding siblings ...)
  2022-04-19 19:02 ` classabbyamp
@ 2022-04-19 19:03 ` classabbyamp
  2022-04-19 22:56 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-04-19 19:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36428#issuecomment-1102987372

Comment:
> Could you include this in the commit message body?

done

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Merged]: cgminer: remove package
  2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
                   ` (11 preceding siblings ...)
  2022-04-19 19:03 ` classabbyamp
@ 2022-04-19 22:56 ` paper42
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-04-19 22:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]

There's a merged pull request on the void-packages repository

cgminer: remove package
https://github.com/void-linux/void-packages/pull/36428

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

cgminer:
- Upstream is archived and hasn't had a commit or release since 2018
- Template last touched in 2020 (to update cflags), last updated in 2018
- Popcorn lists no usage (out of 75)

~~libbitcoin-*:~~
- ~~unused libraries~~
- ~~excludes libbitcoin-secp256k1, which is used by electrum~~

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-04-19 22:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31  1:19 [PR PATCH] cgminer: remove package classabbyamp
2022-03-31  2:59 ` [PR PATCH] [Updated] " classabbyamp
2022-03-31  3:07 ` classabbyamp
2022-03-31 19:36 ` cgminer and libbitcoin-*: remove packages Chocimier
2022-04-01  1:11 ` atweiden
2022-04-01 17:32 ` classabbyamp
2022-04-01 17:33 ` [PR PATCH] [Updated] " classabbyamp
2022-04-02 21:39 ` [PR PATCH] [Updated] cgminer: remove package classabbyamp
2022-04-19 15:28 ` classabbyamp
2022-04-19 19:00 ` paper42
2022-04-19 19:02 ` [PR PATCH] [Updated] " classabbyamp
2022-04-19 19:02 ` classabbyamp
2022-04-19 19:03 ` classabbyamp
2022-04-19 22:56 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).