diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-12-18 11:34:16 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-12-18 11:34:16 +0000 |
commit | 4ae405d903e1501f3bdd7b9fb8058e90d6457560 (patch) | |
tree | 3eace312af41f929eb00660b6de26224163c0495 | |
parent | net-p2p/dogecoin: remove bindist USE flag for openssl (diff) | |
download | portage-4ae405d903e1501f3bdd7b9fb8058e90d6457560.tar.xz |
net-p2p/pesetacoin: drop
-rw-r--r-- | net-p2p/pesetacoin/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/pesetacoin/metadata.xml | 12 | ||||
-rw-r--r-- | net-p2p/pesetacoin/pesetacoin-0.9.1.ebuild | 66 | ||||
-rw-r--r-- | profiles/use.local.desc | 2 |
4 files changed, 0 insertions, 81 deletions
diff --git a/net-p2p/pesetacoin/Manifest b/net-p2p/pesetacoin/Manifest deleted file mode 100644 index ccc28dae..00000000 --- a/net-p2p/pesetacoin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pesetacoin-0.9.1.tar.gz 5109736 BLAKE2B 4be95de3c34054f7a0f3cb1337258f7b51186a030e681d62ce4988686b84e23ea0bbe51bdd69bd543a172b8f987cc25bbef85ff0646f3bf3b5606b2471cee75e SHA512 894e1f872c92f3abe30b1c5288e55b1e7b5c2a2bc814d326e61b18f7a7cef97171cfd7aa38f88a337f36dcf366523c4d9c9c3910ffb53380879c013225c7be5e diff --git a/net-p2p/pesetacoin/metadata.xml b/net-p2p/pesetacoin/metadata.xml deleted file mode 100644 index 97709f02..00000000 --- a/net-p2p/pesetacoin/metadata.xml +++ /dev/null @@ -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>bertrand@jacquin.bzh</email> - <name>Bertrand Jacquin</name> - </maintainer> - <use> - <flag name="qrcode">Enable generation of QR Codes for receiving payments</flag> - <flag name="wallet">Enable wallet support</flag> - </use> -</pkgmetadata> diff --git a/net-p2p/pesetacoin/pesetacoin-0.9.1.ebuild b/net-p2p/pesetacoin/pesetacoin-0.9.1.ebuild deleted file mode 100644 index 0dff3037..00000000 --- a/net-p2p/pesetacoin/pesetacoin-0.9.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -DB_VER="5.1" - -inherit db-use flag-o-matic autotools - -MY_PN="Pesetacoin-${PV}-Oficial" - -DESCRIPTION="Pesetacoin is a crypto-currency focused in the Spanish Country" -HOMEPAGE="http://pesetacoin.info" -SRC_URI="https://github.com/FundacionPesetacoin/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="dbus +qrcode +qt5 +upnp +wallet" - -RDEPEND=" - dev-libs/openssl:0[-bindist] - >=dev-libs/boost-1.20.0[threads(+)] - qrcode? ( media-gfx/qrencode ) - qt5? ( - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtprintsupport:5 - dbus? ( dev-qt/qtdbus:5 ) - ) - upnp? ( net-libs/miniupnpc:0 ) - wallet? ( sys-libs/db:$(db_ver_to_slot ${DB_VER})[cxx] ) - dev-libs/protobuf:0" -DEPEND="${RDEPEND} - qt5? ( dev-qt/linguist-tools:5 )" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_prepare() { - default - - append-cppflags "-I$(db_includedir ${DB_VER})" - append-cxxflags "-fPIC" - eautoreconf -} - -src_configure () { - local my_econf=( - --with-cli - --with-daemon - --disable-hardening - $(use_enable wallet) - $(use_with upnp miniupnpc) - $(use_with dbus qtdbus) - $(use_with qrcode qrencode) - ) - - if use qt5 ; then - my_econf+=( --with-gui=qt5 ) - else - my_econf+=( --with-gui=no ) - fi - - econf \ - "${my_econf[@]}" -} diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 50e7655c..26af9f20 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -44,8 +44,6 @@ net-misc/icmptx:server - Enable server support net-p2p/dogecoin:qrcode - Enable generation of QR Codes for receiving payments net-p2p/dogecoin:utils - Build the utils net-p2p/dogecoin:wallet - Enable wallet support -net-p2p/pesetacoin:qrcode - Enable generation of QR Codes for receiving payments -net-p2p/pesetacoin:wallet - Enable wallet support sys-firmware/gnuk:tools - Install aditional tools sys-kernel/longterm-sources:llvm - Build with Clang/LLVM sys-kernel/stable-sources:llvm - Build with Clang/LLVM |