public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum-ltc/files/
Date: Sat, 15 Oct 2022 19:34:05 +0000 (UTC)	[thread overview]
Message-ID: <1665862428.5bf4a21c96fd84a38b4737817f38ce1c5bf6272c.conikost@gentoo> (raw)

commit:     5bf4a21c96fd84a38b4737817f38ce1c5bf6272c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 15 08:02:36 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf4a21c

net-misc/electrum-ltc: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27795
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/electrum-ltc/files/3.1.2-no-user-root.patch | 17 -----------------
 .../electrum-ltc/files/3.2.3-pip-optional-pkgs.patch | 11 -----------
 net-misc/electrum-ltc/files/3.3.2-desktop.patch      | 20 --------------------
 3 files changed, 48 deletions(-)

diff --git a/net-misc/electrum-ltc/files/3.1.2-no-user-root.patch b/net-misc/electrum-ltc/files/3.1.2-no-user-root.patch
deleted file mode 100644
index 0d4781717714..000000000000
--- a/net-misc/electrum-ltc/files/3.1.2-no-user-root.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur Electrum-3.1.2.orig/setup.py Electrum-3.1.2/setup.py
---- Electrum-3.1.2.orig/setup.py	2018-03-28 04:51:11.000000000 -0400
-+++ Electrum-3.1.2/setup.py	2018-03-31 15:05:45.540757981 -0400
-@@ -28,13 +28,6 @@
-     opts, _ = parser.parse_known_args(sys.argv[1:])
-     usr_share = os.path.join(sys.prefix, "share")
-     icons_dirname = 'pixmaps'
--    if not os.access(opts.root_path + usr_share, os.W_OK) and \
--       not os.access(opts.root_path, os.W_OK):
--        icons_dirname = 'icons'
--        if 'XDG_DATA_HOME' in os.environ.keys():
--            usr_share = os.environ['XDG_DATA_HOME']
--        else:
--            usr_share = os.path.expanduser('~/.local/share')
-     data_files += [
-         (os.path.join(usr_share, 'applications/'), ['electrum.desktop']),
-         (os.path.join(usr_share, icons_dirname), ['icons/electrum.png'])

diff --git a/net-misc/electrum-ltc/files/3.2.3-pip-optional-pkgs.patch b/net-misc/electrum-ltc/files/3.2.3-pip-optional-pkgs.patch
deleted file mode 100644
index 6d62f5675764..000000000000
--- a/net-misc/electrum-ltc/files/3.2.3-pip-optional-pkgs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur a/setup.py b/setup.py
---- a/setup.py	2018-09-17 12:56:34.000000000 +0100
-+++ b/setup.py	2018-10-14 14:46:16.524385198 +0100
-@@ -72,7 +72,6 @@
-     name="Electrum",
-     version=version.ELECTRUM_VERSION,
-     install_requires=requirements,
--    extras_require=extras_require,
-     packages=[
-         'electrum',
-         'electrum.gui',

diff --git a/net-misc/electrum-ltc/files/3.3.2-desktop.patch b/net-misc/electrum-ltc/files/3.3.2-desktop.patch
deleted file mode 100644
index c75f282182e7..000000000000
--- a/net-misc/electrum-ltc/files/3.3.2-desktop.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/electrum-ltc.desktop
-+++ b/electrum-ltc.desktop
-@@ -3,7 +3,7 @@
- 
- [Desktop Entry]
- Comment=Lightweight Litecoin Client
--Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum-ltc %u"
-+Exec=electrum-ltc %u
- GenericName[en_US]=Litecoin Wallet
- GenericName=Litecoin Wallet
- Icon=electrum-ltc
-@@ -15,8 +15,3 @@
- Terminal=false
- Type=Application
- MimeType=x-scheme-handler/litecoin;
--Actions=Testnet;
--
--[Desktop Action Testnet]
--Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum-ltc --testnet %u"
--Name=Testnet mode


                 reply	other threads:[~2022-10-15 19:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1665862428.5bf4a21c96fd84a38b4737817f38ce1c5bf6272c.conikost@gentoo \
    --to=conikost@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