Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/
Date: Wed, 07 Oct 2020 18:46:13
Message-Id: 1602096365.c4c86bdf34ba7165639c4dd08efe73853d4ff2e0.sam@gentoo
1 commit: c4c86bdf34ba7165639c4dd08efe73853d4ff2e0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 18:26:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 18:46:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c86bdf
7
8 media-plugins/gimp-lqr: port to EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
17 index cd048f5af6a..83a4ea2f875 100644
18 --- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
19 +++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
20 @@ -1,22 +1,20 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 MY_P="${PN}-plugin-${PV}"
29
30 DESCRIPTION="Content-aware resizing for the GIMP"
31 HOMEPAGE="http://liquidrescale.wikidot.com/"
32 SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2"
33 +S="${WORKDIR}/${MY_P}"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 -IUSE=""
39
40 RDEPEND="
41 >=media-gfx/gimp-2.8
42 media-libs/liblqr"
43 DEPEND="${RDEPEND}"
44 -
45 -S="${WORKDIR}/${MY_P}"