diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-02-04 16:13:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-02-04 18:48:16 +0100 |
commit | df440616cc2b959947e1a1a2daeb73e838d9d451 (patch) | |
tree | aa9b9fdbf231cabfe39a85e490c6d6aae00fffcb /net-im/yowsup/files | |
parent | app-misc/prog-express: bump to version 3.8.8 (diff) | |
download | gentoo-df440616cc2b959947e1a1a2daeb73e838d9d451.tar.gz gentoo-df440616cc2b959947e1a1a2daeb73e838d9d451.tar.bz2 gentoo-df440616cc2b959947e1a1a2daeb73e838d9d451.zip |
net-im/yowsup: drop old version
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/yowsup/files')
-rw-r--r-- | net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch b/net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch deleted file mode 100644 index eba10fbced59..000000000000 --- a/net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/setup.py 2019-05-07 18:52:38.000000000 +0200 -+++ b/setup.py 2019-07-26 23:05:18.000000000 +0200 -@@ -33,7 +33,6 @@ - #long_description=long_description, - packages= find_packages(), - include_package_data=True, -- data_files = [('yowsup/common', ['yowsup/common/mime.types'])], - platforms='any', - #test_suite='', - classifiers = [ ---- a/yowsup/common/tools.py 2019-05-07 18:52:38.000000000 +0200 -+++ b/yowsup/common/tools.py 2019-07-26 23:05:38.000000000 +0200 -@@ -173,7 +173,7 @@ - return preview - - class MimeTools: -- MIME_FILE = os.path.join(os.path.dirname(__file__), 'mime.types') -+ MIME_FILE = os.path.join('/usr/share/yowsup/common', 'mime.types') - mimetypes.init() # Load default mime.types - try: - mimetypes.init([MIME_FILE]) # Append whatsapp mime.types |