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 78D9C1395E2 for ; Mon, 21 Nov 2016 14:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8615E0B87; Mon, 21 Nov 2016 14:07:26 +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 A8338E0B87 for ; Mon, 21 Nov 2016 14:07:26 +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 6507E341016 for ; Mon, 21 Nov 2016 14:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBED349F for ; Mon, 21 Nov 2016 14:07:23 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1479737060.4191d7689891909196462f7e878ea60ece3d31a7.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 4191d7689891909196462f7e878ea60ece3d31a7 X-VCS-Branch: master Date: Mon, 21 Nov 2016 14:07: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: fcd34faf-3979-4047-b660-93b5fae52cd3 X-Archives-Hash: 76c7209f38cf08ceb50420416c4243f7 commit: 4191d7689891909196462f7e878ea60ece3d31a7 Author: Michał Kępień kempniu pl> AuthorDate: Sun Nov 20 23:22:18 2016 +0000 Commit: Justin Bronder gentoo org> CommitDate: Mon Nov 21 14:04:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4191d768 net-nntp/sabnzbd: Support Prefix net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild index abf6bc4..c721baf 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild @@ -88,8 +88,8 @@ src_install() { insopts -m 0755 doins SABnzbd.py - python_fix_shebang "${D}usr/share/${PN}" - python_optimize "${D}usr/share/${PN}" + python_fix_shebang "${ED}usr/share/${PN}" + python_optimize "${ED}usr/share/${PN}" newinitd "${FILESDIR}/${PN}.initd" "${PN}" newconfd "${FILESDIR}/${PN}.confd" "${PN}"