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 A44FD1382C5 for ; Fri, 20 Apr 2018 20:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE6DAE0893; Fri, 20 Apr 2018 20:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DCBAE0893 for ; Fri, 20 Apr 2018 20:01:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FD10335C60 for ; Fri, 20 Apr 2018 20:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 048F4257 for ; Fri, 20 Apr 2018 20:01:26 +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: <1524254439.5d6cf07c8577bffb30bb412d9145781c10b02528.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/verynice/, app-admin/verynice/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/verynice/files/verynice-1.1-build.patch app-admin/verynice/verynice-1.1-r2.ebuild app-admin/verynice/verynice-1.1-r3.ebuild X-VCS-Directories: app-admin/verynice/files/ app-admin/verynice/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5d6cf07c8577bffb30bb412d9145781c10b02528 X-VCS-Branch: master Date: Fri, 20 Apr 2018 20:01:26 +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: d3089773-a933-4e82-bf26-fb8fe9c658e4 X-Archives-Hash: d8c57c4c5d4b3aeb98ce65870a12b2aa commit: 5d6cf07c8577bffb30bb412d9145781c10b02528 Author: Marty E. Plummer startmail com> AuthorDate: Fri Apr 20 07:56:31 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 20:00:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6cf07c app-admin/verynice: epatch->eapply Also removed eutils; verynice-1.1-r2 only requires epatch externally, and verynice-1.1.-r3 doesn't require it at all. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8081 app-admin/verynice/files/verynice-1.1-build.patch | 4 ++-- app-admin/verynice/verynice-1.1-r2.ebuild | 4 ++-- app-admin/verynice/verynice-1.1-r3.ebuild | 9 ++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/app-admin/verynice/files/verynice-1.1-build.patch b/app-admin/verynice/files/verynice-1.1-build.patch index a70202b9930..3782c74a5c0 100644 --- a/app-admin/verynice/files/verynice-1.1-build.patch +++ b/app-admin/verynice/files/verynice-1.1-build.patch @@ -5,8 +5,8 @@ Subject: build system respect flags, add LDFLAGS to linker line fix install rules ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -15,13 +15,15 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. diff --git a/app-admin/verynice/verynice-1.1-r2.ebuild b/app-admin/verynice/verynice-1.1-r2.ebuild index d4536a3b895..e9dc02e399c 100644 --- a/app-admin/verynice/verynice-1.1-r2.ebuild +++ b/app-admin/verynice/verynice-1.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils systemd toolchain-funcs +inherit epatch systemd toolchain-funcs DESCRIPTION="A tool for dynamically adjusting the nice-level of processes" HOMEPAGE="https://web.archive.org/web/2010033109/http://thermal.cnde.iastate.edu/~sdh4/verynice/" @@ -17,7 +17,7 @@ IUSE="" S=${WORKDIR}/${PN} src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch + epatch "${FILESDIR}"/${PN}-1.1-build.patch } src_compile() { diff --git a/app-admin/verynice/verynice-1.1-r3.ebuild b/app-admin/verynice/verynice-1.1-r3.ebuild index b6334a5e281..7aba33fc8dc 100644 --- a/app-admin/verynice/verynice-1.1-r3.ebuild +++ b/app-admin/verynice/verynice-1.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils systemd toolchain-funcs +inherit systemd toolchain-funcs DESCRIPTION="A tool for dynamically adjusting the nice-level of processes" HOMEPAGE="https://web.archive.org/web/20130621090315/http://thermal.cnde.iastate.edu/~sdh4/verynice/" @@ -16,10 +16,9 @@ IUSE="" S=${WORKDIR}/${PN} -src_prepare() { - default - epatch "${FILESDIR}"/${P}-build.patch -} +PATCHES=( + "${FILESDIR}"/${PN}-1.1-build.patch +) src_compile() { tc-export CC