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/emfengine/, profiles/, media-libs/emfengine/files/
Date: Tue, 07 Aug 2018 07:28:31
Message-Id: 1533626824.e4a069d1c3dc96459e5dd81098be23c9169a8af6.asturm@gentoo
1 commit: e4a069d1c3dc96459e5dd81098be23c9169a8af6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 16:53:42 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=e4a069d1
7
8 media-libs/emfengine: Remove last-rited
9
10 Closes: https://bugs.gentoo.org/644368
11
12 media-libs/emfengine/Manifest | 1 -
13 media-libs/emfengine/emfengine-0.8.ebuild | 52 ----------------------------
14 media-libs/emfengine/files/0.7-config.patch | 13 -------
15 media-libs/emfengine/files/0.7-header.patch | 13 -------
16 media-libs/emfengine/files/0.8-example.patch | 12 -------
17 media-libs/emfengine/metadata.xml | 7 ----
18 profiles/package.mask | 1 -
19 7 files changed, 99 deletions(-)
20
21 diff --git a/media-libs/emfengine/Manifest b/media-libs/emfengine/Manifest
22 deleted file mode 100644
23 index 688f4046b33..00000000000
24 --- a/media-libs/emfengine/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST EmfEngine-0.8-opensource.zip 37494 BLAKE2B 0d107acc45a87156df24fbb86333571a6ba61b24143bced768c4fe090be6d9d2601c95aa43214bf4646f21fc16dac4e43aa8bdff62f353d216f21f862e2130e8 SHA512 70f8c122520b3053032d9ca36a40cdb3ab647a8e51b6570e40c0855fe478e953fec3a66f99c7fd217cf91c963c031efb7cbaeb10f4a8ca7860752799950fc7ba
28
29 diff --git a/media-libs/emfengine/emfengine-0.8.ebuild b/media-libs/emfengine/emfengine-0.8.ebuild
30 deleted file mode 100644
31 index 0861ce1104a..00000000000
32 --- a/media-libs/emfengine/emfengine-0.8.ebuild
33 +++ /dev/null
34 @@ -1,52 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit eutils qmake-utils
41 -
42 -MY_PN="EmfEngine"
43 -
44 -DESCRIPTION="Native vector graphics file format on Windows"
45 -HOMEPAGE="http://soft.proindependent.com/emf/index.html"
46 -SRC_URI="https://dev.gentoo.org/~jelc/distfiles/${MY_PN}-${PV}-opensource.zip"
47 -
48 -SLOT="0"
49 -LICENSE="GPL-3"
50 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - dev-qt/qtcore:4
55 - dev-qt/qtgui:4
56 - media-libs/libemf
57 - media-libs/libpng:0
58 - "
59 -DEPEND="${RDEPEND}
60 - app-arch/unzip"
61 -
62 -S="${WORKDIR}"/${MY_PN}
63 -
64 -PATCHES=(
65 - "${FILESDIR}/0.7-config.patch"
66 - "${FILESDIR}/0.7-header.patch"
67 - "${FILESDIR}"/${PV}-example.patch
68 -)
69 -
70 -src_prepare() {
71 - edos2unix EmfEngine.pro
72 - epatch "${PATCHES[@]}"
73 - sed \
74 - -e "s:/usr/local/lib/libEMF.a:-lEMF:g" \
75 - -e "s:/usr/local/include:${EPREFIX}/usr/include/:g" \
76 - -i src/src.pro example/example.pro || die
77 -}
78 -
79 -src_configure() {
80 - eqmake4
81 -}
82 -
83 -src_install() {
84 - dolib.so libEmfEngine.so*
85 - doheader src/*.h*
86 -}
87
88 diff --git a/media-libs/emfengine/files/0.7-config.patch b/media-libs/emfengine/files/0.7-config.patch
89 deleted file mode 100644
90 index 709663aa3c8..00000000000
91 --- a/media-libs/emfengine/files/0.7-config.patch
92 +++ /dev/null
93 @@ -1,13 +0,0 @@
94 -diff --git a/config.pri b/config.pri
95 -index 97854bc..db7e20f 100644
96 ---- a/config.pri
97 -+++ b/config.pri
98 -@@ -8,7 +8,7 @@ win32:CONFIG += HAVE_GDI_PLUS
99 - #DEFINES += HAVE_ANTIALIASED_TEXT
100 -
101 - # Comment the following line if you want to build EmfEngine statically
102 --#CONFIG += EmfEngineDll
103 -+CONFIG += EmfEngineDll
104 -
105 -
106 -
107
108 diff --git a/media-libs/emfengine/files/0.7-header.patch b/media-libs/emfengine/files/0.7-header.patch
109 deleted file mode 100644
110 index 4d5964fc680..00000000000
111 --- a/media-libs/emfengine/files/0.7-header.patch
112 +++ /dev/null
113 @@ -1,13 +0,0 @@
114 -diff --git a/src/EmfEngine.h b/src/EmfEngine.h
115 -index 12b1e5b..0573083 100644
116 ---- a/src/EmfEngine.h
117 -+++ b/src/EmfEngine.h
118 -@@ -52,7 +52,7 @@
119 - using namespace Gdiplus;
120 - #else
121 - #ifdef Q_WS_X11
122 -- #include <emf.h>
123 -+ #include <libEMF/emf.h>
124 - #endif
125 -
126 - #ifdef Q_WS_MAC
127
128 diff --git a/media-libs/emfengine/files/0.8-example.patch b/media-libs/emfengine/files/0.8-example.patch
129 deleted file mode 100644
130 index 251419663c0..00000000000
131 --- a/media-libs/emfengine/files/0.8-example.patch
132 +++ /dev/null
133 @@ -1,12 +0,0 @@
134 -diff --git a/EmfEngine.pro b/EmfEngine.pro
135 -index 4615ffa..032c8b9 100644
136 ---- a/EmfEngine.pro
137 -+++ b/EmfEngine.pro
138 -@@ -3,5 +3,4 @@ include( config.pri )
139 - TEMPLATE = subdirs
140 -
141 - SUBDIRS = \
142 -- src \
143 -- example
144 -\ No newline at end of file
145 -+ src
146
147 diff --git a/media-libs/emfengine/metadata.xml b/media-libs/emfengine/metadata.xml
148 deleted file mode 100644
149 index 4028bdb661a..00000000000
150 --- a/media-libs/emfengine/metadata.xml
151 +++ /dev/null
152 @@ -1,7 +0,0 @@
153 -<?xml version="1.0" encoding="UTF-8"?>
154 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
155 -<pkgmetadata>
156 - <maintainer type="project">
157 - <email>sci@g.o</email>
158 - </maintainer>
159 -</pkgmetadata>
160
161 diff --git a/profiles/package.mask b/profiles/package.mask
162 index 72507c177c6..637d7d75347 100644
163 --- a/profiles/package.mask
164 +++ b/profiles/package.mask
165 @@ -213,7 +213,6 @@ app-eselect/eselect-qtgraphicssystem
166 # Andreas Sturmlechner <asturm@g.o> (26 Jun 2018)
167 # Depends on dead Qt4. Masked for removal. Bugs #644364, #644368, #644362
168 dev-python/pivy
169 -media-libs/emfengine
170
171 # Thomas Deutschmann <whissi@g.o> (23 Jun 2018)
172 # Doesn't pass QA full boot test