app-text/winefish: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 31 Aug 2019 11:51:20 +0000 (13:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 31 Aug 2019 11:51:20 +0000 (13:51 +0200)
Closes: https://bugs.gentoo.org/686630
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/winefish/Manifest [deleted file]
app-text/winefish/files/winefish-1.3.3-desktop.patch [deleted file]
app-text/winefish/files/winefish-1.3.3-doc.patch [deleted file]
app-text/winefish/files/winefish-1.3.3-memset.patch [deleted file]
app-text/winefish/files/winefish-1.3.3-nostrip.patch [deleted file]
app-text/winefish/files/winefish-1.3.3-version.patch [deleted file]
app-text/winefish/metadata.xml [deleted file]
app-text/winefish/winefish-1.3.3-r2.ebuild [deleted file]
profiles/package.mask

diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
deleted file mode 100644 (file)
index 56a1dbc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST winefish-1.3.3.tar.gz 485772 BLAKE2B 344059c9bc15ec693e66d5d901d2e620ff223dd48de64d32b385cc1e06f6782dc2a2ec965ab8f5ce26bbf518df8edc60a1640b7ed7b576939bf45bbc424f7900 SHA512 216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c
diff --git a/app-text/winefish/files/winefish-1.3.3-desktop.patch b/app-text/winefish/files/winefish-1.3.3-desktop.patch
deleted file mode 100644 (file)
index eaa66ec..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/data/winefish.desktop.in
-+++ b/data/winefish.desktop.in
-@@ -7,7 +7,7 @@
- Icon=ICONDIR/winefish-icon.png
- Terminal=false
- Type=Application
--Categories=GTK;GNOME;Application;Editors;Office;Development;
-+Categories=GTK;GNOME;TextEditor;Office;Development;
- Encoding=UTF-8
- StartupNotify=true
- MimeType=text/x-tex;application/winefish-project;text/xml;
diff --git a/app-text/winefish/files/winefish-1.3.3-doc.patch b/app-text/winefish/files/winefish-1.3.3-doc.patch
deleted file mode 100644 (file)
index 9e02510..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -89,8 +89,8 @@
-       $(INSTALL_DIR) $(DESTDIR)$(pkgdatadir)
-       $(INSTALL_DATA) images/winefish_splash.png $(DESTDIR)$(pkgdatadir)
-       $(INSTALL_DIR) $(DESTDIR)$(docdir)
--      $(INSTALL_DATA) doc/winefish.html $(DESTDIR)$(docdir)
--#     $(INSTALL_DATA) doc/winefish.txt $(DESTDIR)$(docdir)
-+#     $(INSTALL_DATA) doc/winefish.html $(DESTDIR)$(docdir)
-+      $(INSTALL_DATA) doc/winefish.txt $(DESTDIR)$(docdir)
-       @cd icons/ && $(MAKE) install
-       @cd src/ && $(MAKE) install
-       @cd data/ && $(MAKE) install
diff --git a/app-text/winefish/files/winefish-1.3.3-memset.patch b/app-text/winefish/files/winefish-1.3.3-memset.patch
deleted file mode 100644 (file)
index 7390642..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/highlight.c
-+++ b/src/highlight.c
-@@ -731,7 +731,7 @@
-       GList *tmplist = g_list_first(level);
-       while (tmplist) {
-               Tpattern * pat = (Tpattern *)tmplist->data;
--              memset(pat->ovector,0,sizeof(pat->ovector));
-+              memset(pat->ovector,0,sizeof(&pat->ovector));
-               pat->is_match = FALSE;
-               patmatch_init_run(pat->childs);
-               tmplist = g_list_next(tmplist);
diff --git a/app-text/winefish/files/winefish-1.3.3-nostrip.patch b/app-text/winefish/files/winefish-1.3.3-nostrip.patch
deleted file mode 100644 (file)
index 24f21e4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -37,7 +37,7 @@ LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- INSTALL = @INSTALL@
- INSTALL_DIR = $(INSTALL) -d -m 755 
--INSTALL_PROGRAM = $(INSTALL) -s -m 755
-+INSTALL_PROGRAM = $(INSTALL) -m 755
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
- -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" -DPKGDATADIR=\"$(pkgdatadir)\" @DEFS@
diff --git a/app-text/winefish/files/winefish-1.3.3-version.patch b/app-text/winefish/files/winefish-1.3.3-version.patch
deleted file mode 100644 (file)
index a586608..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -23,7 +23,7 @@
- AC_CONFIG_HEADER(src/config.h)
- PACKAGE=winefish
--VERSION=1.3.2
-+VERSION=1.3.3
- AC_SUBST(PACKAGE)
- AC_SUBST(VERSION)
- AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
diff --git a/app-text/winefish/metadata.xml b/app-text/winefish/metadata.xml
deleted file mode 100644 (file)
index bb345a5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>tex@gentoo.org</email>
-               <name>Gentoo TeX Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">viettug/winefish</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild
deleted file mode 100644 (file)
index fa8b0eb..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils xdg-utils
-
-MY_PV=${PV/%[[:alpha:]]/}
-
-DESCRIPTION="LaTeX editor based on Bluefish"
-HOMEPAGE="https://github.com/viettug/winefish"
-SRC_URI="https://github.com/viettug/winefish/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="spell"
-
-RDEPEND="
-       >=dev-libs/libpcre-6.3
-       >=x11-libs/gtk+-2.4:2
-       spell? ( app-text/aspell )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-desktop.patch
-       "${FILESDIR}"/${P}-doc.patch
-       "${FILESDIR}"/${P}-memset.patch
-       "${FILESDIR}"/${P}-nostrip.patch
-       "${FILESDIR}"/${P}-version.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-update-databases
-}
-
-src_install() {
-       emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html
-       dodoc AUTHORS CHANGES README ROADMAP THANKS TODO
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-}
index 945062bbf8491d4e9a3a5a839f476afc2684950f..f19217b1b28aad85bb64a7dff303d28e6050d223 100644 (file)
@@ -306,12 +306,6 @@ dev-java/jlayer
 # and accept a more unstable release.
 >=www-client/chromium-78
 
-# Mikle Kolyada <zlogene@gentoo.org> (2019-08-05)
-# dead upstream, does not work and compile
-# (bug #686630)
-# masked for removal in 14 days
-app-text/winefish
-
 # Aaron Bauman <bman@gentoo.org> (2019-08-04)
 # multiple open sec bugs. no response from upstream
 # Masked for removal in 30 days