diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-29 10:36:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-29 10:50:36 +0200 |
commit | 7e900fd339609e42b9fb1b9bc50368f0e9a62cec (patch) | |
tree | 10cfbe6afaea5d66d3b4109ff8269fa7ee6d8a88 /media-plugins | |
parent | media-plugins/gimp-lensfun: EAPI-7 bump, fix build w/ exiv2-0.27.1 (diff) | |
download | gentoo-7e900fd339609e42b9fb1b9bc50368f0e9a62cec.tar.gz gentoo-7e900fd339609e42b9fb1b9bc50368f0e9a62cec.tar.bz2 gentoo-7e900fd339609e42b9fb1b9bc50368f0e9a62cec.zip |
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@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gimp-lensfun/gimp-lensfun-0.2.4.ebuild | 44 |
1 files changed, 0 insertions, 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 904ac1bfbb99..000000000000 --- 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} -} |