commit 179e61407efeb928e567d3f540c3e4516f158737
parent 30400175d7be413abf863842c3812eb37014cf29
Author: parazyd <parazyd@dyne.org>
Date: Fri, 15 Jan 2021 13:10:21 +0100
net-p2p/wownero: Remove
Diffstat:
4 files changed, 0 insertions(+), 152 deletions(-)
diff --git a/net-p2p/wownero/metadata.xml b/net-p2p/wownero/metadata.xml
@@ -1,11 +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">
- Wownero is the future of privacy-centric meme currency.
- </longdescription>
- <upstream>
- <remote-id type="github">wownero/wownero</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-p2p/wownero/wownero-0.9.0.0.ebuild b/net-p2p/wownero/wownero-0.9.0.0.ebuild
@@ -1,47 +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="Privacy-centric meme currency"
-HOMEPAGE="https://www.wownero.org https://git.wownero.com/wownero/wownero"
-SRC_URI=""
-EGIT_REPO_URI="https://git.wownero.com/wownero/wownero.git"
-EGIT_COMMIT="v${PV}"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl readline"
-
-DEPEND="
- dev-libs/boost:=[nls,threads]
- dev-libs/libsodium:=
- net-dns/unbound:=[threads]
- net-libs/czmq:=
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
- readline? ( sys-libs/readline:0= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- # Monero's liblmdb conflicts with the system liblmdb :(
- -DBUILD_SHARED_LIBS=OFF
- -DMANUAL_SUBMODULES=ON
- )
-
- cmake_src_configure
-}
-
-src_install() {
- dodoc utils/conf/wownerod.conf
-
- find "${BUILD_DIR}/bin/" -type f -executable -print0 |
- while IFS= read -r -d '' line; do
- dobin "$line"
- done
-}
diff --git a/net-p2p/wownero/wownero-0.9.0.2.ebuild b/net-p2p/wownero/wownero-0.9.0.2.ebuild
@@ -1,47 +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="Privacy-centric meme currency"
-HOMEPAGE="https://www.wownero.org https://git.wownero.com/wownero/wownero"
-SRC_URI=""
-EGIT_REPO_URI="https://git.wownero.com/wownero/wownero.git"
-EGIT_COMMIT="v${PV}"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl readline"
-
-DEPEND="
- dev-libs/boost:=[nls,threads]
- dev-libs/libsodium:=
- net-dns/unbound:=[threads]
- net-libs/czmq:=
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
- readline? ( sys-libs/readline:0= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- # Monero's liblmdb conflicts with the system liblmdb :(
- -DBUILD_SHARED_LIBS=OFF
- -DMANUAL_SUBMODULES=ON
- )
-
- cmake_src_configure
-}
-
-src_install() {
- dodoc utils/conf/wownerod.conf
-
- find "${BUILD_DIR}/bin/" -type f -executable -print0 |
- while IFS= read -r -d '' line; do
- dobin "$line"
- done
-}
diff --git a/net-p2p/wownero/wownero-0.9.1.0.ebuild b/net-p2p/wownero/wownero-0.9.1.0.ebuild
@@ -1,47 +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="Privacy-centric meme currency"
-HOMEPAGE="https://www.wownero.org https://git.wownero.com/wownero/wownero"
-SRC_URI=""
-EGIT_REPO_URI="https://git.wownero.com/wownero/wownero.git"
-EGIT_COMMIT="v${PV}"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl readline"
-
-DEPEND="
- dev-libs/boost:=[nls,threads]
- dev-libs/libsodium:=
- net-dns/unbound:=[threads]
- net-libs/czmq:=
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
- readline? ( sys-libs/readline:0= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- # Monero's liblmdb conflicts with the system liblmdb :(
- -DBUILD_SHARED_LIBS=OFF
- -DMANUAL_SUBMODULES=ON
- )
-
- cmake_src_configure
-}
-
-src_install() {
- dodoc utils/conf/wownerod.conf
-
- find "${BUILD_DIR}/bin/" -type f -executable -print0 |
- while IFS= read -r -d '' line; do
- dobin "$line"
- done
-}