commit:     66acb87cfa97cf98564a2bb0cc2967f72abc90a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 10:53:30 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 11:35:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66acb87c

net-p2p/ppcoin-qt: Remove last-rited pkg, #598366

 net-p2p/ppcoin-qt/Manifest               |   1 -
 net-p2p/ppcoin-qt/metadata.xml           |  11 ---
 net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild | 137 -------------------------------
 profiles/package.mask                    |   2 -
 4 files changed, 151 deletions(-)

diff --git a/net-p2p/ppcoin-qt/Manifest b/net-p2p/ppcoin-qt/Manifest
deleted file mode 100644
index a98a901aaaf..00000000000
--- a/net-p2p/ppcoin-qt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ppcoin-0.4.0.tar.gz 12652477 SHA256 
561076e8d4e82085d577eb717b9f8b52571556fea2b8181fa8eb6039218d3f06 SHA512 
755890e32048f8cdfb9f93706eff952ae2876be394c0a76cf93a79562a28fe03c74c829c97b9234fbc27c03e4b706373f55723564ca7b91a4ff908ca072299c4
 WHIRLPOOL 
eaacd820045fe2a343c45698674096a15228605418cffe61fc9e31eaf330dbb29635d6dbae534a90677fe035a598c7b061c0c3fa05c747514c24cfc24addeef4

diff --git a/net-p2p/ppcoin-qt/metadata.xml b/net-p2p/ppcoin-qt/metadata.xml
deleted file mode 100644
index b7e388cbf0c..00000000000
--- a/net-p2p/ppcoin-qt/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <use>
-               <flag name="qrcode">Enable generation of QR Codes for receiving 
payments</flag>
-       </use>
-       <upstream>
-               <remote-id type="sourceforge">ppcoin</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild 
b/net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild
deleted file mode 100644
index ba95894c32c..00000000000
--- a/net-p2p/ppcoin-qt/ppcoin-qt-0.4.0.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DB_VER="4.8"
-
-LANGS="ca_ES cs da de en es_CL es et eu_ES fa_IR fa fi fr_CA fr_FR he hr hu it 
lt nb nl pl pt_BR ro_RO ru sk sr sv tr uk zh_CN zh_TW"
-
-inherit db-use eutils fdo-mime gnome2-utils kde4-functions qt4-r2
-
-MyPV="${PV/_/-}"
-MyPN="ppcoin"
-MyP="${MyPN}-${MyPV}"
-
-DESCRIPTION="Cryptocurrency forked from Bitcoin which aims to be energy 
efficiency"
-HOMEPAGE="http://peercoin.net/";
-SRC_URI="mirror://sourceforge/${MyPN}/${MyP}-linux.tar.gz -> ${MyP}.tar.gz"
-
-LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus ipv6 kde +qrcode upnp"
-
-RDEPEND="
-       dev-libs/boost[threads(+)]
-       dev-libs/openssl:0[-bindist]
-       qrcode? (
-               media-gfx/qrencode
-       )
-       upnp? (
-               net-libs/miniupnpc
-       )
-       sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
-       dev-qt/qtgui:4
-       dbus? (
-               dev-qt/qtdbus:4
-       )
-"
-DEPEND="${RDEPEND}
-       >=app-shells/bash-4.1
-"
-
-DOCS="../README README.md"
-
-S="${WORKDIR}/${MyP}-linux/src"
-
-src_prepare() {
-       cd src || die
-
-       local filt= yeslang= nolang=
-
-       for lan in $LANGS; do
-               if [ ! -e qt/locale/bitcoin_$lan.ts ]; then
-                       ewarn "Language '$lan' no longer supported. Ebuild 
needs update."
-               fi
-       done
-
-       for ts in $(ls qt/locale/*.ts)
-       do
-               x="${ts/*bitcoin_/}"
-               x="${x/.ts/}"
-               if ! use "linguas_$x"; then
-                       nolang="$nolang $x"
-                       rm "$ts"
-                       filt="$filt\\|$x"
-               else
-                       yeslang="$yeslang $x"
-               fi
-       done
-
-       filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)"
-       sed "/${filt}/d" -i 'qt/bitcoin.qrc'
-       einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang"
-}
-
-src_configure() {
-       OPTS=()
-
-       use dbus && OPTS+=("USE_DBUS=1")
-       if use upnp; then
-               OPTS+=("USE_UPNP=1")
-       else
-               OPTS+=("USE_UPNP=-")
-       fi
-
-       use qrcode && OPTS+=("USE_QRCODE=1")
-       use ipv6 || OPTS+=("USE_IPV6=-")
-
-       OPTS+=("USE_SYSTEM_LEVELDB=1")
-       OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")")
-       OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}")
-
-       if has_version '>=dev-libs/boost-1.52'; then
-               OPTS+=("LIBS+=-lboost_chrono\$\$BOOST_LIB_SUFFIX")
-       fi
-
-       #The ppcoin codebase is mostly taken from bitcoin-qt
-       eqmake4 bitcoin-qt.pro "${OPTS[@]}"
-}
-
-#Tests are broken
-#src_test() {
-#      cd src || die
-#      emake -f makefile.unix "${OPTS[@]}" test_ppcoin
-#      ./test_ppcoin || die 'Tests failed'
-#}
-
-src_install() {
-       qt4-r2_src_install
-
-       dobin ${PN}
-
-       insinto /usr/share/pixmaps
-       newins "src/qt/res/icons/ppcoin.ico" "${PN}.ico"
-
-       make_desktop_entry "${PN} %u" "PPcoin-Qt" 
"/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" 
"MimeType=x-scheme-handler/ppcoin;\nTerminal=false"
-
-       if use kde; then
-               insinto /usr/share/kde4/services
-               newins contrib/debian/bitcoin-qt.protocol ${PN}.protocol
-       fi
-}
-
-update_caches() {
-       gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
-       buildsycoca
-}
-
-pkg_postinst() {
-       update_caches
-}
-
-pkg_postrm() {
-       update_caches
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index bd37509f861..feee3ac3e42 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -404,10 +404,8 @@ net-irc/atheme-services
 # Removal in 30 days. Bugs:
 # app-backup/boxbackup - #595412
 # dev-lang/falcon - #595416
-# net-p2p/ppcoin-qt - #598366
 app-backup/boxbackup
 dev-lang/falcon
-net-p2p/ppcoin-qt
 
 # Hans de Graaff <gra...@gentoo.org> (05 Jun 2017)
 # Bundles obsolete and vulnerable webkit version.

Reply via email to