commit:     b0050dd898ed6e7290320c748aff6286989aa4fb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  1 16:52:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 07:27:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0050dd8

media-libs/SoQt: Remove last-rited

Closes: https://bugs.gentoo.org/644362

 media-libs/SoQt/Manifest                           |  1 -
 media-libs/SoQt/SoQt-1.5.0-r1.ebuild               | 57 ----------------------
 .../SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch  | 13 -----
 media-libs/SoQt/metadata.xml                       | 10 ----
 profiles/package.mask                              |  1 -
 5 files changed, 82 deletions(-)

diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest
deleted file mode 100644
index 34fd1f396f4..00000000000
--- 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 95494b3c400..00000000000
--- 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 ff55a03aed4..00000000000
--- 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 ba799f44a2a..00000000000
--- 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>reave...@gentoo.org</email>
-  </maintainer>
-  <upstream>
-    <remote-id type="bitbucket">Coin3D/coin</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a056982c73e..1c79667f929 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -215,7 +215,6 @@ app-eselect/eselect-qtgraphicssystem
 dev-python/pivy
 media-libs/emfengine
 media-libs/quarter
-media-libs/SoQt
 
 # Thomas Deutschmann <whi...@gentoo.org> (23 Jun 2018)
 # Doesn't pass QA full boot test

Reply via email to