From f625b9919a60a30f1bd860f7d1b2eac183ced593 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 8 Aug 2018 20:11:47 +0100 Subject: gentoo resync : 08.08.2018 --- media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 57 ------------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 media-libs/SoQt/SoQt-1.5.0-r1.ebuild (limited to 'media-libs/SoQt/SoQt-1.5.0-r1.ebuild') diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild deleted file mode 100644 index 95494b3c4008..000000000000 --- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="The glue between Coin3D and Qt" -HOMEPAGE="https://bitbucket.org/Coin3D/soqt" -SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz" - -LICENSE="|| ( GPL-2 PEL )" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="debug doc static-libs" - -RDEPEND=" - >=media-libs/coin-3.1.3 - virtual/opengl - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.5.0-pkgconfig-partial.patch" -) - -DOCS=(AUTHORS ChangeLog FAQ HACKING NEWS README) - -src_configure() { - local myeconfargs=( - htmldir="${EPREFIX}/usr/share/doc/${PF}/html" - --disable-compact - --disable-html-help - --disable-loadlibrary - --disable-man - --enable-pkgconfig - --includedir="${EPREFIX}/usr/include/coin" - --with-coin - $(use_enable debug) - $(use_enable debug symbols) - $(use_enable doc html) - ) - autotools-utils_src_configure -} - -src_install() { - # Remove SoQt from Libs.private - sed -e '/Libs.private/s/ -lSoQt//' -i "${BUILD_DIR}"/SoQt.pc || die - - autotools-utils_src_install -} -- cgit v1.2.3