commit: 63cf8d6f2361dc4d2d36188858a150309c81940e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 1 22:18:32 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jun 1 22:18:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cf8d6f
media-plugins/gimp-lensfun: Remove last-rited package Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-plugins/gimp-lensfun/Manifest | 1 - .../files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch | 12 ------ .../gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild | 50 ---------------------- media-plugins/gimp-lensfun/metadata.xml | 8 ---- profiles/package.mask | 5 --- 5 files changed, 76 deletions(-) diff --git a/media-plugins/gimp-lensfun/Manifest b/media-plugins/gimp-lensfun/Manifest deleted file mode 100644 index 78132413a6e..00000000000 --- a/media-plugins/gimp-lensfun/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gimp-lensfun-0.2.4.tar.gz 29039 BLAKE2B 30c5abac6e00e74e008a94f0fa23391d9dc336b5a6540ec7a0deb33e250cc2df66821db67b4bd76b36c9745a600838c834c01c27db741f8349f2ac13dc60e963 SHA512 5a73a00d71c28d92881bfc2b15be7e8adef8756af808f8ae19f0e3208287853fe4f735b1bef23b658f660da8393b68cbe8416804173944d0c844ac284be77671 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 deleted file mode 100644 index d62f1790d5d..00000000000 --- a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.4-exiv2-0.27.1.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/gimplensfun.cpp -+++ b/src/gimplensfun.cpp -@@ -31,8 +31,7 @@ - #include <libgimp/gimp.h> - #include <libgimp/gimpui.h> - --#include <exiv2/image.hpp> --#include <exiv2/exif.hpp> -+#include <exiv2/exiv2.hpp> - - #define VERSIONSTR "0.2.4" - 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 deleted file mode 100644 index 2756553cbcf..00000000000 --- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Gimp plugin to correct lens distortions" -HOMEPAGE="https://seebk.github.io/GIMP-Lensfun/" -SRC_URI="https://github.com/seebk/GIMP-Lensfun/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="openmp" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - media-gfx/exiv2 - <media-gfx/gimp-2.10.0 - >=media-libs/lensfun-0.3.2 -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1.patch" ) - -S=${WORKDIR}/GIMP-Lensfun-${PV} - -pkg_setup() { - if use openmp && [[ ${MERGE_TYPE} != binary ]]; then - tc-has-openmp || die "Please switch to an openmp compatible compiler" - fi -} - -src_prepare() { - default - - if ! use openmp; then - sed -i "s/-fopenmp//g" Makefile || die - fi - - tc-export CXX -} - -src_install() { - exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins - doexe ${PN} -} diff --git a/media-plugins/gimp-lensfun/metadata.xml b/media-plugins/gimp-lensfun/metadata.xml deleted file mode 100644 index 5f4100165ca..00000000000 --- a/media-plugins/gimp-lensfun/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> - <upstream> - <remote-id type="github">seebk/GIMP-Lensfun</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 0733238db1c..4ea2a3140f2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -187,11 +187,6 @@ dev-python/ramlfications # for about a decade. Masked for removal in 30 days. Bug #720150 x11-libs/libXxf86misc -# Andreas Sturmlechner <ast...@gentoo.org> (2020-05-03) -# Last release in 2015, not compatible with >=media-gfx/gimp-2.10.0 -# Masked for removal in 30 days. -media-plugins/gimp-lensfun - # Piotr Karbowski <slashbe...@gentoo.org> (2020-05-03) # Obsolete input drivers, use x11-drivers/xf86-input-libinput # or x11-drivers/xf86-input-evdev instead.