commit:     1351834225d8f0a8afd4506ba4d820c4beb2077b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 16:51:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 17:15:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13518342

media-libs/lensfun: Drop 0.3.2 (r0)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-libs/lensfun/lensfun-0.3.2.ebuild | 47 ---------------------------------
 1 file changed, 47 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild 
b/media-libs/lensfun/lensfun-0.3.2.ebuild
deleted file mode 100644
index 721fa87f2f6..00000000000
--- a/media-libs/lensfun/lensfun-0.3.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-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 ~arm64 ~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.md docs/mounts.txt ChangeLog )
-
-src_configure() {
-       local mycmakeargs=(
-               -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-               -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
-               -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
-               -DBUILD_AUXFUN=ON
-               -DBUILD_DOC=$(usex doc ON OFF)
-               -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF)
-               -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)
-               -DBUILD_TESTS=$(usex test ON OFF)
-               -DBUILD_STATIC=OFF
-       )
-
-       cmake-utils_src_configure
-}

Reply via email to