public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Wed, 30 Jan 2019 20:54:07 +0000 (UTC)	[thread overview]
Message-ID: <1548881640.968db0fd74363075709f73c3a483c60b1e4c3728.blueness@gentoo> (raw)

commit:     968db0fd74363075709f73c3a483c60b1e4c3728
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 20:53:41 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jan 30 20:54:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968db0fd

net-misc/electrum: version bump to 3.3.3

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/electrum/Manifest              |   1 +
 net-misc/electrum/electrum-3.3.3.ebuild | 177 ++++++++++++++++++++++++++++++++
 2 files changed, 178 insertions(+)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 5ef2e3c9598..4b9cdf69c9e 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1,3 +1,4 @@
 DIST Electrum-3.1.3.tar.gz 2806178 BLAKE2B e03a6ee8d7b211b26d99adfbaf42a9d43317e5a4ca887f62f5ef0e57d8f990c18ff07e15d4ac8faea33322cd7ae25d7544e59e9ff1fbe883b3b7be138d990421 SHA512 745d00ec944e46040a4ae21d23c5919b943696a85baf84ee553616ca73cd21f2fa95999212a23f9a96ad5606def2890ee057e5f5f18e82591fd4a9e497ba5439
 DIST Electrum-3.2.3.tar.gz 8311398 BLAKE2B 389f2ce2982d40f69c1fe3bfcac3ffb70d4fa09265f1a0567ecbdad21b53ebfdd2473e8e56e024add8cd52d24f690467441ffd33509cb0ef20c4f30bfcbba2a7 SHA512 a1620d2a0f28ee8c61e0ddd985f9e2a219f2b9fe0316042fbc88533332fd95709a9f4e60a40494a9cc5c2fad08c6f318f38bcbe91bbb88d20811953d514682f7
 DIST Electrum-3.3.2.tar.gz 8934781 BLAKE2B 1edbde4d26056b13efe84b93eb39ce0db4a20baf29367216c2cb4ac0e5c8887ca6be42e70fcfb095d7a2e80a539646c1a87677af82eee62a34380bc13b57600c SHA512 da8eca13c54eb12938ce204905df535cdf1402874109bee636d4c5acb106530463d6d96a636e7418b7635073491df6aaf50ea172e53b2c75ae6844f9f94eefd1
+DIST Electrum-3.3.3.tar.gz 9192110 BLAKE2B c4884125f5309c18d324b2bdcc9afee05b3beeb124ca45a0c6f3207b19cf9431f5ed15fbd066c854f8f7bfa89e347df5578eda825ab43e69c502fc7ced00e8ec SHA512 a30287794b87f3e3ad02be4c32281c22dcfec801ff0d4602e6adcb85e532c34e69b60e2aec65f5d6ef8ae68c21b068fff87ca685ef8caca4c785b56cb400e23f

diff --git a/net-misc/electrum/electrum-3.3.3.ebuild b/net-misc/electrum/electrum-3.3.3.ebuild
new file mode 100644
index 00000000000..1c0e062506b
--- /dev/null
+++ b/net-misc/electrum/electrum-3.3.3.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_6 )
+PYTHON_REQ_USE="ncurses?"
+
+inherit desktop distutils-r1 gnome2-utils xdg-utils
+
+MY_P="Electrum-${PV}"
+DESCRIPTION="User friendly Bitcoin client"
+HOMEPAGE="https://electrum.org/"
+SRC_URI="https://download.electrum.org/${PV}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+MY_LANGS="ar_SA be_BY bg_BG cs_CZ da_DK de_DE el_GR eo_UY es_ES fa_IR fr_FR hu_HU hy_AM id_ID it_IT ja_JP ko_KR ky_KG lv_LV nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI sv_SE ta_IN th_TH tr_TR uk_UA vi_VN zh_CN zh_TW"
+
+my_langs_to_l10n() {
+	# Map all except pt_* and zh_* to their generic codes
+	case $1 in
+		pt_*|zh_*) echo ${1/_/-} ;;
+		*) echo ${1%%_*} ;;
+	esac
+}
+
+IUSE="audio_modem cli coldcard cosign digitalbitbox email greenaddress_it ncurses qrcode +qt5 safe_t sync revealer trustedcoin_com vkb"
+
+for lang in ${MY_LANGS}; do
+	IUSE+=" l10n_$(my_langs_to_l10n ${lang})"
+done
+unset lang
+
+REQUIRED_USE="
+	|| ( cli ncurses qt5 )
+	audio_modem? ( qt5 )
+	cosign? ( qt5 )
+	digitalbitbox? ( qt5 )
+	email? ( qt5 )
+	greenaddress_it? ( qt5 )
+	qrcode? ( qt5 )
+	sync? ( qt5 )
+	trustedcoin_com? ( qt5 )
+	vkb? ( qt5 )
+"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/aiorpcX[${PYTHON_USEDEP}]
+	dev-python/ecdsa[${PYTHON_USEDEP}]
+	dev-python/jsonrpclib[${PYTHON_USEDEP}]
+	dev-python/pbkdf2[${PYTHON_USEDEP}]
+	dev-python/pyaes[${PYTHON_USEDEP}]
+	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/qrcode[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/tlslite[${PYTHON_USEDEP}]
+	dev-python/protobuf-python[${PYTHON_USEDEP}]
+	virtual/python-dnspython[${PYTHON_USEDEP}]
+	qrcode? ( media-gfx/zbar[v4l] )
+	qt5? (
+		dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+	)
+	ncurses? ( dev-lang/python )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS="RELEASE-NOTES"
+
+src_prepare() {
+	eapply "${FILESDIR}/3.1.2-no-user-root.patch"
+	eapply "${FILESDIR}/3.2.3-pip-optional-pkgs.patch"
+	eapply "${FILESDIR}/3.3.2-desktop.patch"
+
+	# Prevent icon from being installed in the wrong location
+	sed -i '/icons_dirname/d' setup.py || die
+
+	# Remove unrequested localization files:
+	local lang
+	for lang in ${MY_LANGS}; do
+		use l10n_$(my_langs_to_l10n ${lang}) && continue
+		rm -r "${PN}/locale/${lang}" || die
+	done
+
+	local wordlist=
+	for wordlist in  \
+		$(usex l10n_ja    '' japanese) \
+		$(usex l10n_pt-BR '' $(usex l10n_pt-PT '' portuguese)) \
+		$(usex l10n_es    '' spanish) \
+		$(usex l10n_zh-CN '' chinese_simplified) \
+	; do
+		rm -f "${PN}/wordlist/${wordlist}.txt" || die
+		sed -i "/${wordlist}\\.txt/d" ${PN}/mnemonic.py || die
+	done
+
+	# Remove unrequested GUI implementations:
+	local gui setup_py_gui
+	for gui in  \
+		$(usex cli      '' stdio)  \
+		kivy \
+		$(usex qt5      '' qt   )  \
+		$(usex ncurses  '' text )  \
+	; do
+		rm ${PN}/gui/"${gui}"* -r || die
+	done
+
+	# And install requested ones...
+	for gui in  \
+		$(usex qt5      qt   '')  \
+	; do
+		setup_py_gui="${setup_py_gui}'electrum_gui.${gui}',"
+	done
+
+	sed -i "s/'electrum_gui\\.qt',/${setup_py_gui}/" setup.py || die
+
+	local bestgui
+	if use qt5; then
+		bestgui=qt
+	elif use ncurses; then
+		bestgui=text
+	else
+		bestgui=stdio
+	fi
+	sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = .*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' ${PN}/${PN} || die
+
+	local plugin
+	# trezor requires python trezorlib module
+	# keepkey requires trezor
+	for plugin in  \
+		$(usex audio_modem     '' audio_modem          ) \
+		$(usex coldcard        '' coldcard             ) \
+		$(usex cosign          '' cosigner_pool        ) \
+		$(usex digitalbitbox   '' digitalbitbox        ) \
+		$(usex email           '' email_requests       ) \
+		$(usex greenaddress_it '' greenaddress_instant ) \
+		hw_wallet \
+		ledger \
+		keepkey \
+		$(usex safe_t          '' safe_t               ) \
+		$(usex sync            '' labels               ) \
+		$(usex revealer        '' revealer             ) \
+		trezor  \
+		$(usex trustedcoin_com '' trustedcoin          ) \
+		$(usex vkb             '' virtualkeyboard      ) \
+	; do
+		rm -r ${PN}/plugins/"${plugin}"* || die
+		sed -i "/${plugin}/d" setup.py || die
+	done
+
+	eapply_user
+
+	xdg_environment_reset
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	doicon -s 128 icons/${PN}.png
+	distutils-r1_src_install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	xdg_desktop_database_update
+}


             reply	other threads:[~2019-01-30 20:54 UTC|newest]

Thread overview: 163+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-30 20:54 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-10  9:04 [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ Michał Górny
2025-10-10  6:52 Arthur Zamarin
2025-10-04 19:27 Arthur Zamarin
2025-09-15  1:11 Sam James
2025-09-14 14:03 Michał Górny
2025-09-11 13:09 Michał Górny
2025-08-22 18:44 Michał Górny
2025-08-21  9:50 Sam James
2025-08-06 10:35 Michał Górny
2025-08-06  9:32 Michał Górny
2025-02-22  9:38 Ulrich Müller
2025-02-01 11:58 Michał Górny
2025-01-17  4:33 Michał Górny
2025-01-01  7:11 Michał Górny
2025-01-01  7:11 Michał Górny
2024-11-09 10:05 Michał Górny
2024-11-09  9:57 Arthur Zamarin
2024-10-23  6:16 Michał Górny
2024-10-22 14:49 Florian Schmaus
2024-10-21 17:33 Florian Schmaus
2024-10-16  4:54 Michał Górny
2024-06-15  9:46 Michał Górny
2024-06-15  8:50 Arthur Zamarin
2024-05-30  4:03 Michał Górny
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-17 19:29 Arthur Zamarin
2024-03-17 16:59 Michał Górny
2024-03-14 11:44 Michał Górny
2024-02-23  3:40 Michał Górny
2024-02-09  3:38 Michał Górny
2024-02-09  1:04 Sam James
2024-01-20  7:09 Michał Górny
2024-01-19  5:28 Michał Górny
2024-01-12  4:57 Michał Górny
2023-10-06 16:04 Sam James
2023-08-17 18:55 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-20  5:38 Michał Górny
2023-06-05 18:35 Michał Górny
2023-06-01 17:23 Michał Górny
2023-06-01 17:22 Arthur Zamarin
2023-06-01  4:07 Michał Górny
2023-05-11 17:58 Michał Górny
2023-05-09 15:53 Michał Górny
2023-05-05  5:21 Michał Górny
2023-04-27 17:24 Michał Górny
2023-04-19  6:16 Michał Górny
2023-04-09  6:08 Michał Górny
2023-04-08 18:47 Michał Górny
2023-04-08 17:37 Arthur Zamarin
2023-04-08 14:00 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-03  6:23 Michał Górny
2022-12-31 13:31 Michał Górny
2022-12-31 13:31 Michał Górny
2022-12-31 13:01 Sam James
2022-09-27  2:04 Michał Górny
2022-09-22  8:05 Jakov Smolić
2022-08-30  5:45 Michał Górny
2022-08-07  8:11 Michał Górny
2022-06-19  5:06 Michał Górny
2022-06-18 20:25 Sam James
2022-05-28  5:00 Michał Górny
2022-05-21  9:09 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 18:20 Sam James
2022-03-25  0:02 Michał Górny
2022-03-15 18:24 Michał Górny
2021-08-02  5:44 Michał Górny
2021-07-20  9:08 Michał Górny
2021-06-17 19:47 Michał Górny
2021-06-16 19:33 Michał Górny
2021-06-01 20:35 Michał Górny
2021-06-01 10:39 Sam James
2021-04-29 12:04 Michał Górny
2021-04-29 11:59 Michał Górny
2021-04-29 11:48 Michał Górny
2021-04-18 20:37 Michał Górny
2021-04-08 22:46 Michał Górny
2021-04-02 23:42 Michał Górny
2021-04-01  7:43 Michał Górny
2021-03-30 17:09 Thomas Deutschmann
2021-02-03 23:23 Michał Górny
2021-01-24 10:15 Michał Górny
2021-01-11  9:21 Michał Górny
2021-01-11  8:01 Sam James
2020-12-19  8:59 Michał Górny
2020-12-17 23:17 Michał Górny
2020-12-10 10:15 Michał Górny
2020-12-06  9:14 Michał Górny
2020-11-19  0:40 Michał Górny
2020-11-18  9:12 Michał Górny
2020-11-17 19:17 Agostino Sarubbo
2020-11-16  0:20 Michał Górny
2020-11-16  0:20 Michał Górny
2020-10-16  7:42 Michał Górny
2020-10-13 10:01 Agostino Sarubbo
2020-10-09 11:12 Agostino Sarubbo
2020-09-25  7:22 Michał Górny
2020-09-12  4:01 Michał Górny
2020-07-20  8:55 Michał Górny
2019-09-09  5:54 Agostino Sarubbo
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-07-31 14:32 Mikle Kolyada
2019-07-31 12:48 Michał Górny
2019-07-31 12:24 Michał Górny
2019-07-31  3:03 Michał Górny
2019-07-31  3:03 Michał Górny
2019-07-31  3:03 Michał Górny
2019-07-31  3:03 Michał Górny
2019-07-30  6:05 Michał Górny
2019-07-30  6:00 Michał Górny
2019-06-20 20:17 Anthony G. Basile
2019-06-17 13:15 Anthony G. Basile
2019-05-23 16:32 Anthony G. Basile
2019-05-23 16:30 Anthony G. Basile
2019-03-15 12:56 Anthony G. Basile
2019-01-30 23:20 Anthony G. Basile
2019-01-30 21:33 Anthony G. Basile
2019-01-09  2:20 Anthony G. Basile
2018-06-30 10:04 Pacho Ramos
2018-06-24  9:49 Pacho Ramos
2018-04-30 15:58 Mike Gilbert
2018-04-03 21:34 Jonas Stein
2018-02-18  7:44 Anthony G. Basile
2018-01-26 21:48 Patrice Clement
2018-01-11 20:02 Anthony G. Basile
2018-01-11 20:02 Anthony G. Basile
2018-01-11  2:04 Anthony G. Basile
2018-01-11  2:04 Anthony G. Basile
2018-01-08 22:04 Ulrich Müller
2017-12-17  4:40 Anthony G. Basile
2017-12-17  4:07 Zac Medico
2017-09-21 21:06 Mike Gilbert
2017-08-17  1:29 Anthony G. Basile
2017-06-22 17:21 Anthony G. Basile
2017-03-26 22:11 Anthony G. Basile
2017-03-18 14:09 Anthony G. Basile
2017-03-12 15:35 Anthony G. Basile
2017-03-12 15:35 Anthony G. Basile
2017-03-11 14:20 Anthony G. Basile
2017-03-11 14:20 Anthony G. Basile
2017-01-06 20:45 Anthony G. Basile
2016-06-13  3:04 Mike Gilbert
2016-05-11  7:04 Anthony G. Basile
2016-05-10 21:43 Anthony G. Basile
2016-04-03 12:53 Ian Delaney
2016-01-04  7:30 Anthony G. Basile
2016-01-04  7:30 Anthony G. Basile
2016-01-04  7:30 Anthony G. Basile
2015-10-30 12:03 Justin Lecher
2015-10-24 11:04 Anthony G. Basile

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=1548881640.968db0fd74363075709f73c3a483c60b1e4c3728.blueness@gentoo \
    --to=blueness@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