summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-04-24 21:22:20 -0700
committerZac Medico <zmedico@gentoo.org>2019-04-24 21:26:34 -0700
commit75cf0c1c488a0a75d571b4bb02c1fa443d543500 (patch)
treeda0c5b55d28b30375651d19608322e53d08824dc /net-misc/electron-cash/files
parentnet-misc/electron-cash: version bump to 3.3.6 (diff)
downloadgentoo-75cf0c1c488a0a75d571b4bb02c1fa443d543500.tar.gz
gentoo-75cf0c1c488a0a75d571b4bb02c1fa443d543500.tar.bz2
gentoo-75cf0c1c488a0a75d571b4bb02c1fa443d543500.zip
net-misc/electron-cash: remove old version
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/electron-cash/files')
-rw-r--r--net-misc/electron-cash/files/2.8.0-no-user-root.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-misc/electron-cash/files/2.8.0-no-user-root.patch b/net-misc/electron-cash/files/2.8.0-no-user-root.patch
deleted file mode 100644
index 2ca5363effe7..000000000000
--- a/net-misc/electron-cash/files/2.8.0-no-user-root.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./setup.py.orig 2017-01-06 19:17:44.294137848 +0000
-+++ ./setup.py 2017-01-06 19:17:50.093161327 +0000
-@@ -21,12 +21,6 @@
- parser.add_argument('--root=', dest='root_path', metavar='dir', default='/')
- opts, _ = parser.parse_known_args(sys.argv[1:])
- usr_share = os.path.join(sys.prefix, "share")
-- if not os.access(opts.root_path + usr_share, os.W_OK) and \
-- not os.access(opts.root_path, os.W_OK):
-- 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']),
- ]