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/, profiles/, media-plugins/gimp-lensfun/files/
Date: Mon, 01 Jun 2020 22:19:14
Message-Id: 1591049936.63cf8d6f2361dc4d2d36188858a150309c81940e.asturm@gentoo
1 commit: 63cf8d6f2361dc4d2d36188858a150309c81940e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 22:18:32 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 22:18:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cf8d6f
7
8 media-plugins/gimp-lensfun: Remove last-rited package
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 media-plugins/gimp-lensfun/Manifest | 1 -
13 .../files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch | 12 ------
14 .../gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild | 50 ----------------------
15 media-plugins/gimp-lensfun/metadata.xml | 8 ----
16 profiles/package.mask | 5 ---
17 5 files changed, 76 deletions(-)
18
19 diff --git a/media-plugins/gimp-lensfun/Manifest b/media-plugins/gimp-lensfun/Manifest
20 deleted file mode 100644
21 index 78132413a6e..00000000000
22 --- a/media-plugins/gimp-lensfun/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST gimp-lensfun-0.2.4.tar.gz 29039 BLAKE2B 30c5abac6e00e74e008a94f0fa23391d9dc336b5a6540ec7a0deb33e250cc2df66821db67b4bd76b36c9745a600838c834c01c27db741f8349f2ac13dc60e963 SHA512 5a73a00d71c28d92881bfc2b15be7e8adef8756af808f8ae19f0e3208287853fe4f735b1bef23b658f660da8393b68cbe8416804173944d0c844ac284be77671
26
27 diff --git a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch b/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch
28 deleted file mode 100644
29 index d62f1790d5d..00000000000
30 --- a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch
31 +++ /dev/null
32 @@ -1,12 +0,0 @@
33 ---- a/src/gimplensfun.cpp
34 -+++ b/src/gimplensfun.cpp
35 -@@ -31,8 +31,7 @@
36 - #include <libgimp/gimp.h>
37 - #include <libgimp/gimpui.h>
38 -
39 --#include <exiv2/image.hpp>
40 --#include <exiv2/exif.hpp>
41 -+#include <exiv2/exiv2.hpp>
42 -
43 - #define VERSIONSTR "0.2.4"
44 -
45
46 diff --git a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild b/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild
47 deleted file mode 100644
48 index 2756553cbcf..00000000000
49 --- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild
50 +++ /dev/null
51 @@ -1,50 +0,0 @@
52 -# Copyright 1999-2019 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=7
56 -
57 -inherit toolchain-funcs
58 -
59 -DESCRIPTION="Gimp plugin to correct lens distortions"
60 -HOMEPAGE="https://seebk.github.io/GIMP-Lensfun/"
61 -SRC_URI="https://github.com/seebk/GIMP-Lensfun/archive/${PV}.tar.gz -> ${P}.tar.gz"
62 -
63 -LICENSE="GPL-3"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE="openmp"
67 -
68 -BDEPEND="
69 - virtual/pkgconfig
70 -"
71 -DEPEND="
72 - media-gfx/exiv2
73 - <media-gfx/gimp-2.10.0
74 - >=media-libs/lensfun-0.3.2
75 -"
76 -RDEPEND="${DEPEND}"
77 -
78 -PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1.patch" )
79 -
80 -S=${WORKDIR}/GIMP-Lensfun-${PV}
81 -
82 -pkg_setup() {
83 - if use openmp && [[ ${MERGE_TYPE} != binary ]]; then
84 - tc-has-openmp || die "Please switch to an openmp compatible compiler"
85 - fi
86 -}
87 -
88 -src_prepare() {
89 - default
90 -
91 - if ! use openmp; then
92 - sed -i "s/-fopenmp//g" Makefile || die
93 - fi
94 -
95 - tc-export CXX
96 -}
97 -
98 -src_install() {
99 - exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
100 - doexe ${PN}
101 -}
102
103 diff --git a/media-plugins/gimp-lensfun/metadata.xml b/media-plugins/gimp-lensfun/metadata.xml
104 deleted file mode 100644
105 index 5f4100165ca..00000000000
106 --- a/media-plugins/gimp-lensfun/metadata.xml
107 +++ /dev/null
108 @@ -1,8 +0,0 @@
109 -<?xml version="1.0" encoding="UTF-8"?>
110 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
111 -<pkgmetadata>
112 -<!-- maintainer-needed -->
113 - <upstream>
114 - <remote-id type="github">seebk/GIMP-Lensfun</remote-id>
115 - </upstream>
116 -</pkgmetadata>
117
118 diff --git a/profiles/package.mask b/profiles/package.mask
119 index 0733238db1c..4ea2a3140f2 100644
120 --- a/profiles/package.mask
121 +++ b/profiles/package.mask
122 @@ -187,11 +187,6 @@ dev-python/ramlfications
123 # for about a decade. Masked for removal in 30 days. Bug #720150
124 x11-libs/libXxf86misc
125
126 -# Andreas Sturmlechner <asturm@g.o> (2020-05-03)
127 -# Last release in 2015, not compatible with >=media-gfx/gimp-2.10.0
128 -# Masked for removal in 30 days.
129 -media-plugins/gimp-lensfun
130 -
131 # Piotr Karbowski <slashbeast@g.o> (2020-05-03)
132 # Obsolete input drivers, use x11-drivers/xf86-input-libinput
133 # or x11-drivers/xf86-input-evdev instead.