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 265B7138334 for ; Fri, 8 Nov 2019 09:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BD83E08DA; Fri, 8 Nov 2019 09:48:00 +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 04840E08DA for ; Fri, 8 Nov 2019 09:47:59 +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 579B534CA84 for ; Fri, 8 Nov 2019 09:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB60E8AB for ; Fri, 8 Nov 2019 09:47:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1573206465.18f116919650830bc36cd986fc47a51801ee8688.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nvram-reboot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild X-VCS-Directories: sys-power/nvram-reboot/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 18f116919650830bc36cd986fc47a51801ee8688 X-VCS-Branch: master Date: Fri, 8 Nov 2019 09:47:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23a1c83f-66b5-4163-abb2-c716e1f23ab2 X-Archives-Hash: cd0c2e7b1fe3bffe96f5fe2846bd94e3 commit: 18f116919650830bc36cd986fc47a51801ee8688 Author: Lars Wendler gentoo org> AuthorDate: Fri Nov 8 09:45:30 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Nov 8 09:47:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f11691 sys-power/nvram-reboot: EAPI-7 revbump Closes: https://bugs.gentoo.org/697164 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> ...am-reboot-2004.10.03.ebuild => nvram-reboot-2004.10.03-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild b/sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild similarity index 85% rename from sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild rename to sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild index a66f39e0b68..d4f0e45cb30 100644 --- a/sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild +++ b/sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit mount-boot @@ -21,7 +21,6 @@ S="${WORKDIR}/${MY_P}" src_install() { insinto /boot/nvram-wakeup - doins apm-poweroff.bin bzImage.2.4.20.poweroff dioden-poweroff \ - || die "doins" + doins apm-poweroff.bin bzImage.2.4.20.poweroff dioden-poweroff dodoc *.patch *.diff *.txt config.* }