Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lensfun/
Date: Sat, 29 Jun 2019 08:50:58
Message-Id: 1561798236.7e900fd339609e42b9fb1b9bc50368f0e9a62cec.asturm@gentoo
1 commit: 7e900fd339609e42b9fb1b9bc50368f0e9a62cec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 08:36:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 08:50:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e900fd3
7
8 media-plugins/gimp-lensfun: Drop 0.2.4 (r0)
9
10 Closes: https://bugs.gentoo.org/686138
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../gimp-lensfun/gimp-lensfun-0.2.4.ebuild | 44 ----------------------
15 1 file changed, 44 deletions(-)
16
17 diff --git a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild b/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild
18 deleted file mode 100644
19 index 904ac1bfbb9..00000000000
20 --- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild
21 +++ /dev/null
22 @@ -1,44 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="5"
27 -
28 -inherit eutils toolchain-funcs
29 -
30 -MY_PN="GIMP-Lensfun"
31 -
32 -DESCRIPTION="A Gimp plugin to correct lens distortions"
33 -HOMEPAGE="https://seebk.github.io/GIMP-Lensfun/"
34 -SRC_URI="https://github.com/seebk/GIMP-Lensfun/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="GPL-3"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE="openmp"
40 -
41 -RDEPEND="media-gfx/gimp
42 - media-gfx/exiv2
43 - >=media-libs/lensfun-0.3.2"
44 -DEPEND="${RDEPEND}
45 - virtual/pkgconfig"
46 -
47 -S=${WORKDIR}/${MY_PN}-${PV}
48 -
49 -pkg_setup() {
50 - if use openmp ; then
51 - tc-has-openmp || die "Please switch to an openmp compatible compiler"
52 - fi
53 -}
54 -
55 -src_prepare() {
56 - if ! use openmp; then
57 - sed -i "s/-fopenmp//g" Makefile
58 - fi
59 -
60 - tc-export CXX
61 -}
62 -
63 -src_install() {
64 - exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
65 - doexe ${PN}
66 -}