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 EBB37158093 for ; Sat, 2 Jul 2022 22:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C061E09BE; Sat, 2 Jul 2022 22:08:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 035FFE09BE for ; Sat, 2 Jul 2022 22:08:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3F41341AE3 for ; Sat, 2 Jul 2022 22:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BECE516 for ; Sat, 2 Jul 2022 22:08:18 +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: <1656799692.c7ba191d60276c7ea1cb7a5328712ab93a8049a8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/llgal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/llgal/llgal-0.13.19-r1.ebuild media-gfx/llgal/llgal-0.13.19-r2.ebuild X-VCS-Directories: media-gfx/llgal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c7ba191d60276c7ea1cb7a5328712ab93a8049a8 X-VCS-Branch: master Date: Sat, 2 Jul 2022 22:08:18 +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: fad0db71-be0e-4b4d-853f-67f8798f4a90 X-Archives-Hash: 8d8c6ae414c5deded252e5161c3bd551 commit: c7ba191d60276c7ea1cb7a5328712ab93a8049a8 Author: David Seifert gentoo org> AuthorDate: Sat Jul 2 22:08:12 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 2 22:08:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ba191d media-gfx/llgal: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...llgal-0.13.19-r1.ebuild => llgal-0.13.19-r2.ebuild} | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/media-gfx/llgal/llgal-0.13.19-r1.ebuild b/media-gfx/llgal/llgal-0.13.19-r2.ebuild similarity index 84% rename from media-gfx/llgal/llgal-0.13.19-r1.ebuild rename to media-gfx/llgal/llgal-0.13.19-r2.ebuild index 95f0b64a59c2..17f4ee8b8a62 100644 --- a/media-gfx/llgal/llgal-0.13.19-r1.ebuild +++ b/media-gfx/llgal/llgal-0.13.19-r2.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit perl-module DESCRIPTION="Command-line static web gallery generator" HOMEPAGE="http://bgoglin.free.fr/llgal/" SRC_URI="https://github.com/bgoglin/llgal/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2" SLOT="0" @@ -16,14 +17,11 @@ KEYWORDS="amd64 ~ppc x86" IUSE="exif" RDEPEND=" - dev-perl/Image-Size - dev-perl/URI - dev-perl/Locale-gettext - exif? ( media-libs/exiftool ) - virtual/imagemagick-tools -" - -S="${WORKDIR}/${PN}-${P}" + dev-perl/Image-Size + dev-perl/URI + dev-perl/Locale-gettext + virtual/imagemagick-tools + exif? ( media-libs/exiftool )" src_compile() { emake \