From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8194E138331 for ; Fri, 19 Jan 2018 18:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D4BE0921; Fri, 19 Jan 2018 18:40:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E809E0921 for ; Fri, 19 Jan 2018 18:40:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D152335C44 for ; Fri, 19 Jan 2018 18:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 306A61C3 for ; Fri, 19 Jan 2018 18:40:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1516387177.311ee07cb2d7fefd824cb99ba19a1c4ffb21934b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild net-p2p/bitcoin-qt/metadata.xml X-VCS-Directories: net-p2p/bitcoin-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 311ee07cb2d7fefd824cb99ba19a1c4ffb21934b X-VCS-Branch: master Date: Fri, 19 Jan 2018 18:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c0f0dee7-1f2a-42e9-9990-25b0b96dc05d X-Archives-Hash: 8bd06165459510aa239159f4472480f7 commit: 311ee07cb2d7fefd824cb99ba19a1c4ffb21934b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 18 23:55:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 19 18:39:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311ee07c net-p2p/bitcoin-qt: Drop live ebuild (outdated) Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild | 106 ------------------------------ net-p2p/bitcoin-qt/metadata.xml | 1 - 2 files changed, 107 deletions(-) diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild deleted file mode 100644 index c9deeca59a0..00000000000 --- a/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 2010-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -BITCOINCORE_IUSE="dbus kde +qrcode qt4 qt5 test upnp +wallet zeromq" -LANGS="af_ZA ar be_BY bg bg_BG bs ca ca@valencia ca_ES cs cs_CZ cy da de el el_GR en en_GB eo es es_CL es_DO es_ES es_MX es_UY es_VE et eu_ES fa fa_IR fi fr fr_CA fr_FR gl he hi_IN hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mk_MK mn ms_MY nb nl pam pl pt_BR pt_PT ro_RO ru ru_RU sk sl_SI sq sr sv th_TH tr tr_TR uk ur_PK uz@Cyrl vi vi_VN zh zh_CN zh_TW" -BITCOINCORE_NEED_LEVELDB=1 -BITCOINCORE_NEED_LIBSECP256K1=1 -inherit bitcoincore eutils fdo-mime gnome2-utils kde4-functions qt4-r2 git-2 - -DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency" -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - dev-libs/protobuf - qrcode? ( - media-gfx/qrencode - ) - qt4? ( dev-qt/qtcore:4[ssl] dev-qt/qtgui:4 ) - qt5? ( dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) - dbus? ( - qt4? ( dev-qt/qtdbus:4 ) - qt5? ( dev-qt/qtdbus:5 ) - ) -" -DEPEND="${RDEPEND} - qt5? ( dev-qt/linguist-tools:5 ) -" -REQUIRED_USE="^^ ( qt4 qt5 )" - -src_prepare() { - bitcoincore_prepare - - local filt= yeslang= nolang= lan ts x - - for lan in $LANGS; do - if [ ! -e src/qt/locale/bitcoin_$lan.ts ]; then - ewarn "Language '$lan' no longer supported. Ebuild needs update." - fi - done - - for ts in src/qt/locale/*.ts - do - x="${ts/*bitcoin_/}" - x="${x/.ts/}" - if ! use "linguas_$x"; then - nolang="$nolang $x" - rm "$ts" || die - filt="$filt\\|$x" - else - yeslang="$yeslang $x" - fi - done - filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)" - sed "/${filt}/d" -i 'src/qt/bitcoin_locale.qrc' || die - sed "s/locale\/${filt}/bitcoin.qrc/" -i 'src/Makefile.qt.include' || die - einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang" - - bitcoincore_autoreconf -} - -src_configure() { - bitcoincore_conf \ - $(use_with dbus qtdbus) \ - $(use_with qrcode qrencode) \ - --with-gui=$(usex qt5 qt5 qt4) -} - -src_install() { - bitcoincore_src_install - - insinto /usr/share/pixmaps - newins "share/pixmaps/bitcoin.ico" "${PN}.ico" - make_desktop_entry "${PN} %u" "Bitcoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/bitcoin;\nTerminal=false" - - dodoc doc/assets-attribution.md doc/bips.md doc/tor.md - doman contrib/debian/manpages/bitcoin-qt.1 - - use zeromq && dodoc doc/zmq.md - - if use kde; then - insinto /usr/share/kde4/services - doins contrib/debian/bitcoin-qt.protocol - fi -} - -pkg_preinst() { - gnome2_icon_savelist -} - -update_caches() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update - buildsycoca -} - -pkg_postinst() { - update_caches -} - -pkg_postrm() { - update_caches -} diff --git a/net-p2p/bitcoin-qt/metadata.xml b/net-p2p/bitcoin-qt/metadata.xml index 32b27e43465..ab777427114 100644 --- a/net-p2p/bitcoin-qt/metadata.xml +++ b/net-p2p/bitcoin-qt/metadata.xml @@ -29,7 +29,6 @@ Belarusian locale for Belarus Bulgarian locale Bulgarian locale for Bulgaria - Bosnian locale Catalan locale Catalan (Valencian) locale Catalan locale for Spain