net-p2p: Remove all packages. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit d94a5b2f5211c37c2887207a8233a27919897a6b
DIR parent 153742309af6fbca8d8b6d482bb739a16cbf7565
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 27 Oct 2022 12:48:35 +0200
net-p2p: Remove all packages.
Diffstat:
D net-p2p/electrum-personal-server/e… | 36 -------------------------------
D net-p2p/electrum-personal-server/m… | 12 ------------
D net-p2p/libbitcoin-blockchain/libb… | 36 -------------------------------
D net-p2p/libbitcoin-blockchain/meta… | 15 ---------------
D net-p2p/libbitcoin-client/libbitco… | 35 -------------------------------
D net-p2p/libbitcoin-client/metadata… | 7 -------
D net-p2p/libbitcoin-consensus/libbi… | 33 -------------------------------
D net-p2p/libbitcoin-consensus/metad… | 7 -------
D net-p2p/libbitcoin-database/libbit… | 34 -------------------------------
D net-p2p/libbitcoin-database/metada… | 12 ------------
D net-p2p/libbitcoin-explorer/libbit… | 36 -------------------------------
D net-p2p/libbitcoin-explorer/metada… | 7 -------
D net-p2p/libbitcoin-network/libbitc… | 33 -------------------------------
D net-p2p/libbitcoin-network/metadat… | 7 -------
D net-p2p/libbitcoin-node/libbitcoin… | 35 -------------------------------
D net-p2p/libbitcoin-node/metadata.x… | 7 -------
D net-p2p/libbitcoin-protocol/libbit… | 36 -------------------------------
D net-p2p/libbitcoin-protocol/metada… | 12 ------------
D net-p2p/libbitcoin-server/libbitco… | 35 -------------------------------
D net-p2p/libbitcoin-server/metadata… | 7 -------
D net-p2p/libbitcoin-system/files/li… | 21 ---------------------
D net-p2p/libbitcoin-system/libbitco… | 47 -------------------------------
D net-p2p/libbitcoin-system/metadata… | 7 -------
23 files changed, 0 insertions(+), 517 deletions(-)
---
DIR diff --git a/net-p2p/electrum-personal-server/electrum-personal-server-9999.ebuild b/net-p2p/electrum-personal-server/electrum-personal-server-9999.ebuild
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Maximally lightweight electrum server for a single user"
-HOMEPAGE="https://github.com/chris-belcher/electrum-personal-server/"
-EGIT_REPO_URI="https://github.com/chris-belcher/electrum-personal-server"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="net-p2p/bitcoind[wallet]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -e "s@share/doc/electrum-personal-server@&-${PV}@" -i setup.py
- distutils-r1_src_prepare
-}
-
-src_install() {
- default
- distutils-r1_src_install
- newconfd "contrib/electrumpersonalserver.confd" "electrum-personal-server"
- newinitd "contrib/electrumpersonalserver.initd" "electrum-personal-server"
-}
-
-pkg_postinst() {
- einfo "Example configuration has been installed in /usr/share/doc/${P}"
- einfo "Copy it to /etc/electrum-personal-server.ini and configure it."
-}
DIR diff --git a/net-p2p/electrum-personal-server/metadata.xml b/net-p2p/electrum-personal-server/metadata.xml
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild b/net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin blockchain library"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test +consensus +tools"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-database-${PV}
- consensus? ( >=net-p2p/libbitcoin-consensus-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- $(use_with test tests) \
- $(use_with tools) \
- $(use_with consensus) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-blockchain/metadata.xml b/net-p2p/libbitcoin-blockchain/metadata.xml
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-<use>
- <flag name="consensus">
- Build with libbitcoin-consensus.
- </flag>
- <flag name="tools">
- Build console tools.
- </flag>
-</use>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-client/libbitcoin-client-9999.ebuild b/net-p2p/libbitcoin-client/libbitcoin-client-9999.ebuild
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin Client Query Library"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug +doc test"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-system-${PV}
- >=net-p2p/libbitcoin-protocol-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- $(use_with test tests) \
- $(use_with doc examples) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-client/metadata.xml b/net-p2p/libbitcoin-client/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-consensus/libbitcoin-consensus-9999.ebuild b/net-p2p/libbitcoin-consensus/libbitcoin-consensus-9999.ebuild
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin consensus library"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test"
-
-DEPEND="
- >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
- >=dev-libs/boost-1.72.0:=[threads(+)]
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- $(use_with test tests) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-consensus/metadata.xml b/net-p2p/libbitcoin-consensus/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-database/libbitcoin-database-9999.ebuild b/net-p2p/libbitcoin-database/libbitcoin-database-9999.ebuild
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin High Performance Blockchain Database"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test +tools"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-system-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- $(use_with test tests) \
- $(use_with tools) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-database/metadata.xml b/net-p2p/libbitcoin-database/metadata.xml
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-<use>
- <flag name="tools">
- Build console tools.
- </flag>
-</use>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-explorer/libbitcoin-explorer-9999.ebuild b/net-p2p/libbitcoin-explorer/libbitcoin-explorer-9999.ebuild
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="The Bitcoin Command Line Tool"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-client-${PV}
- >=net-p2p/libbitcoin-network-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- --with-console \
- $(use_with test tests) \
- $(use_with doc examples) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-explorer/metadata.xml b/net-p2p/libbitcoin-explorer/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-network/libbitcoin-network-9999.ebuild b/net-p2p/libbitcoin-network/libbitcoin-network-9999.ebuild
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin P2P Network Library"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-system-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- $(use_with test tests) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-network/metadata.xml b/net-p2p/libbitcoin-network/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-node/libbitcoin-node-9999.ebuild b/net-p2p/libbitcoin-node/libbitcoin-node-9999.ebuild
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin full node based on libbitcoin-blockchain"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-blockchain-${PV}
- >=net-p2p/libbitcoin-network-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- --with-console \
- $(use_with test tests) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-node/metadata.xml b/net-p2p/libbitcoin-node/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-protocol/libbitcoin-protocol-9999.ebuild b/net-p2p/libbitcoin-protocol/libbitcoin-protocol-9999.ebuild
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin Blockchain Query Protocol Library"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test +mbedtls"
-
-DEPEND="
- mbedtls? ( >=net-libs/mbedtls-2.12.0 )
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-libs/zeromq-4.3.2
- >=net-p2p/libbitcoin-system-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- $(use_with test tests) \
- $(use_with mbedtls) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-protocol/metadata.xml b/net-p2p/libbitcoin-protocol/metadata.xml
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-<use>
- <flag name="mbedtls">
- Build TLS web backend with mbedtls.
- </flag>
-</use>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-server/libbitcoin-server-9999.ebuild b/net-p2p/libbitcoin-server/libbitcoin-server-9999.ebuild
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="Bitcoin full node and query server"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug test"
-
-DEPEND="
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >=net-p2p/libbitcoin-node-${PV}
- >=net-p2p/libbitcoin-protocol-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
- default
-}
-
-src_configure() {
- econf \
- --with-console \
- $(use_with test tests) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-server/metadata.xml b/net-p2p/libbitcoin-server/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>
DIR diff --git a/net-p2p/libbitcoin-system/files/libsecp256k1-relax.patch b/net-p2p/libbitcoin-system/files/libsecp256k1-relax.patch
@@ -1,21 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index fc6bb1e6..58895317 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -292,11 +292,11 @@ AC_MSG_NOTICE([dl_LIBS : ${dl_LIBS}])
-
- # Require secp256k1 of at least version 0.1.0.19 and output ${secp256k1_CPPFLAGS/LIBS/PKG}.
- #------------------------------------------------------------------------------
--PKG_CHECK_MODULES([secp256k1], [libsecp256k1 >= 0.1.0.19],
-- [secp256k1_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libsecp256k1 >= 0.1.0.19" 2>/dev/null`"
-- secp256k1_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libsecp256k1 >= 0.1.0.19" 2>/dev/null`"],
-- [AC_MSG_ERROR([libsecp256k1 >= 0.1.0.19 is required but was not found.])])
--AC_SUBST([secp256k1_PKG], ['libsecp256k1 >= 0.1.0.19'])
-+PKG_CHECK_MODULES([secp256k1], [libsecp256k1 >= 0.1],
-+ [secp256k1_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libsecp256k1 >= 0.1" 2>/dev/null`"
-+ secp256k1_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libsecp256k1 >= 0.1" 2>/dev/null`"],
-+ [AC_MSG_ERROR([libsecp256k1 >= 0.1 is required but was not found.])])
-+AC_SUBST([secp256k1_PKG], ['libsecp256k1 >= 0.1'])
- AC_SUBST([secp256k1_CPPFLAGS], [${secp256k1_CFLAGS}])
- AS_IF([test x${secp256k1_INCLUDEDIR} != "x"],
- [AC_SUBST([secp256k1_ISYS_CPPFLAGS], ["-isystem${secp256k1_INCLUDEDIR} ${secp256k1_OTHER_CFLAGS}"])],
DIR diff --git a/net-p2p/libbitcoin-system/libbitcoin-system-9999.ebuild b/net-p2p/libbitcoin-system/libbitcoin-system-9999.ebuild
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools git-r3
-
-DESCRIPTION="The Bitcoin Development Library"
-HOMEPAGE="https://libbitcoin.info"
-EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs debug +icu test +doc +png"
-
-DEPEND="
- png? (
- >=media-libs/libpng-1.6.37:=
- >=media-gfx/qrencode-3.4.4:=
- )
- icu? (
- >=dev-libs/icu-51.2:=
- >=dev-libs/boost-1.72.0:=[threads(+),icu(+)]
- )
- >=dev-libs/boost-1.72.0:=[threads(+)]
- >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/libsecp256k1-relax.patch" )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with icu) \
- $(use_with test tests) \
- $(use_with doc examples) \
- $(use_with png) \
- $(use_with png qrencode) \
- $(use_enable static-libs static) \
- $(use_enable debug ndebug)
-}
DIR diff --git a/net-p2p/libbitcoin-system/metadata.xml b/net-p2p/libbitcoin-system/metadata.xml
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
-</pkgmetadata>