summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2009-06-11 20:44:14 +0000
committerMichael Januszewski <spock@gentoo.org>2009-06-11 20:44:14 +0000
commit76cc0043fd1802aa753506602c269ca35cae9f74 (patch)
treeb14a5e44aaef755dc72f2b31f7350800880e6d39 /sci-misc/vitables/files
parentamd64 stable, bug #273037 (diff)
downloadgentoo-2-76cc0043fd1802aa753506602c269ca35cae9f74.tar.gz
gentoo-2-76cc0043fd1802aa753506602c269ca35cae9f74.tar.bz2
gentoo-2-76cc0043fd1802aa753506602c269ca35cae9f74.zip
Initial commit (bug #268149).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/vitables/files')
-rw-r--r--sci-misc/vitables/files/vitables-2.0-doc-examples.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-misc/vitables/files/vitables-2.0-doc-examples.patch b/sci-misc/vitables/files/vitables-2.0-doc-examples.patch
new file mode 100644
index 000000000000..5c6562a8dbc0
--- /dev/null
+++ b/sci-misc/vitables/files/vitables-2.0-doc-examples.patch
@@ -0,0 +1,18 @@
+diff -Naurp ViTables-2.0-orig/setup.py ViTables-2.0/setup.py
+--- ViTables-2.0-orig/setup.py 2009-06-11 22:32:02.000000000 +0200
++++ ViTables-2.0/setup.py 2009-06-11 22:32:38.000000000 +0200
+@@ -278,14 +278,6 @@ setup(name = 'ViTables', # The name of t
+ 'vitables.vtTables', 'vitables.vtWidgets'],
+ scripts = ['scripts/vitables'],
+ cmdclass = {"install_data":smart_install_data},
+- data_files = [
+- ('examples', glob.glob('examples/*.h5')),
+- ('examples/scripts', glob.glob('examples/scripts/*.py')),
+- ('doc', glob.glob('doc/*.pdf')),
+- ('', ['LICENSE.txt', 'LICENSE.html']),
+- ('', ['VERSION'])
+- ],
+-
+ **setup_args
+ )
+