Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/llgal/
Date: Sat, 02 Jul 2022 22:08:21
Message-Id: 1656799692.c7ba191d60276c7ea1cb7a5328712ab93a8049a8.soap@gentoo
1 commit: c7ba191d60276c7ea1cb7a5328712ab93a8049a8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:08:12 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:08:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ba191d
7
8 media-gfx/llgal: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...llgal-0.13.19-r1.ebuild => llgal-0.13.19-r2.ebuild} | 18 ++++++++----------
13 1 file changed, 8 insertions(+), 10 deletions(-)
14
15 diff --git a/media-gfx/llgal/llgal-0.13.19-r1.ebuild b/media-gfx/llgal/llgal-0.13.19-r2.ebuild
16 similarity index 84%
17 rename from media-gfx/llgal/llgal-0.13.19-r1.ebuild
18 rename to media-gfx/llgal/llgal-0.13.19-r2.ebuild
19 index 95f0b64a59c2..17f4ee8b8a62 100644
20 --- a/media-gfx/llgal/llgal-0.13.19-r1.ebuild
21 +++ b/media-gfx/llgal/llgal-0.13.19-r2.ebuild
22 @@ -1,13 +1,14 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 inherit perl-module
31
32 DESCRIPTION="Command-line static web gallery generator"
33 HOMEPAGE="http://bgoglin.free.fr/llgal/"
34 SRC_URI="https://github.com/bgoglin/llgal/archive/${P}.tar.gz"
35 +S="${WORKDIR}/${PN}-${P}"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 @@ -16,14 +17,11 @@ KEYWORDS="amd64 ~ppc x86"
40 IUSE="exif"
41
42 RDEPEND="
43 - dev-perl/Image-Size
44 - dev-perl/URI
45 - dev-perl/Locale-gettext
46 - exif? ( media-libs/exiftool )
47 - virtual/imagemagick-tools
48 -"
49 -
50 -S="${WORKDIR}/${PN}-${P}"
51 + dev-perl/Image-Size
52 + dev-perl/URI
53 + dev-perl/Locale-gettext
54 + virtual/imagemagick-tools
55 + exif? ( media-libs/exiftool )"
56
57 src_compile() {
58 emake \