public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lensfun/files/, media-plugins/gimp-lensfun/
@ 2018-04-09 19:58 Jonas Stein
  0 siblings, 0 replies; only message in thread
From: Jonas Stein @ 2018-04-09 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1f6143d854873543c626f15d9d3df50c054b0cd0
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  9 19:16:26 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Apr  9 19:58:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6143d8

media-plugins/gimp-lensfun: Drop old

Remove old versions and patches from the tree.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-plugins/gimp-lensfun/Manifest                |  2 -
 .../files/0.2.3-remove-deprecated-output.patch     | 22 ----------
 .../files/gimp-lensfun-0.2.2-build.patch           | 34 ----------------
 .../gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild      | 47 ----------------------
 .../gimp-lensfun/gimp-lensfun-0.2.3.ebuild         | 46 ---------------------
 5 files changed, 151 deletions(-)

diff --git a/media-plugins/gimp-lensfun/Manifest b/media-plugins/gimp-lensfun/Manifest
index 4e1590534b6..78132413a6e 100644
--- a/media-plugins/gimp-lensfun/Manifest
+++ b/media-plugins/gimp-lensfun/Manifest
@@ -1,3 +1 @@
-DIST gimp-lensfun-0.2.3.tar.gz 28793 BLAKE2B 82b2603c9e51dc48b9a64a9fd872251704c10f00c3bb8636bbf73a2ad9e8084922167d8d45e4629b6a20888575875782d52b3b1e68ab5c24eb3eb0b44cda6897 SHA512 c9c0dae61ca33f27f46b4a7f5db2bb939eade2f258780e161938aa5cae7262e9ef5ec2057fd07ccbd1492638b91902b9e3647f9b2ab3f38e7697822022642b42
 DIST gimp-lensfun-0.2.4.tar.gz 29039 BLAKE2B 30c5abac6e00e74e008a94f0fa23391d9dc336b5a6540ec7a0deb33e250cc2df66821db67b4bd76b36c9745a600838c834c01c27db741f8349f2ac13dc60e963 SHA512 5a73a00d71c28d92881bfc2b15be7e8adef8756af808f8ae19f0e3208287853fe4f735b1bef23b658f660da8393b68cbe8416804173944d0c844ac284be77671
-DIST gimplensfun-0.2.2.tar.gz 90562 BLAKE2B 2a35d7ee6275cc2f62b33fcd7c317be1676ba8da5ce0f71427e42c70d53b64cf41d638a23f5de7614d20fa5e1b4139f4107f77b79f3b377941d4d8a611d9c275 SHA512 7bdddebe91ecdc5c73e748f07606b4de64fea12b79a8c36874a0495a1cb12202d48ff5d7503d615ee937f5e3cc5adabb660ab74ee314a5e4ac6d2b302115d773

diff --git a/media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch b/media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch
deleted file mode 100644
index 3b4e7162e82..00000000000
--- a/media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 730e1280bb1968ec1e31f8c87949187b022a74bb Mon Sep 17 00:00:00 2001
-From: Sebastian Kraft <mail@sebastiankraft.net>
-Date: Mon, 11 Aug 2014 21:30:07 +0200
-Subject: [PATCH] CCI has been removed from lensfun, also remove it here
-
----
- src/gimplensfun.cpp | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/gimplensfun.cpp b/src/gimplensfun.cpp
-index 0b4bb8f..6a66a8f 100644
---- a/src/gimplensfun.cpp
-+++ b/src/gimplensfun.cpp
-@@ -297,7 +297,6 @@ static void PrintLens (const lfLens *lens)
-     g_print ("\tFocal: %g-%g\n", lens->MinFocal, lens->MaxFocal);
-     g_print ("\tAperture: %g-%g\n", lens->MinAperture, lens->MaxAperture);
-     g_print ("\tCenter: %g,%g\n", lens->CenterX, lens->CenterY);
--    g_print ("\tCCI: %g/%g/%g\n", lens->RedCCI, lens->GreenCCI, lens->BlueCCI);
-     if (lens->Mounts)
-         for (int j = 0; lens->Mounts [j]; j++)
-             g_print ("\tMount: %s\n", lf_db_mount_name (ldb, lens->Mounts [j]));
-

diff --git a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.2-build.patch b/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.2-build.patch
deleted file mode 100644
index 41e171e5248..00000000000
--- a/media-plugins/gimp-lensfun/files/gimp-lensfun-0.2.2-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Sun Sep 30 13:22:40 UTC 2012
-Subject: build system
-
-	respect CC, CFLAGS and LDFLAGS
-	https://bugs.gentoo.org/show_bug.cgi?id=436660
-
---- Makefile
-+++ Makefile
-@@ -1,8 +1,9 @@
--CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags && pkg-config --cflags lensfun exiv2) -fopenmp 
-+CXXFLAGS ?= -O3
-+CXXFLAGS += -Wall $(shell gimptool-2.0 --cflags && pkg-config --cflags lensfun exiv2) -fopenmp 
- LIBS = $(shell gimptool-2.0 --libs && pkg-config --libs lensfun exiv2)
- PLUGIN = gimplensfun
- SOURCES = src/gimplensfun.c
--CC = g++
-+CXX ?= g++
- # END CONFIG ##################################################################
- 
- .PHONY: all install userinstall clean uninstall useruninstall
-@@ -12,10 +13,10 @@
- OBJECTS = $(subst .c,.o,$(SOURCES))
- 
- $(PLUGIN): $(OBJECTS)
--	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
-+	$(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
- 
- %.o: %.c $(HEADERS)
--	$(CC) $(CFLAGS) -c -o $@ $*.c
-+	$(CXX) $(CXXFLAGS) -c -o $@ $*.c
- 	
- install: $(PLUGIN)
- 	@gimptool-2.0 --install-admin-bin $^

diff --git a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild b/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild
deleted file mode 100644
index 03b83195bfb..00000000000
--- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-MY_PN="gimplensfun"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Gimp plugin to correct lens distortions"
-HOMEPAGE="https://seebk.github.io/GIMP-Lensfun/"
-SRC_URI="http://lensfun.sebastiankraft.net/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="openmp"
-
-RDEPEND="media-gfx/gimp
-	media-gfx/exiv2
-	media-libs/lensfun"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-	if use openmp ; then
-		tc-has-openmp || die "Please switch to an openmp compatible compiler"
-	fi
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-build.patch
-
-	if ! use openmp; then
-		sed -i "s/-fopenmp//g" Makefile
-	fi
-
-	tc-export CXX
-}
-
-src_install() {
-	exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
-	doexe ${MY_PN}
-}

diff --git a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild b/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild
deleted file mode 100644
index f60b59b4744..00000000000
--- a/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild
+++ /dev/null
@@ -1,46 +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"
-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() {
-	epatch "${FILESDIR}"/${PV}-remove-deprecated-output.patch
-
-	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}
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-09 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-09 19:58 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lensfun/files/, media-plugins/gimp-lensfun/ Jonas Stein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox