public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/
Date: Fri, 19 Jan 2018 18:40:08 +0000 (UTC)	[thread overview]
Message-ID: <1516387177.311ee07cb2d7fefd824cb99ba19a1c4ffb21934b.asturm@gentoo> (raw)

commit:     311ee07cb2d7fefd824cb99ba19a1c4ffb21934b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 23:55:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 @@
 		<flag name="linguas_be_BY">Belarusian locale for Belarus</flag>
 		<flag name="linguas_bg">Bulgarian locale</flag>
 		<flag name="linguas_bg_BG">Bulgarian locale for Bulgaria</flag>
-		<flag name="linguas_bs">Bosnian locale</flag>
 		<flag name="linguas_ca">Catalan locale</flag>
 		<flag name="linguas_ca@valencia">Catalan (Valencian) locale</flag>
 		<flag name="linguas_ca_ES">Catalan locale for Spain</flag>


             reply	other threads:[~2018-01-19 18:40 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-19 18:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  2:23 [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/ Sam James
2023-10-24  9:14 Joonas Niilola
2023-10-19 17:06 Florian Schmaus
2023-03-19  4:21 Sam James
2023-01-05  5:05 Sam James
2023-01-04 14:28 Arthur Zamarin
2023-01-04  9:42 Sam James
2022-09-30 23:24 Sam James
2022-09-04 13:03 David Seifert
2022-01-15  8:30 Joonas Niilola
2021-12-17  8:13 Florian Schmaus
2021-11-18  6:55 Joonas Niilola
2021-07-11 14:42 Craig Andrews
2021-07-10  2:21 Georgy Yakovlev
2021-07-10  1:19 Craig Andrews
2021-05-28  2:27 Sam James
2021-02-07  9:03 Joonas Niilola
2021-01-21 23:23 Sam James
2020-08-29 13:23 Sam James
2020-08-19  0:54 Craig Andrews
2020-06-17  1:52 Craig Andrews
2020-03-07 21:15 Craig Andrews
2020-03-07 21:15 Craig Andrews
2020-03-07 21:15 Craig Andrews
2019-08-07 16:33 Craig Andrews
2018-09-25 11:17 Agostino Sarubbo
2018-09-21 12:40 Virgil Dupras
2018-04-07 20:49 Andreas Sturmlechner
2018-04-06 20:56 Matt Turner
2018-04-04 23:04 Andreas Sturmlechner
2018-03-28 19:09 Matt Turner
2018-03-18 14:17 Andreas Sturmlechner
2018-03-18 13:57 Mikle Kolyada
2018-02-22  9:05 Agostino Sarubbo
2018-01-28 23:19 Andreas Sturmlechner
2018-01-26 23:24 Thomas Deutschmann
2018-01-09 15:51 Ulrich Müller
2017-12-31 16:20 Mike Gilbert
2017-04-08 21:29 Patrice Clement
2017-03-11 18:33 Anthony G. Basile
2016-12-20  9:08 Agostino Sarubbo
2016-12-19 19:56 Tobias Klausmann
2016-11-09  3:37 Anthony G. Basile
2016-11-09  3:37 Anthony G. Basile
2016-07-31 20:27 Anthony G. Basile
2015-11-27 20:01 Anthony G. Basile
2015-10-01 14:21 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1516387177.311ee07cb2d7fefd824cb99ba19a1c4ffb21934b.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox