holgersson-overlay/net-mail/urlscan/files/urlscan-0.9.4-respect-paths.patch
Nils Freydank b357de37ee
net-mail/urlscan: Add new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2020-04-18 19:49:05 +02:00

19 lines
626 B
Diff

# Nils Freydank <holgersson@posteo.de> (2020-04-18)
Respect the gentoo paths for documentation - i.e. manual
installation of the documents.
--- a/setup.py 2020-04-18 19:19:30.000000000 +0200
+++ b/setup.py 2020-04-18 19:19:30.000000001 +0200
@@ -12,8 +12,7 @@
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['assets/*']},
- data_files=[('share/doc/urlscan', ['README.rst', 'COPYING']),
- ('share/man/man1', ['urlscan.1'])],
+ data_files=[('share/man/man1', ['urlscan.1'])],
license="GPLv2",
install_requires=["urwid>=1.2.1"]
)