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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE17315808B for ; Sun, 20 Feb 2022 16:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A68FE07BA; Sun, 20 Feb 2022 16:26:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00FE9E07BA for ; Sun, 20 Feb 2022 16:26:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C5DC342EE5 for ; Sun, 20 Feb 2022 16:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDE9285 for ; Sun, 20 Feb 2022 16:26:47 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1645374378.edbce1c2583be7f978be5da3ce3582fded9d1a39.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/brscan4/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/brscan4/brscan4-0.4.11.1-r1.ebuild media-gfx/brscan4/brscan4-0.4.11.1.ebuild X-VCS-Directories: media-gfx/brscan4/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: edbce1c2583be7f978be5da3ce3582fded9d1a39 X-VCS-Branch: master Date: Sun, 20 Feb 2022 16:26:47 +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: c9c72e08-244a-4f77-b351-9106dcc34b18 X-Archives-Hash: 3eabc250e25ba9bd141cb39c669ee3b7 commit: edbce1c2583be7f978be5da3ce3582fded9d1a39 Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 20 16:25:48 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 20 16:26:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbce1c2 media-gfx/brscan4: Bump to EAPI 8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> ...{brscan4-0.4.11.1.ebuild => brscan4-0.4.11.1-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-gfx/brscan4/brscan4-0.4.11.1.ebuild b/media-gfx/brscan4/brscan4-0.4.11.1-r1.ebuild similarity index 86% rename from media-gfx/brscan4/brscan4-0.4.11.1.ebuild rename to media-gfx/brscan4/brscan4-0.4.11.1-r1.ebuild index 380e46ee92f1..fd5e746c9ae6 100644 --- a/media-gfx/brscan4/brscan4-0.4.11.1.ebuild +++ b/media-gfx/brscan4/brscan4-0.4.11.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit eapi8-dosym readme.gentoo-r1 rpm +inherit readme.gentoo-r1 rpm MY_P="${PN}-${PV%.*}-${PV##*.}" DESCRIPTION="Brother scanner driver" @@ -33,13 +33,13 @@ src_install() { insinto /etc${dest} doins Brsane4.ini brsanenetdevice4.cfg doins -r models4 - dosym8 -r {/etc,}${dest}/Brsane4.ini - dosym8 -r {/etc,}${dest}/brsanenetdevice4.cfg - dosym8 -r {/etc,}${dest}/models4 + dosym -r {/etc,}${dest}/Brsane4.ini + dosym -r {/etc,}${dest}/brsanenetdevice4.cfg + dosym -r {/etc,}${dest}/models4 exeinto ${dest} doexe brsaneconfig4 - dosym8 -r {${dest},/usr/bin}/brsaneconfig4 + dosym -r {${dest},/usr/bin}/brsaneconfig4 if use zeroconf; then doexe brscan_cnetconfig @@ -50,7 +50,7 @@ src_install() { dolib.so "${WORKDIR}"/usr/${lib}/sane/libsane-brother4.so.1.0.7 dosym libsane-brother4.so.1.0.7 ${dest}/${lib}/libsane-brother4.so.1 dosym libsane-brother4.so.1.0.7 ${dest}/${lib}/libsane-brother4.so - dosym8 -r {${dest}/${lib},/usr/${lib}/sane}/libsane-brother4.so.1.0.7 + dosym -r {${dest}/${lib},/usr/${lib}/sane}/libsane-brother4.so.1.0.7 dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so.1 dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so