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: app-text/winefish/files/, app-text/winefish/, profiles/
Date: Sat, 31 Aug 2019 11:52:08
Message-Id: 1567252280.ba3791026e61cefb642929acfd28738ab560f89a.mgorny@gentoo
1 commit: ba3791026e61cefb642929acfd28738ab560f89a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 11:51:20 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 11:51:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba379102
7
8 app-text/winefish: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/686630
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-text/winefish/Manifest | 1 -
14 .../winefish/files/winefish-1.3.3-desktop.patch | 11 -----
15 app-text/winefish/files/winefish-1.3.3-doc.patch | 13 ------
16 .../winefish/files/winefish-1.3.3-memset.patch | 11 -----
17 .../winefish/files/winefish-1.3.3-nostrip.patch | 11 -----
18 .../winefish/files/winefish-1.3.3-version.patch | 11 -----
19 app-text/winefish/metadata.xml | 11 -----
20 app-text/winefish/winefish-1.3.3-r2.ebuild | 53 ----------------------
21 profiles/package.mask | 6 ---
22 9 files changed, 128 deletions(-)
23
24 diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
25 deleted file mode 100644
26 index 56a1dbce70f..00000000000
27 --- a/app-text/winefish/Manifest
28 +++ /dev/null
29 @@ -1 +0,0 @@
30 -DIST winefish-1.3.3.tar.gz 485772 BLAKE2B 344059c9bc15ec693e66d5d901d2e620ff223dd48de64d32b385cc1e06f6782dc2a2ec965ab8f5ce26bbf518df8edc60a1640b7ed7b576939bf45bbc424f7900 SHA512 216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c
31
32 diff --git a/app-text/winefish/files/winefish-1.3.3-desktop.patch b/app-text/winefish/files/winefish-1.3.3-desktop.patch
33 deleted file mode 100644
34 index eaa66eca7dd..00000000000
35 --- a/app-text/winefish/files/winefish-1.3.3-desktop.patch
36 +++ /dev/null
37 @@ -1,11 +0,0 @@
38 ---- a/data/winefish.desktop.in
39 -+++ b/data/winefish.desktop.in
40 -@@ -7,7 +7,7 @@
41 - Icon=ICONDIR/winefish-icon.png
42 - Terminal=false
43 - Type=Application
44 --Categories=GTK;GNOME;Application;Editors;Office;Development;
45 -+Categories=GTK;GNOME;TextEditor;Office;Development;
46 - Encoding=UTF-8
47 - StartupNotify=true
48 - MimeType=text/x-tex;application/winefish-project;text/xml;
49
50 diff --git a/app-text/winefish/files/winefish-1.3.3-doc.patch b/app-text/winefish/files/winefish-1.3.3-doc.patch
51 deleted file mode 100644
52 index 9e02510e35a..00000000000
53 --- a/app-text/winefish/files/winefish-1.3.3-doc.patch
54 +++ /dev/null
55 @@ -1,13 +0,0 @@
56 ---- a/Makefile.in
57 -+++ b/Makefile.in
58 -@@ -89,8 +89,8 @@
59 - $(INSTALL_DIR) $(DESTDIR)$(pkgdatadir)
60 - $(INSTALL_DATA) images/winefish_splash.png $(DESTDIR)$(pkgdatadir)
61 - $(INSTALL_DIR) $(DESTDIR)$(docdir)
62 -- $(INSTALL_DATA) doc/winefish.html $(DESTDIR)$(docdir)
63 --# $(INSTALL_DATA) doc/winefish.txt $(DESTDIR)$(docdir)
64 -+# $(INSTALL_DATA) doc/winefish.html $(DESTDIR)$(docdir)
65 -+ $(INSTALL_DATA) doc/winefish.txt $(DESTDIR)$(docdir)
66 - @cd icons/ && $(MAKE) install
67 - @cd src/ && $(MAKE) install
68 - @cd data/ && $(MAKE) install
69
70 diff --git a/app-text/winefish/files/winefish-1.3.3-memset.patch b/app-text/winefish/files/winefish-1.3.3-memset.patch
71 deleted file mode 100644
72 index 7390642bb69..00000000000
73 --- a/app-text/winefish/files/winefish-1.3.3-memset.patch
74 +++ /dev/null
75 @@ -1,11 +0,0 @@
76 ---- a/src/highlight.c
77 -+++ b/src/highlight.c
78 -@@ -731,7 +731,7 @@
79 - GList *tmplist = g_list_first(level);
80 - while (tmplist) {
81 - Tpattern * pat = (Tpattern *)tmplist->data;
82 -- memset(pat->ovector,0,sizeof(pat->ovector));
83 -+ memset(pat->ovector,0,sizeof(&pat->ovector));
84 - pat->is_match = FALSE;
85 - patmatch_init_run(pat->childs);
86 - tmplist = g_list_next(tmplist);
87
88 diff --git a/app-text/winefish/files/winefish-1.3.3-nostrip.patch b/app-text/winefish/files/winefish-1.3.3-nostrip.patch
89 deleted file mode 100644
90 index 24f21e49d30..00000000000
91 --- a/app-text/winefish/files/winefish-1.3.3-nostrip.patch
92 +++ /dev/null
93 @@ -1,11 +0,0 @@
94 ---- a/src/Makefile.in
95 -+++ b/src/Makefile.in
96 -@@ -37,7 +37,7 @@ LDFLAGS = @LDFLAGS@
97 - LIBS = @LIBS@
98 - INSTALL = @INSTALL@
99 - INSTALL_DIR = $(INSTALL) -d -m 755
100 --INSTALL_PROGRAM = $(INSTALL) -s -m 755
101 -+INSTALL_PROGRAM = $(INSTALL) -m 755
102 - DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
103 - -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" -DPKGDATADIR=\"$(pkgdatadir)\" @DEFS@
104 -
105
106 diff --git a/app-text/winefish/files/winefish-1.3.3-version.patch b/app-text/winefish/files/winefish-1.3.3-version.patch
107 deleted file mode 100644
108 index a586608719d..00000000000
109 --- a/app-text/winefish/files/winefish-1.3.3-version.patch
110 +++ /dev/null
111 @@ -1,11 +0,0 @@
112 ---- a/configure.ac
113 -+++ b/configure.ac
114 -@@ -23,7 +23,7 @@
115 - AC_CONFIG_HEADER(src/config.h)
116 -
117 - PACKAGE=winefish
118 --VERSION=1.3.2
119 -+VERSION=1.3.3
120 - AC_SUBST(PACKAGE)
121 - AC_SUBST(VERSION)
122 - AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
123
124 diff --git a/app-text/winefish/metadata.xml b/app-text/winefish/metadata.xml
125 deleted file mode 100644
126 index bb345a547d2..00000000000
127 --- a/app-text/winefish/metadata.xml
128 +++ /dev/null
129 @@ -1,11 +0,0 @@
130 -<?xml version='1.0' encoding='UTF-8'?>
131 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
132 -<pkgmetadata>
133 - <maintainer type="project">
134 - <email>tex@g.o</email>
135 - <name>Gentoo TeX Project</name>
136 - </maintainer>
137 - <upstream>
138 - <remote-id type="github">viettug/winefish</remote-id>
139 - </upstream>
140 -</pkgmetadata>
141
142 diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild
143 deleted file mode 100644
144 index fa8b0eb5d30..00000000000
145 --- a/app-text/winefish/winefish-1.3.3-r2.ebuild
146 +++ /dev/null
147 @@ -1,53 +0,0 @@
148 -# Copyright 1999-2019 Gentoo Authors
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=6
152 -inherit autotools eutils xdg-utils
153 -
154 -MY_PV=${PV/%[[:alpha:]]/}
155 -
156 -DESCRIPTION="LaTeX editor based on Bluefish"
157 -HOMEPAGE="https://github.com/viettug/winefish"
158 -SRC_URI="https://github.com/viettug/winefish/archive/${PV}.tar.gz -> ${P}.tar.gz"
159 -
160 -LICENSE="GPL-2"
161 -SLOT="0"
162 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
163 -IUSE="spell"
164 -
165 -RDEPEND="
166 - >=dev-libs/libpcre-6.3
167 - >=x11-libs/gtk+-2.4:2
168 - spell? ( app-text/aspell )
169 -"
170 -DEPEND="
171 - ${RDEPEND}
172 - virtual/pkgconfig
173 -"
174 -
175 -PATCHES=(
176 - "${FILESDIR}"/${P}-desktop.patch
177 - "${FILESDIR}"/${P}-doc.patch
178 - "${FILESDIR}"/${P}-memset.patch
179 - "${FILESDIR}"/${P}-nostrip.patch
180 - "${FILESDIR}"/${P}-version.patch
181 -)
182 -
183 -src_prepare() {
184 - default
185 - eautoreconf
186 -}
187 -
188 -src_configure() {
189 - econf --disable-update-databases
190 -}
191 -
192 -src_install() {
193 - emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html
194 - dodoc AUTHORS CHANGES README ROADMAP THANKS TODO
195 -}
196 -
197 -pkg_postinst() {
198 - xdg_desktop_database_update
199 - xdg_mimeinfo_database_update
200 -}
201
202 diff --git a/profiles/package.mask b/profiles/package.mask
203 index 945062bbf84..f19217b1b28 100644
204 --- a/profiles/package.mask
205 +++ b/profiles/package.mask
206 @@ -306,12 +306,6 @@ dev-java/jlayer
207 # and accept a more unstable release.
208 >=www-client/chromium-78
209
210 -# Mikle Kolyada <zlogene@g.o> (2019-08-05)
211 -# dead upstream, does not work and compile
212 -# (bug #686630)
213 -# masked for removal in 14 days
214 -app-text/winefish
215 -
216 # Aaron Bauman <bman@g.o> (2019-08-04)
217 # multiple open sec bugs. no response from upstream
218 # Masked for removal in 30 days