commit 26fb54257b96925cd3196aff6ed21bb543adcb73
parent 179e61407efeb928e567d3f540c3e4516f158737
Author: parazyd <parazyd@dyne.org>
Date: Fri, 15 Jan 2021 13:11:17 +0100
net-misc/feather-wow: Remove from overlay.
Diffstat:
2 files changed, 0 insertions(+), 90 deletions(-)
diff --git a/net-misc/feather-wow/feather-wow-9999.ebuild b/net-misc/feather-wow/feather-wow-9999.ebuild
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="A free, open-source Wownero wallet"
-HOMEPAGE="https://featherwallet.org"
-SRC_URI=""
-EGIT_REPO_URI="https://git.wownero.com/feather/feather-wow.git"
-
-# Feather is released under the terms of the BSD license, but it vendors
-# code from Wownero and Tor too.
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="libressl xmrig"
-
-DEPEND="
- dev-libs/boost:=[nls,threads]
- dev-libs/libgcrypt:=
- dev-libs/libsodium:=
- dev-libs/monero-seed
- >=dev-qt/qtcore-5.15
- >=dev-qt/qtgui-5.15
- >=dev-qt/qtnetwork-5.15
- >=dev-qt/qtsvg-5.15
- >=dev-qt/qtwebsockets-5.15
- >=dev-qt/qtwidgets-5.15
- >=dev-qt/qtxml-5.15
- media-gfx/qrencode:=
- net-dns/unbound:=[threads]
- net-libs/czmq:=
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
-"
-RDEPEND="
- ${DEPEND}
- net-vpn/tor
-"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- -DARCH=x86_64
- -DBUILD_64=ON
- -DBUILD_SHARED_LIBS=Off # Vendored Monero libs collision
- -DBUILD_TAG="linux-x64"
- -DBUILD_TESTS=OFF
- -DBUILD_TOR=OFF
- -DDONATE_BEG=OFF
- -DINSTALL_VENDORED_LIBUNBOUND=OFF
- -DMANUAL_SUBMODULES=1
- -DSTATIC=OFF
- -DUSE_DEVICE_TREZOR=OFF
- -DXMRTO=OFF
- -DXMRig=$(usex xmrig)
- )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_build feather-wow
-}
-
-src_install() {
- dobin "${BUILD_DIR}/bin/feather-wow"
-}
-
-pkg_postinst() {
- einfo "Ensure that Tor is running with 'rc-service tor start' before"
- einfo "using Feather."
-}
diff --git a/net-misc/feather-wow/metadata.xml b/net-misc/feather-wow/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-needed -->
- <longdescription lang="en">
- Feather is a free, open-source Wownero client Linux with ports for
- Mac OS and Windows written in C++ with the Qt framework. It is
- created and maintained by dsc and tobtoht.
- </longdescription>
- <use>
- <flag name="xmrig">
- Enable mining support using a user specified xmrig binary.
- </flag>
- </use>
-</pkgmetadata>