From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 638B913832E for ; Sat, 6 Aug 2016 23:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F358E0AD7; Sat, 6 Aug 2016 23:14:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4622DE0AD7 for ; Sat, 6 Aug 2016 23:14:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 493C9340C43 for ; Sat, 6 Aug 2016 23:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78FDC2424 for ; Sat, 6 Aug 2016 23:14:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1470525255.62e03fae79ae335bc4c8ddc5746429909f82af87.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsvm/libsvm-3.17-r2.ebuild X-VCS-Directories: sci-libs/libsvm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 62e03fae79ae335bc4c8ddc5746429909f82af87 X-VCS-Branch: master Date: Sat, 6 Aug 2016 23:14:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ccc9a51-4310-49d5-88a3-6e6d9ed2a131 X-Archives-Hash: 69723254b5e5d261a04c7dd0172c794d commit: 62e03fae79ae335bc4c8ddc5746429909f82af87 Author: David Seifert gentoo org> AuthorDate: Sat Aug 6 23:13:25 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Aug 6 23:14:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e03fae sci-libs/libsvm: Use 'python_newscript' instead of 'python_doscript' Package-Manager: portage-2.3.0 sci-libs/libsvm/libsvm-3.17-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/libsvm/libsvm-3.17-r2.ebuild b/sci-libs/libsvm/libsvm-3.17-r2.ebuild index 36ce9ba..e4752db 100644 --- a/sci-libs/libsvm/libsvm-3.17-r2.ebuild +++ b/sci-libs/libsvm/libsvm-3.17-r2.ebuild @@ -83,8 +83,7 @@ src_install() { local t for t in tools/*.py; do - mv ${t} svm-$(basename ${t} .py) || die - python_doscript svm-$(basename ${t} .py) + python_newscript ${t} svm-$(basename ${t} .py) done newdoc tools/README README.tools