summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-31 13:51:20 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-31 13:51:20 +0200
commitba3791026e61cefb642929acfd28738ab560f89a (patch)
tree55cdda66aa2ca1d91bced845ab503005912d4064 /app-text
parentdev-tex/oesch: Remove last-rited pkg (diff)
downloadgentoo-ba3791026e61cefb642929acfd28738ab560f89a.tar.gz
gentoo-ba3791026e61cefb642929acfd28738ab560f89a.tar.bz2
gentoo-ba3791026e61cefb642929acfd28738ab560f89a.zip
app-text/winefish: Remove last-rited pkg
Closes: https://bugs.gentoo.org/686630 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/winefish/Manifest1
-rw-r--r--app-text/winefish/files/winefish-1.3.3-desktop.patch11
-rw-r--r--app-text/winefish/files/winefish-1.3.3-doc.patch13
-rw-r--r--app-text/winefish/files/winefish-1.3.3-memset.patch11
-rw-r--r--app-text/winefish/files/winefish-1.3.3-nostrip.patch11
-rw-r--r--app-text/winefish/files/winefish-1.3.3-version.patch11
-rw-r--r--app-text/winefish/metadata.xml11
-rw-r--r--app-text/winefish/winefish-1.3.3-r2.ebuild53
8 files changed, 0 insertions, 122 deletions
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 @@
-<?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
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
-}