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 949E51382C5 for ; Wed, 16 Jun 2021 18:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0969E0636; Wed, 16 Jun 2021 18:49:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B6121E0636 for ; Wed, 16 Jun 2021 18:49:01 +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 19636335D56 for ; Wed, 16 Jun 2021 18:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A65B7A0 for ; Wed, 16 Jun 2021 18:48:58 +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: <1623869313.bdb615e918a51a6190c7f81a020a78ac3c71a9e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fim/, media-gfx/fim/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fim/files/fim-0.5_rc3-deg-symbol.patch media-gfx/fim/fim-0.5_rc3.ebuild X-VCS-Directories: media-gfx/fim/files/ media-gfx/fim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bdb615e918a51a6190c7f81a020a78ac3c71a9e7 X-VCS-Branch: master Date: Wed, 16 Jun 2021 18:48:58 +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: a150d576-d775-4ce5-ae71-476775a8f6c8 X-Archives-Hash: 9e7c1730a339e04b17ab2d71010f88a5 commit: bdb615e918a51a6190c7f81a020a78ac3c71a9e7 Author: Sam James gentoo org> AuthorDate: Wed Jun 16 18:48:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 16 18:48:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb615e9 media-gfx/fim: update EAPI 6 -> 7 Closes: https://bugs.gentoo.org/723462 Signed-off-by: Sam James gentoo.org> media-gfx/fim/files/fim-0.5_rc3-deg-symbol.patch | 14 ++++++++++++++ media-gfx/fim/fim-0.5_rc3.ebuild | 12 ++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/media-gfx/fim/files/fim-0.5_rc3-deg-symbol.patch b/media-gfx/fim/files/fim-0.5_rc3-deg-symbol.patch new file mode 100644 index 00000000000..dd34f80cbaa --- /dev/null +++ b/media-gfx/fim/files/fim-0.5_rc3-deg-symbol.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/723462 +--- a/src/fim.cpp ++++ b/src/fim.cpp +@@ -343,8 +343,8 @@ + .P + .nf + Shift+D delete image +- R rotate 90° clockwise +- L rotate 90° counter-clock wise ++ R rotate 90 degree clockwise ++ L rotate 90 degree counter-clock wise + .fi + .P + The delete function actually wants a capital letter 'D', thus you have diff --git a/media-gfx/fim/fim-0.5_rc3.ebuild b/media-gfx/fim/fim-0.5_rc3.ebuild index dc44d837674..777a28a7dd6 100644 --- a/media-gfx/fim/fim-0.5_rc3.ebuild +++ b/media-gfx/fim/fim-0.5_rc3.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools DESCRIPTION="Fbi-IMproved is a framebuffer image viewer based on Fbi and inspired from Vim" HOMEPAGE="https://savannah.nongnu.org/projects/fbi-improved" SRC_URI="http://download.savannah.gnu.org/releases/fbi-improved/${P/_rc/-rc}.tar.bz2" +S="${WORKDIR}"/${P/_rc/-rc} LICENSE="GPL-2" SLOT="0" @@ -31,17 +32,16 @@ RDEPEND="media-fonts/terminus-font svg? ( media-gfx/inkscape ) tiff? ( media-libs/tiff:0 ) xfig? ( media-gfx/xfig )" -DEPEND="${RDEPEND} - sys-devel/bison +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/bison sys-devel/flex" -S=${WORKDIR}/${P/_rc/-rc} - PATCHES=( "${FILESDIR}/${PN}-0.4_rc3-poppler031.patch" "${FILESDIR}/${PN}-0.5_rc3-jpeg.patch" "${FILESDIR}/${PN}-0.5_rc3-libsdl.patch" "${FILESDIR}/${PN}-0.5_rc3-jpeg-9c.patch" + "${FILESDIR}/${PN}-0.5_rc3-deg-symbol.patch" ) src_prepare() {