commit:     7e900fd339609e42b9fb1b9bc50368f0e9a62cec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 08:36:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 08:50:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e900fd3

media-plugins/gimp-lensfun: Drop 0.2.4 (r0)

Closes: https://bugs.gentoo.org/686138
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../gimp-lensfun/gimp-lensfun-0.2.4.ebuild         | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild 
b/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild
deleted file mode 100644
index 904ac1bfbb9..00000000000
--- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-MY_PN="GIMP-Lensfun"
-
-DESCRIPTION="A 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"
-
-RDEPEND="media-gfx/gimp
-       media-gfx/exiv2
-       >=media-libs/lensfun-0.3.2"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
-       if use openmp ; then
-               tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-       fi
-}
-
-src_prepare() {
-       if ! use openmp; then
-               sed -i "s/-fopenmp//g" Makefile
-       fi
-
-       tc-export CXX
-}
-
-src_install() {
-       exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
-       doexe ${PN}
-}

Reply via email to