[gentoo-commits] repo/gentoo:master commit in: app-text/winefish/files/, app-text/winefish/, profiles/

2019-08-31 Thread Michał Górny
commit: ba3791026e61cefb642929acfd28738ab560f89a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 11:51:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 11:51:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba379102

app-text/winefish: Remove last-rited pkg

Closes: https://bugs.gentoo.org/686630
Signed-off-by: Michał Górny  gentoo.org>

 app-text/winefish/Manifest |  1 -
 .../winefish/files/winefish-1.3.3-desktop.patch| 11 -
 app-text/winefish/files/winefish-1.3.3-doc.patch   | 13 --
 .../winefish/files/winefish-1.3.3-memset.patch | 11 -
 .../winefish/files/winefish-1.3.3-nostrip.patch| 11 -
 .../winefish/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(-)

diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
deleted file mode 100644
index 56a1dbce70f..000
--- 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 eaa66eca7dd..000
--- 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 9e02510e35a..000
--- 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 7390642bb69..000
--- 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(>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 24f21e49d30..000
--- 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 a586608719d..000
--- 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 

[gentoo-commits] repo/gentoo:master commit in: app-text/winefish/

2019-08-29 Thread David Seifert
commit: 621bc06243579169bdd03192ca3c30a516473f3a
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:45 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621bc062

app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 app-text/winefish/winefish-1.3.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild 
b/app-text/winefish/winefish-1.3.3-r2.ebuild
index 2c873d65af7..fa8b0eb5d30 100644
--- a/app-text/winefish/winefish-1.3.3-r2.ebuild
+++ b/app-text/winefish/winefish-1.3.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ MY_PV=${PV/%[[:alpha:]]/}
 
 DESCRIPTION="LaTeX editor based on Bluefish"
 HOMEPAGE="https://github.com/viettug/winefish;
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/viettug/winefish/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-text/winefish/

2018-04-20 Thread David Seifert
commit: 6bee8b57088ffdb217f9f1fd7224dce0781ade8f
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 14:17:09 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 20:37:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bee8b57

app-text/winefish: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/winefish/winefish-1.3.3-r2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild 
b/app-text/winefish/winefish-1.3.3-r2.ebuild
index 95b899b38b9..2c873d65af7 100644
--- a/app-text/winefish/winefish-1.3.3-r2.ebuild
+++ b/app-text/winefish/winefish-1.3.3-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils fdo-mime
+inherit autotools eutils xdg-utils
 
 MY_PV=${PV/%[[:alpha:]]/}
 
@@ -48,6 +48,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/winefish/

2017-01-22 Thread Manuel Rüger
commit: b349c2a11071ad4450a6e774dcd1b54e24d54452
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 14:17:53 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 14:17:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b349c2a1

app-text/winefish: Remove old

Package-Manager: portage-2.3.3

 app-text/winefish/Manifest |  1 -
 app-text/winefish/winefish-1.3.3-r1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
index 8c285c8..dadeba2 100644
--- a/app-text/winefish/Manifest
+++ b/app-text/winefish/Manifest
@@ -1,2 +1 @@
 DIST winefish-1.3.3.tar.gz 485772 SHA256 
dab48badeb783a978c456256493345ae260f8847590b096e8a9a6e44dcced16f SHA512 
216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c
 WHIRLPOOL 
857db9e6e565b3d6e609fa2bd945ff98097626421f15f6fd5aa06ed904142e913ce61b64727c7d934fbd39c75cd62c2ee35a32b5908ced19a1e4818f4afa1fcd
-DIST winefish-1.3.3.tgz 478063 SHA256 
b61a7edf954b0314695a3fc09b3780602d331b676e8ccea5b0aabe0427f6b7c7 SHA512 
bc357d01d23ad5eed71e77754804201d0e13be20d6b9338b63b0599aeb174e9d1828f94251755c14494f135a3f53b76614c4a9fcc06467b49a04e07123c557ec
 WHIRLPOOL 
cc689a8a2904f938557dae8c79009664ed09da166be651b193d9487a89e0248ce07ebb7bf7016fb8be4c6daf8cd1451f3ecd6458d457e75d47b30d467b11985f

diff --git a/app-text/winefish/winefish-1.3.3-r1.ebuild 
b/app-text/winefish/winefish-1.3.3-r1.ebuild
deleted file mode 100644
index 2ec5524..
--- a/app-text/winefish/winefish-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils fdo-mime
-
-MY_PV=${PV/%[[:alpha:]]/}
-
-DESCRIPTION="LaTeX editor based on Bluefish"
-HOMEPAGE="http://winefish.berlios.de/;
-#SRC_URI="mirror://berlios/${PN}/${P}.tgz"
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="spell"
-
-RDEPEND=">=x11-libs/gtk+-2.4:2
-   >=dev-libs/libpcre-6.3
-   spell? ( app-text/aspell )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-nostrip.patch"
-}
-
-src_configure() {
-   econf --disable-update-databases
-}
-
-src_install() {
-   emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html || die 
"emake install failed"
-   dodoc AUTHORS CHANGES README ROADMAP THANKS TODO
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-
-   elog "You need to emerge a TeX distribution to gain winefish's full 
capacity"
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/winefish/, app-text/winefish/files/

2016-06-30 Thread Jeroen Roovers
commit: 2d0284d88d1f783ea8caad042678e9b09f1780a1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 30 08:55:36 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 30 08:56:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0284d8

app-text/winefish: New HOMEPAGE/SRC_URI (bug #537716).

Package-Manager: portage-2.3.0

 app-text/winefish/Manifest |  1 +
 .../winefish/files/winefish-1.3.3-desktop.patch| 11 +
 app-text/winefish/files/winefish-1.3.3-doc.patch   | 13 ++
 .../winefish/files/winefish-1.3.3-memset.patch | 11 +
 .../winefish/files/winefish-1.3.3-nostrip.patch|  6 +--
 .../winefish/files/winefish-1.3.3-version.patch| 11 +
 app-text/winefish/winefish-1.3.3-r2.ebuild | 54 ++
 7 files changed, 103 insertions(+), 4 deletions(-)

diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
index 0171f68..8c285c8 100644
--- a/app-text/winefish/Manifest
+++ b/app-text/winefish/Manifest
@@ -1 +1,2 @@
+DIST winefish-1.3.3.tar.gz 485772 SHA256 
dab48badeb783a978c456256493345ae260f8847590b096e8a9a6e44dcced16f SHA512 
216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c
 WHIRLPOOL 
857db9e6e565b3d6e609fa2bd945ff98097626421f15f6fd5aa06ed904142e913ce61b64727c7d934fbd39c75cd62c2ee35a32b5908ced19a1e4818f4afa1fcd
 DIST winefish-1.3.3.tgz 478063 SHA256 
b61a7edf954b0314695a3fc09b3780602d331b676e8ccea5b0aabe0427f6b7c7 SHA512 
bc357d01d23ad5eed71e77754804201d0e13be20d6b9338b63b0599aeb174e9d1828f94251755c14494f135a3f53b76614c4a9fcc06467b49a04e07123c557ec
 WHIRLPOOL 
cc689a8a2904f938557dae8c79009664ed09da166be651b193d9487a89e0248ce07ebb7bf7016fb8be4c6daf8cd1451f3ecd6458d457e75d47b30d467b11985f

diff --git a/app-text/winefish/files/winefish-1.3.3-desktop.patch 
b/app-text/winefish/files/winefish-1.3.3-desktop.patch
new file mode 100644
index 000..eaa66ec
--- /dev/null
+++ b/app-text/winefish/files/winefish-1.3.3-desktop.patch
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000..9e02510
--- /dev/null
+++ b/app-text/winefish/files/winefish-1.3.3-doc.patch
@@ -0,0 +1,13 @@
+--- 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
new file mode 100644
index 000..7390642
--- /dev/null
+++ b/app-text/winefish/files/winefish-1.3.3-memset.patch
@@ -0,0 +1,11 @@
+--- 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(>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
index b1118eb..24f21e4 100644
--- a/app-text/winefish/files/winefish-1.3.3-nostrip.patch
+++ b/app-text/winefish/files/winefish-1.3.3-nostrip.patch
@@ -1,7 +1,5 @@
-Index: winefish-1.3.3/src/Makefile.in
-===
 winefish-1.3.3.orig/src/Makefile.in
-+++ winefish-1.3.3/src/Makefile.in
+--- a/src/Makefile.in
 b/src/Makefile.in
 @@ -37,7 +37,7 @@ LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@
  INSTALL = @INSTALL@

diff --git a/app-text/winefish/files/winefish-1.3.3-version.patch 
b/app-text/winefish/files/winefish-1.3.3-version.patch
new file mode 100644
index 000..a586608
--- /dev/null
+++ b/app-text/winefish/files/winefish-1.3.3-version.patch
@@ -0,0 +1,11 @@
+--- 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
+