From ba3791026e61cefb642929acfd28738ab560f89a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 31 Aug 2019 13:51:20 +0200 Subject: [PATCH] app-text/winefish: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/686630 Signed-off-by: Michał Górny --- app-text/winefish/Manifest | 1 - .../files/winefish-1.3.3-desktop.patch | 11 ---- .../winefish/files/winefish-1.3.3-doc.patch | 13 ----- .../files/winefish-1.3.3-memset.patch | 11 ---- .../files/winefish-1.3.3-nostrip.patch | 11 ---- .../files/winefish-1.3.3-version.patch | 11 ---- app-text/winefish/metadata.xml | 11 ---- app-text/winefish/winefish-1.3.3-r2.ebuild | 53 ------------------- profiles/package.mask | 6 --- 9 files changed, 128 deletions(-) delete mode 100644 app-text/winefish/Manifest delete mode 100644 app-text/winefish/files/winefish-1.3.3-desktop.patch delete mode 100644 app-text/winefish/files/winefish-1.3.3-doc.patch delete mode 100644 app-text/winefish/files/winefish-1.3.3-memset.patch delete mode 100644 app-text/winefish/files/winefish-1.3.3-nostrip.patch delete mode 100644 app-text/winefish/files/winefish-1.3.3-version.patch delete mode 100644 app-text/winefish/metadata.xml delete mode 100644 app-text/winefish/winefish-1.3.3-r2.ebuild diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest deleted file mode 100644 index 56a1dbce70fa..000000000000 --- a/app-text/winefish/Manifest +++ /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 index eaa66eca7dd0..000000000000 --- a/app-text/winefish/files/winefish-1.3.3-desktop.patch +++ /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 index 9e02510e35a8..000000000000 --- a/app-text/winefish/files/winefish-1.3.3-doc.patch +++ /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 index 7390642bb690..000000000000 --- a/app-text/winefish/files/winefish-1.3.3-memset.patch +++ /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 index 24f21e49d307..000000000000 --- a/app-text/winefish/files/winefish-1.3.3-nostrip.patch +++ /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 index a586608719d9..000000000000 --- a/app-text/winefish/files/winefish-1.3.3-version.patch +++ /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 index bb345a547d2f..000000000000 --- a/app-text/winefish/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - tex@gentoo.org - Gentoo TeX Project - - - viettug/winefish - - 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 index fa8b0eb5d306..000000000000 --- a/app-text/winefish/winefish-1.3.3-r2.ebuild +++ /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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 945062bbf849..f19217b1b28a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -306,12 +306,6 @@ dev-java/jlayer # and accept a more unstable release. >=www-client/chromium-78 -# Mikle Kolyada (2019-08-05) -# dead upstream, does not work and compile -# (bug #686630) -# masked for removal in 14 days -app-text/winefish - # Aaron Bauman (2019-08-04) # multiple open sec bugs. no response from upstream # Masked for removal in 30 days -- 2.26.2