diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 18:52:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:27:04 +0200 |
commit | b0050dd898ed6e7290320c748aff6286989aa4fb (patch) | |
tree | 4605bb210c297a1d6390ea009fb0bfb2358d7a02 /media-libs/SoQt | |
parent | dev-python/*: Remove last-rited (diff) | |
download | gentoo-b0050dd898ed6e7290320c748aff6286989aa4fb.tar.gz gentoo-b0050dd898ed6e7290320c748aff6286989aa4fb.tar.bz2 gentoo-b0050dd898ed6e7290320c748aff6286989aa4fb.zip |
media-libs/SoQt: Remove last-rited
Closes: https://bugs.gentoo.org/644362
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/Manifest | 1 | ||||
-rw-r--r-- | media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 57 | ||||
-rw-r--r-- | media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch | 13 | ||||
-rw-r--r-- | media-libs/SoQt/metadata.xml | 10 |
4 files changed, 0 insertions, 81 deletions
diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest deleted file mode 100644 index 34fd1f396f46..000000000000 --- a/media-libs/SoQt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST SoQt-1.5.0.tar.gz 1515230 BLAKE2B bd7723ce41361cdc90e143595d3f0f680fcba212ba842b868366c60ba0daf0c3730897f2194ed6947f9d2b4bf04f442bce83a6542ed596788a97579023151d12 SHA512 e65596bf466b56aa0d7c4f367b250ba3a77094cf1a529c1e2a199b8b91106ab8954873ddfc9f9cd7ff359c0f82e6bbf32d30e78e3fb92733490937e477890a0b 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 -} diff --git a/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch b/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch deleted file mode 100644 index ff55a03aed4b..000000000000 --- a/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ruN SoQt-1.5.0/SoQt.pc.in my/SoQt.pc.in ---- SoQt-1.5.0/SoQt.pc.in 2010-03-02 23:57:41.000000000 +0100 -+++ my/SoQt.pc.in 2013-05-28 01:14:13.083619183 +0200 -@@ -10,7 +10,8 @@ - Version: @SOQT_VERSION@ - Requires: Coin - Conflicts: --Libs: -L${libdir} @SOGUI_EXTRA_LDFLAGS@ @SOGUI_EXTRA_LIBS@ -+Libs: -L${libdir} -lSoQt -+Libs.private: -L${libdir} @SOGUI_EXTRA_LIBS@ - Cflags: -I${includedir} @SOGUI_EXTRA_CFLAGS@ @SOGUI_EXTRA_CPPFLAGS@ - - soqt_host=@host@ diff --git a/media-libs/SoQt/metadata.xml b/media-libs/SoQt/metadata.xml deleted file mode 100644 index ba799f44a2a0..000000000000 --- a/media-libs/SoQt/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>reavertm@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="bitbucket">Coin3D/coin</remote-id> - </upstream> -</pkgmetadata> |