sci-libs/libsvm: Install scripts for all python impls
authorDavid Seifert <soap@gentoo.org>
Sun, 7 Aug 2016 08:28:58 +0000 (10:28 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 7 Aug 2016 08:29:25 +0000 (10:29 +0200)
Package-Manager: portage-2.3.0

sci-libs/libsvm/libsvm-3.17-r3.ebuild [moved from sci-libs/libsvm/libsvm-3.17-r2.ebuild with 97% similarity]

similarity index 97%
rename from sci-libs/libsvm/libsvm-3.17-r2.ebuild
rename to sci-libs/libsvm/libsvm-3.17-r3.ebuild
index e4752db0a17426195c283a92da7b8256f0672779..7b428dbdd9844fdc43a4af9b7e063bf217f32fd1 100644 (file)
@@ -79,11 +79,9 @@ src_install() {
        dodoc README
 
        if use tools; then
-               python_setup
-
                local t
                for t in tools/*.py; do
-                       python_newscript ${t} svm-$(basename ${t} .py)
+                       python_foreach_impl python_newscript ${t} svm-$(basename ${t} .py)
                done
 
                newdoc tools/README README.tools