Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/files/, profiles/, media-libs/SoQt/
Date: Tue, 07 Aug 2018 07:28:25
Message-Id: 1533626824.b0050dd898ed6e7290320c748aff6286989aa4fb.asturm@gentoo
1 commit: b0050dd898ed6e7290320c748aff6286989aa4fb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 16:52:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 7 07:27:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0050dd8
7
8 media-libs/SoQt: Remove last-rited
9
10 Closes: https://bugs.gentoo.org/644362
11
12 media-libs/SoQt/Manifest | 1 -
13 media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 57 ----------------------
14 .../SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch | 13 -----
15 media-libs/SoQt/metadata.xml | 10 ----
16 profiles/package.mask | 1 -
17 5 files changed, 82 deletions(-)
18
19 diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest
20 deleted file mode 100644
21 index 34fd1f396f4..00000000000
22 --- a/media-libs/SoQt/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST SoQt-1.5.0.tar.gz 1515230 BLAKE2B bd7723ce41361cdc90e143595d3f0f680fcba212ba842b868366c60ba0daf0c3730897f2194ed6947f9d2b4bf04f442bce83a6542ed596788a97579023151d12 SHA512 e65596bf466b56aa0d7c4f367b250ba3a77094cf1a529c1e2a199b8b91106ab8954873ddfc9f9cd7ff359c0f82e6bbf32d30e78e3fb92733490937e477890a0b
26
27 diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
28 deleted file mode 100644
29 index 95494b3c400..00000000000
30 --- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,57 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit autotools-utils
39 -
40 -DESCRIPTION="The glue between Coin3D and Qt"
41 -HOMEPAGE="https://bitbucket.org/Coin3D/soqt"
42 -SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz"
43 -
44 -LICENSE="|| ( GPL-2 PEL )"
45 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
46 -SLOT="0"
47 -IUSE="debug doc static-libs"
48 -
49 -RDEPEND="
50 - >=media-libs/coin-3.1.3
51 - virtual/opengl
52 - dev-qt/qtcore:4
53 - dev-qt/qtgui:4
54 - dev-qt/qtopengl:4
55 -"
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig
58 - doc? ( app-doc/doxygen )
59 -"
60 -
61 -PATCHES=(
62 - "${FILESDIR}/${PN}-1.5.0-pkgconfig-partial.patch"
63 -)
64 -
65 -DOCS=(AUTHORS ChangeLog FAQ HACKING NEWS README)
66 -
67 -src_configure() {
68 - local myeconfargs=(
69 - htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
70 - --disable-compact
71 - --disable-html-help
72 - --disable-loadlibrary
73 - --disable-man
74 - --enable-pkgconfig
75 - --includedir="${EPREFIX}/usr/include/coin"
76 - --with-coin
77 - $(use_enable debug)
78 - $(use_enable debug symbols)
79 - $(use_enable doc html)
80 - )
81 - autotools-utils_src_configure
82 -}
83 -
84 -src_install() {
85 - # Remove SoQt from Libs.private
86 - sed -e '/Libs.private/s/ -lSoQt//' -i "${BUILD_DIR}"/SoQt.pc || die
87 -
88 - autotools-utils_src_install
89 -}
90
91 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
92 deleted file mode 100644
93 index ff55a03aed4..00000000000
94 --- a/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch
95 +++ /dev/null
96 @@ -1,13 +0,0 @@
97 -diff -ruN SoQt-1.5.0/SoQt.pc.in my/SoQt.pc.in
98 ---- SoQt-1.5.0/SoQt.pc.in 2010-03-02 23:57:41.000000000 +0100
99 -+++ my/SoQt.pc.in 2013-05-28 01:14:13.083619183 +0200
100 -@@ -10,7 +10,8 @@
101 - Version: @SOQT_VERSION@
102 - Requires: Coin
103 - Conflicts:
104 --Libs: -L${libdir} @SOGUI_EXTRA_LDFLAGS@ @SOGUI_EXTRA_LIBS@
105 -+Libs: -L${libdir} -lSoQt
106 -+Libs.private: -L${libdir} @SOGUI_EXTRA_LIBS@
107 - Cflags: -I${includedir} @SOGUI_EXTRA_CFLAGS@ @SOGUI_EXTRA_CPPFLAGS@
108 -
109 - soqt_host=@host@
110
111 diff --git a/media-libs/SoQt/metadata.xml b/media-libs/SoQt/metadata.xml
112 deleted file mode 100644
113 index ba799f44a2a..00000000000
114 --- a/media-libs/SoQt/metadata.xml
115 +++ /dev/null
116 @@ -1,10 +0,0 @@
117 -<?xml version='1.0' encoding='UTF-8'?>
118 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
119 -<pkgmetadata>
120 - <maintainer type="person">
121 - <email>reavertm@g.o</email>
122 - </maintainer>
123 - <upstream>
124 - <remote-id type="bitbucket">Coin3D/coin</remote-id>
125 - </upstream>
126 -</pkgmetadata>
127
128 diff --git a/profiles/package.mask b/profiles/package.mask
129 index a056982c73e..1c79667f929 100644
130 --- a/profiles/package.mask
131 +++ b/profiles/package.mask
132 @@ -215,7 +215,6 @@ app-eselect/eselect-qtgraphicssystem
133 dev-python/pivy
134 media-libs/emfengine
135 media-libs/quarter
136 -media-libs/SoQt
137
138 # Thomas Deutschmann <whissi@g.o> (23 Jun 2018)
139 # Doesn't pass QA full boot test