Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/qcodeedit/files/, dev-libs/qcodeedit/
Date: Mon, 14 Aug 2017 08:03:08
Message-Id: 1502697774.e24e17099fd5bc959c4e7d36eb94264498053dd4.mgorny@gentoo
1 commit: e24e17099fd5bc959c4e7d36eb94264498053dd4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 07:59:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 08:02:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24e1709
7
8 dev-libs/qcodeedit: Remove last-rited pkg, #603900
9
10 dev-libs/qcodeedit/Manifest | 1 -
11 .../files/qcodeedit-2.2.3-fix-parallel-build.patch | 15 ---------
12 dev-libs/qcodeedit/metadata.xml | 8 -----
13 dev-libs/qcodeedit/qcodeedit-2.2.3-r2.ebuild | 37 ----------------------
14 dev-libs/qcodeedit/qcodeedit-2.2.3.ebuild | 30 ------------------
15 profiles/package.mask | 5 ---
16 6 files changed, 96 deletions(-)
17
18 diff --git a/dev-libs/qcodeedit/Manifest b/dev-libs/qcodeedit/Manifest
19 deleted file mode 100644
20 index 615aee280d2..00000000000
21 --- a/dev-libs/qcodeedit/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST qcodeedit-2.2.3.zip 381305 SHA256 39a8109efb3d9814d9827f08b524fc8e7d475af3a2466ccf6e08b2236c1dc46e SHA512 39618bf130127d2824a38de77448d02a1d07cc2d4861d3381a7c2c6107fc2816b0e030c6b6725e8f4782a0967c67a07767e9eb625aee6fce5dfbca10d850ebaa WHIRLPOOL 988f45e14ff3161c11336e150e419ef7bb0b3b5914c1f545ac41245a26c6c0075b26ef136b245bf530d4919dd9bb72cd069b69c48981aa44eaae354bf8b20bf3
25
26 diff --git a/dev-libs/qcodeedit/files/qcodeedit-2.2.3-fix-parallel-build.patch b/dev-libs/qcodeedit/files/qcodeedit-2.2.3-fix-parallel-build.patch
27 deleted file mode 100644
28 index 4c1a5feb02f..00000000000
29 --- a/dev-libs/qcodeedit/files/qcodeedit-2.2.3-fix-parallel-build.patch
30 +++ /dev/null
31 @@ -1,15 +0,0 @@
32 -Add missing edges to dependency graph in order to
33 -allow for parallel building.
34 -
35 ---- qcodeedit-2.2.3/qcodeedit.pro
36 -+++ qcodeedit-2.2.3/qcodeedit.pro
37 -@@ -4,6 +4,9 @@
38 -
39 - SUBDIRS += lib example designer-plugin
40 -
41 -+example.depends = lib
42 -+designer-plugin.depends = lib
43 -+
44 - CONFIG(debug, debug|release) {
45 - # placeholder
46 - QCODE_EDIT_EXTRA_DEFINES += _DEBUG_BUILD_
47
48 diff --git a/dev-libs/qcodeedit/metadata.xml b/dev-libs/qcodeedit/metadata.xml
49 deleted file mode 100644
50 index 78bf43ca3d6..00000000000
51 --- a/dev-libs/qcodeedit/metadata.xml
52 +++ /dev/null
53 @@ -1,8 +0,0 @@
54 -<?xml version="1.0" encoding="UTF-8"?>
55 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 -<pkgmetadata>
57 - <!-- maintainer-needed -->
58 - <upstream>
59 - <remote-id type="sourceforge">edyuk</remote-id>
60 - </upstream>
61 -</pkgmetadata>
62
63 diff --git a/dev-libs/qcodeedit/qcodeedit-2.2.3-r2.ebuild b/dev-libs/qcodeedit/qcodeedit-2.2.3-r2.ebuild
64 deleted file mode 100644
65 index dd8e667db07..00000000000
66 --- a/dev-libs/qcodeedit/qcodeedit-2.2.3-r2.ebuild
67 +++ /dev/null
68 @@ -1,37 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -inherit qmake-utils
75 -
76 -DESCRIPTION="Qt-Framework for code editing"
77 -HOMEPAGE="http://edyuk.sourceforge.net/"
78 -SRC_URI="mirror://sourceforge/project/edyuk/${PN}/${PV}/${P}.zip"
79 -
80 -SLOT="0"
81 -LICENSE="GPL-2"
82 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
83 -IUSE=""
84 -
85 -RDEPEND="
86 - dev-qt/qtgui:4
87 - dev-qt/qtcore:4
88 - dev-qt/qtxmlpatterns:4
89 - dev-qt/designer:4
90 -"
91 -DEPEND="${RDEPEND}
92 -"
93 -
94 -PATCHES=(
95 - "${FILESDIR}/${P}-fix-parallel-build.patch"
96 -)
97 -
98 -src_configure() {
99 - eqmake4 ${PN}.pro
100 -}
101 -
102 -src_install() {
103 - emake INSTALL_ROOT="${D}" install
104 - dolib.so libqcodeedit.so*
105 -}
106
107 diff --git a/dev-libs/qcodeedit/qcodeedit-2.2.3.ebuild b/dev-libs/qcodeedit/qcodeedit-2.2.3.ebuild
108 deleted file mode 100644
109 index bd690c4dc14..00000000000
110 --- a/dev-libs/qcodeedit/qcodeedit-2.2.3.ebuild
111 +++ /dev/null
112 @@ -1,30 +0,0 @@
113 -# Copyright 1999-2013 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=5
117 -
118 -inherit qt4-r2
119 -
120 -DESCRIPTION="Qt-Framework for code editing"
121 -HOMEPAGE="http://edyuk.sourceforge.net/"
122 -SRC_URI="mirror://sourceforge/project/edyuk/${PN}/${PV}/${P}.zip"
123 -
124 -SLOT="0"
125 -LICENSE="GPL-2"
126 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
127 -IUSE=""
128 -
129 -RDEPEND="
130 - dev-qt/qtgui:4
131 - dev-qt/qtcore:4
132 - dev-qt/qtxmlpatterns:4
133 -"
134 -DEPEND="${RDEPEND}
135 -"
136 -
137 -MAKEOPTS+=" -j1"
138 -
139 -src_install() {
140 - qt4-r2_src_install
141 - dolib.so libqcodeedit.so*
142 -}
143
144 diff --git a/profiles/package.mask b/profiles/package.mask
145 index 786ae643351..4a5710a758e 100644
146 --- a/profiles/package.mask
147 +++ b/profiles/package.mask
148 @@ -349,11 +349,6 @@ media-video/gnome-subtitles
149 x11-terms/evilvte
150
151 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
152 -# Not compatible with gcc6, nothing needs this in the tree (#603900).
153 -# Removal in a month.
154 -dev-libs/qcodeedit
155 -
156 -# Pacho Ramos <pacho@g.o> (14 Jul 2017)
157 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
158 # minicom. Removal in 2 months.
159 net-dialup/gtkterm