From 6144cd2e90f8e3623912112050c8d2025de44f0a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Oct 2022 01:51:50 +0100 Subject: gentoo auto-resync : 16:10:2022 - 01:51:50 --- net-misc/electrum-ltc/Manifest | 3 --- 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 -------------------- 4 files changed, 51 deletions(-) delete mode 100644 net-misc/electrum-ltc/files/3.1.2-no-user-root.patch delete mode 100644 net-misc/electrum-ltc/files/3.2.3-pip-optional-pkgs.patch delete mode 100644 net-misc/electrum-ltc/files/3.3.2-desktop.patch (limited to 'net-misc/electrum-ltc') diff --git a/net-misc/electrum-ltc/Manifest b/net-misc/electrum-ltc/Manifest index b6ccca1d1c88..1996b428a627 100644 --- a/net-misc/electrum-ltc/Manifest +++ b/net-misc/electrum-ltc/Manifest @@ -1,6 +1,3 @@ -AUX 3.1.2-no-user-root.patch 847 BLAKE2B 7c682268f4f76884b364fad9dfef63931ffb694c529b3fb17d6c579bf908872b4bfcca6edbe1aa30b93475aa4891283c196cd803579654988d1a1a73d42f1afa SHA512 e4d94693f4a01577b9c4e1e1ce8ef71e9d2ae74edb4c1cad11c6c5615ed50df3ed5f785ff69ff869f534cb4887e21c1cc263fa94972bebc31b5421e0b7be4173 -AUX 3.2.3-pip-optional-pkgs.patch 348 BLAKE2B e49855ff70c50b73c67190ef085454cc23ec7d3e0a8dd419b5837ebb85b56b280518c4b8f260288bed7286578ceb9b4683b30db617c99d965bba653c6fa0ed54 SHA512 24dad9328e867e1d65150a35391aef0df8af1f4859516b24b5c725ff57c2c6e7d1e8ca6e78efbca60a53a1bd2b98744ed8c2cec0e4396b9e2664ea125675e6dd -AUX 3.3.2-desktop.patch 530 BLAKE2B fbf901cfc9133ed45afc1a7859c02926fbb8ad52db9429c10b29a4a5dd75d9e4b1387077ea21f075d6cf176e7b167127a9f344b24b126bde5d9445257ffe5780 SHA512 981f57845811ff3d528fe4ab69d75f547dc0189ebb842260d448407645e19fb16be6ceeb6d4a76e3d491fc98a8773588fbddf9b96b270365da48ed2eb82f8e36 DIST electrum-ltc-4.2.2.1.tar.gz 5109859 BLAKE2B b3327f6bcf23b5caca6196e380e62f154a9f56a5b636a8d0cc49e08ed0ab5a05b4b1a81d9869b92125526339924ccb9b555a704eb7fa98bce59eac6088c7ebfe SHA512 1ac44a29cd0db7de9570e339892ff42bd72abbe3eeb9f8106eda7be67dbb492cc830881d52f915ffde776892d461f9cff1b88a9ee20bf3c64139c407118e4eb9 EBUILD electrum-ltc-4.2.2.1.ebuild 2141 BLAKE2B 0d571921cb2ce2f21356f96f2aeba0064707cc5d0aabc4403a1596e3730c172e029ca668762d51b0b79435445047cc986e0edc84be26b4b53d125c107f733499 SHA512 189afa494510b182f2b42c31b6c9d66c2afaca3646420baa81ad0bdefb084dd56ba3055e0ef9d564dcff00ee7cefe576d65b8f07a3f807c94f24926389992f29 MISC metadata.xml 396 BLAKE2B ae73f628edff16f2ece36d07099999e60c3be01aead2ea4bd87d5c4818797163c4a504d37dc2d308df911660d90574fc2618fde12307e5b1fd1dad3afa032b73 SHA512 76c2dbd807089a10313270fb3067880bac654dfc44e376234e3724018bd96c7879ad89d1f6c92ed1aacd8695f9d388eaa9adea4ed8acff69bb5e953e0f4ae508 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 -- cgit v1.2.3