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 2E4FA139695 for ; Sun, 19 Feb 2017 23:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B5D6E0C3B; Sun, 19 Feb 2017 23:02:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5FE0FE0C3B for ; Sun, 19 Feb 2017 23:02:14 +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 5243334102B for ; Sun, 19 Feb 2017 23:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ED814DB9 for ; Sun, 19 Feb 2017 23:02:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487545323.552d77fb9dd0141443612f26e2713cab945a3900.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dsx/dsx-0.1-r1.ebuild X-VCS-Directories: x11-misc/dsx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 552d77fb9dd0141443612f26e2713cab945a3900 X-VCS-Branch: master Date: Sun, 19 Feb 2017 23:02:11 +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: ebc312f5-9408-4dae-ad65-6ac0c88d98f9 X-Archives-Hash: 8915cc66ee86d18159484704409ea6fa commit: 552d77fb9dd0141443612f26e2713cab945a3900 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 19 21:57:31 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 19 23:02:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552d77fb x11-misc/dsx: Simplify to avoid interim copy x11-misc/dsx/dsx-0.1-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild index bb4c35bd73..cb0f7f2a0b 100644 --- a/x11-misc/dsx/dsx-0.1-r1.ebuild +++ b/x11-misc/dsx/dsx-0.1-r1.ebuild @@ -25,11 +25,6 @@ RDEPEND=" S="${WORKDIR}" -src_prepare() { - cp "${FILESDIR}/${P}" "${PN}" || die - default -} - src_install() { - python_doscript "${WORKDIR}/${PN}" + python_newscript "${FILESDIR}/${P}" "${PN}" }