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 5B30B138359 for ; Sun, 25 Oct 2020 19:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7506BE077F; Sun, 25 Oct 2020 19:11:56 +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 5E4A1E077F for ; Sun, 25 Oct 2020 19:11:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C7909340BDD for ; Sun, 25 Oct 2020 19:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D85F332 for ; Sun, 25 Oct 2020 19:11:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1603653096.d35ffa172d4f5f60ef54ff43b5f9b3f4265cb374.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-esdip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild X-VCS-Directories: media-gfx/iscan-plugin-esdip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d35ffa172d4f5f60ef54ff43b5f9b3f4265cb374 X-VCS-Branch: master Date: Sun, 25 Oct 2020 19:11:53 +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: e8836a48-6db0-40ee-9594-0bcfad8ddd47 X-Archives-Hash: 5922c9c6740e80beacfb390fcf599e46 commit: d35ffa172d4f5f60ef54ff43b5f9b3f4265cb374 Author: Sam James gentoo org> AuthorDate: Sat Oct 24 18:42:24 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 25 19:11:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35ffa17 media-gfx/iscan-plugin-esdip: port to EAPI 7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../iscan-plugin-esdip-1.0.0.5-r1.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild b/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild index f8a30eaf927..e4e0428578e 100644 --- a/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild +++ b/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild @@ -1,29 +1,26 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit rpm versionator multilib +inherit rpm -MY_PV="$(get_version_component_range 1-3)" -MY_PVR="$(replace_version_separator 3 -)" +MY_PV="$(ver_cut 1-3)" +MY_PVR="$(ver_rs 3 -)" DESCRIPTION="Plugin for 'epkowa' backend for image manipulation" HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=L" SRC_URI="amd64? ( https://dev.gentoo.org/~flameeyes/avasys/${PN}-${MY_PVR}.ltdl7.x86_64.rpm ) x86? ( https://dev.gentoo.org/~flameeyes/avasys/${PN}-${MY_PVR}.ltdl7.i386.rpm )" +S="${WORKDIR}" LICENSE="AVASYS" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" - DEPEND=">=media-gfx/iscan-2.28.0" RDEPEND="${DEPEND}" -S="${WORKDIR}" - QA_PREBUILT="/usr/lib64/iscan/libesdtr.so.0* /usr/lib64/iscan/libesdtr2.so.0*"