summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-20 18:32:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-20 21:09:26 +0200
commit7d1737f7b6898b5bdef9d2583b7cd395ef5e241b (patch)
treef723b054aa338dc5f4cabb62116946be3085bdf4 /media-libs
parentmedia-libs/gegl: Drop to ~hppa (diff)
downloadgentoo-7d1737f7b6898b5bdef9d2583b7cd395ef5e241b.tar.gz
gentoo-7d1737f7b6898b5bdef9d2583b7cd395ef5e241b.tar.bz2
gentoo-7d1737f7b6898b5bdef9d2583b7cd395ef5e241b.zip
media-libs/lensfun: Drop old
Closes: https://bugs.gentoo.org/647060 Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/lensfun/Manifest1
-rw-r--r--media-libs/lensfun/lensfun-0.3.1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index c74ecac76b9f..3c89adacf4f9 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1,2 +1 @@
-DIST lensfun-0.3.1.tar.gz 761892 BLAKE2B cbba497195a0efda181c67fa8e501d4efe7db4da153ff59563d9695d93709615bc098b94ef1e933708c8ec82330ecfb427066ada255e78fdf7316d4ebdb9712c SHA512 cd0f142bb7d6aa154f587d89502da35473a7a02660246bd025ccd5d1982f55425359405898e11ce9094351ad44a2d6786b9ff07d227f75699e99e4de8f40938c
DIST lensfun-0.3.2.tar.gz 784825 BLAKE2B c77cd6b2f1bda0313a980fbd3bbc7ca9ad5ed0b9777cce924f66da5de3974ccfc8939d054c7a7532508b6b0913e2d436a825a83916800b625ff2c552c96a0ae3 SHA512 9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446
diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild b/media-libs/lensfun/lensfun-0.3.1.ebuild
deleted file mode 100644
index 92566cc335f7..000000000000
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-single-r1 cmake-utils
-
-DESCRIPTION="lensfun: A library for rectifying and simulating photographic lens distortions"
-HOMEPAGE="http://lensfun.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
-
-RDEPEND=">=dev-libs/glib-2.28
- media-libs/libpng:0=
- sys-libs/zlib:=
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- doc? (
- app-doc/doxygen
- dev-python/docutils
- )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=( README docs/mounts.txt ChangeLog )
-
-src_configure() {
- local mycmakeargs=(
- -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
- -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
- -DBUILD_AUXFUN=ON
- $(cmake-utils_use_build doc)
- $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE)
- $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2)
- $(cmake-utils_use_build test TESTS)
- -DBUILD_STATIC=OFF
- )
-
- cmake-utils_src_configure
-}