[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/files/, app-i18n/poedit/

2020-06-14 Thread Mart Raudsepp
commit: ae25983465fd4adc2650f03c1f23fcb8220d914c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun 14 08:32:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun 14 08:38:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae259834

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest  |  1 -
 app-i18n/poedit/files/2.2.3-compile-fix.patch | 21 -
 app-i18n/poedit/poedit-2.2.3.ebuild   | 67 ---
 3 files changed, 89 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index b1b798601fc..ace7054ce1b 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,2 +1 @@
-DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
 DIST poedit-2.2.4.tar.gz 2840389 BLAKE2B 
1f88aeba2d4dc5ad802843cc39c298936d6619d98839257c302858f14f8d0ef3fabbda290d83192e501a7679ad2ebc63d1a87314e885d8d7e465b54de0feb297
 SHA512 
e7388e0657755752bc9eacd95d0a2f8f70d5a759fa15f054be3a8d07df821e8dceb9994652b576553808840bac520fcd292fd15987659f8cb4e4c8c7930ae919

diff --git a/app-i18n/poedit/files/2.2.3-compile-fix.patch 
b/app-i18n/poedit/files/2.2.3-compile-fix.patch
deleted file mode 100644
index ed4d296e4d8..000
--- a/app-i18n/poedit/files/2.2.3-compile-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 683788d49eb9cee391984659c39c3e2ac236b420 Mon Sep 17 00:00:00 2001
-From: Thomas Klausner 
-Date: Thu, 23 May 2019 08:11:34 +0200
-Subject: [PATCH] Fix PCH-less compilation on Unix (#576)
-

- src/welcomescreen.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/welcomescreen.cpp b/src/welcomescreen.cpp
-index 65eb7d0d92..a24b4d7d23 100644
 a/src/welcomescreen.cpp
-+++ b/src/welcomescreen.cpp
-@@ -26,6 +26,7 @@
- #include "welcomescreen.h"
- 
- #include "colorscheme.h"
-+#include "customcontrols.h"
- #include "crowdin_gui.h"
- #include "edapp.h"
- #include "edframe.h"

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
deleted file mode 100644
index f86a266fedf..000
--- a/app-i18n/poedit/poedit-2.2.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-WX_GTK_VER=3.0-gtk3
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   >=dev-libs/pugixml-1.9
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-compile-fix.patch
-)
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   setup-wxwidgets
-   xdg_src_prepare
-}
-
-src_configure() {
-   # CLD2 and C++ Rest are not available in Gentoo
-   local myeconfargs=(
-   --without-cld2
-   --without-cpprest
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2020-06-14 Thread Mart Raudsepp
commit: f0490ab62faa5e432e4039dd223164991d3c4962
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun 14 08:38:32 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun 14 08:38:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0490ab6

app-i18n/poedit: bump to 2.3.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.3.1.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index ace7054ce1b..9544b908f59 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1 +1,2 @@
 DIST poedit-2.2.4.tar.gz 2840389 BLAKE2B 
1f88aeba2d4dc5ad802843cc39c298936d6619d98839257c302858f14f8d0ef3fabbda290d83192e501a7679ad2ebc63d1a87314e885d8d7e465b54de0feb297
 SHA512 
e7388e0657755752bc9eacd95d0a2f8f70d5a759fa15f054be3a8d07df821e8dceb9994652b576553808840bac520fcd292fd15987659f8cb4e4c8c7930ae919
+DIST poedit-2.3.1.tar.gz 2891956 BLAKE2B 
11fb8c19f439edc2c9df08529e815d47f5bdfe3cac486bd07bfaef90932edf05ce099b61f058d8d08ba1a3a41f35ed59bf2901de1d1d80ecc6178536cdcff908
 SHA512 
73439ae96d3e04d8f6fc7e49f72cd259606e669f01490bd9a59f3fa7b33a6e11fb3af70a3a6e155b1edcee49ac9222b16e05e937088748a9c0f3ed9a6c97a208

diff --git a/app-i18n/poedit/poedit-2.3.1.ebuild 
b/app-i18n/poedit/poedit-2.3.1.ebuild
new file mode 100644
index 000..8297cef3d06
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.3.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   >=dev-libs/pugixml-1.9
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   # CLD2 and C++ Rest are not available in Gentoo, bug 674916
+   local myeconfargs=(
+   --without-cld2
+   --without-cpprest
+   )
+
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-31 Thread Agostino Sarubbo
commit: 5f78eb9e66962abb10399059f8228baae79337d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 31 08:17:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 31 08:17:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f78eb9e

app-i18n/poedit: ppc64 stable wrt bug #703798

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild 
b/app-i18n/poedit/poedit-2.2.4.ebuild
index 321ace0ae8b..371ec5eb7eb 100644
--- a/app-i18n/poedit/poedit-2.2.4.ebuild
+++ b/app-i18n/poedit/poedit-2.2.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-31 Thread Agostino Sarubbo
commit: b0a6333c17b676ccadc4819f22a195552d0ce5aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 31 08:14:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 31 08:14:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a6333c

app-i18n/poedit: ppc stable wrt bug #703798

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild 
b/app-i18n/poedit/poedit-2.2.4.ebuild
index ddf50bc5290..321ace0ae8b 100644
--- a/app-i18n/poedit/poedit-2.2.4.ebuild
+++ b/app-i18n/poedit/poedit-2.2.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-30 Thread Agostino Sarubbo
commit: 84254ff437a38b110903e45e3791dfa862661083
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 30 12:29:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 30 12:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84254ff4

app-i18n/poedit: x86 stable wrt bug #703798

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild 
b/app-i18n/poedit/poedit-2.2.4.ebuild
index 730cb2e60b2..ddf50bc5290 100644
--- a/app-i18n/poedit/poedit-2.2.4.ebuild
+++ b/app-i18n/poedit/poedit-2.2.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-28 Thread Sergei Trofimovich
commit: 9f17293f594aba3dbf35d1b0353da326c62f9c42
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Dec 28 09:18:01 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 28 10:16:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f17293f

app-i18n/poedit: stable 2.2.4 for sparc, bug #703798

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/poedit/poedit-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild 
b/app-i18n/poedit/poedit-2.2.4.ebuild
index c7d7d5e1c67..730cb2e60b2 100644
--- a/app-i18n/poedit/poedit-2.2.4.ebuild
+++ b/app-i18n/poedit/poedit-2.2.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-27 Thread Agostino Sarubbo
commit: b011e4f7d850750bc624bfe3451083e2bbb051c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 27 16:43:11 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 27 16:43:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b011e4f7

app-i18n/poedit: amd64 stable wrt bug #703798

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild 
b/app-i18n/poedit/poedit-2.2.4.ebuild
index fd485f8975e..c7d7d5e1c67 100644
--- a/app-i18n/poedit/poedit-2.2.4.ebuild
+++ b/app-i18n/poedit/poedit-2.2.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-25 Thread Mart Raudsepp
commit: 31048af7420748d61972e771fedd3394335dafb2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 21:22:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:22:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31048af7

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest|  1 -
 app-i18n/poedit/poedit-2.1.1.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index a1f8b0e2713..b1b798601fc 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,2 @@
-DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
 DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
 DIST poedit-2.2.4.tar.gz 2840389 BLAKE2B 
1f88aeba2d4dc5ad802843cc39c298936d6619d98839257c302858f14f8d0ef3fabbda290d83192e501a7679ad2ebc63d1a87314e885d8d7e465b54de0feb297
 SHA512 
e7388e0657755752bc9eacd95d0a2f8f70d5a759fa15f054be3a8d07df821e8dceb9994652b576553808840bac520fcd292fd15987659f8cb4e4c8c7930ae919

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
deleted file mode 100644
index 5baa598d9de..000
--- a/app-i18n/poedit/poedit-2.1.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-WX_GTK_VER=3.0-gtk3
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   >=dev-libs/pugixml-1.9
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   setup-wxwidgets
-   xdg_src_prepare
-}
-
-src_configure() {
-   # CLD2 and C++ Rest are not available in Gentoo
-   local myeconfargs=(
-   --without-cld2
-   --without-cpprest
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-11-20 Thread Agostino Sarubbo
commit: 2a34e768ec31ebbae9afab93a6a36f3925a4b882
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:20:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:20:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a34e768

app-i18n/poedit: ppc64 stable wrt bug #700168

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
index 7c37d14560e..b33f37e9d75 100644
--- a/app-i18n/poedit/poedit-2.2.3.ebuild
+++ b/app-i18n/poedit/poedit-2.2.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-11-19 Thread Agostino Sarubbo
commit: 3a7cfc8d2c73835809288e1346a0c4e51e7817d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 19 12:48:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 19 12:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7cfc8d

app-i18n/poedit: x86 stable wrt bug #700168

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
index 1c2b30add6e..7c37d14560e 100644
--- a/app-i18n/poedit/poedit-2.2.3.ebuild
+++ b/app-i18n/poedit/poedit-2.2.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-11-18 Thread Agostino Sarubbo
commit: 661c9af627fefddeca0efbba6ee0db17041420dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661c9af6

app-i18n/poedit: amd64 stable wrt bug #700168

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
index 0c12933994e..1c2b30add6e 100644
--- a/app-i18n/poedit/poedit-2.2.3.ebuild
+++ b/app-i18n/poedit/poedit-2.2.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-11-16 Thread Mart Raudsepp
commit: 4cba72789f758e97fec06baeab85a2a590c33b70
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Nov 16 11:16:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov 16 11:16:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cba7278

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest  |  1 -
 app-i18n/poedit/poedit-2.2.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index f3c015d1c67..a1f8b0e2713 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,4 +1,3 @@
 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
 DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
 DIST poedit-2.2.4.tar.gz 2840389 BLAKE2B 
1f88aeba2d4dc5ad802843cc39c298936d6619d98839257c302858f14f8d0ef3fabbda290d83192e501a7679ad2ebc63d1a87314e885d8d7e465b54de0feb297
 SHA512 
e7388e0657755752bc9eacd95d0a2f8f70d5a759fa15f054be3a8d07df821e8dceb9994652b576553808840bac520fcd292fd15987659f8cb4e4c8c7930ae919
-DIST poedit-2.2.tar.gz 2746800 BLAKE2B 
b093e5c1cd66eada6238af3b731752cc8dbf9feb3238c9b53ca972b805033f9f00b3ec92cae2b87353100653e7d7bd60a68bd109f07e523d4875e0f8ca8114e5
 SHA512 
14a5cc997e6cdc0d1fc14b05ea293a010537d71f846537270296e2a14bdfd7a352b6d0a88a3d4f60193192a918b276509e31926715e69725e595423adfac5fbc

diff --git a/app-i18n/poedit/poedit-2.2.ebuild 
b/app-i18n/poedit/poedit-2.2.ebuild
deleted file mode 100644
index ad916d29df2..000
--- a/app-i18n/poedit/poedit-2.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-WX_GTK_VER=3.0-gtk3
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   >=dev-libs/pugixml-1.9
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   setup-wxwidgets
-   xdg_src_prepare
-}
-
-src_configure() {
-   # CLD2 and C++ Rest are not available in Gentoo
-   local myeconfargs=(
-   --without-cld2
-   --without-cpprest
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-11-16 Thread Mart Raudsepp
commit: bc3c29fd8bde463e6209b01ff6995c0b7c137db7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Nov 16 11:15:46 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov 16 11:16:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3c29fd

app-i18n/poedit: bump to 2.2.4

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.2.4.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 12a13da2a78..f3c015d1c67 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,4 @@
 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
 DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
+DIST poedit-2.2.4.tar.gz 2840389 BLAKE2B 
1f88aeba2d4dc5ad802843cc39c298936d6619d98839257c302858f14f8d0ef3fabbda290d83192e501a7679ad2ebc63d1a87314e885d8d7e465b54de0feb297
 SHA512 
e7388e0657755752bc9eacd95d0a2f8f70d5a759fa15f054be3a8d07df821e8dceb9994652b576553808840bac520fcd292fd15987659f8cb4e4c8c7930ae919
 DIST poedit-2.2.tar.gz 2746800 BLAKE2B 
b093e5c1cd66eada6238af3b731752cc8dbf9feb3238c9b53ca972b805033f9f00b3ec92cae2b87353100653e7d7bd60a68bd109f07e523d4875e0f8ca8114e5
 SHA512 
14a5cc997e6cdc0d1fc14b05ea293a010537d71f846537270296e2a14bdfd7a352b6d0a88a3d4f60193192a918b276509e31926715e69725e595423adfac5fbc

diff --git a/app-i18n/poedit/poedit-2.2.4.ebuild 
b/app-i18n/poedit/poedit-2.2.4.ebuild
new file mode 100644
index 000..fd485f8975e
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.2.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   >=dev-libs/pugixml-1.9
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   # CLD2 and C++ Rest are not available in Gentoo, bug 674916
+   local myeconfargs=(
+   --without-cld2
+   --without-cpprest
+   )
+
+   econf "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-11-16 Thread Sergei Trofimovich
commit: a06d76838ae71af7ca861a035c293ea24af711ca
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Nov 16 07:24:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 16 10:34:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06d7683

app-i18n/poedit: stable 2.2.3 for sparc, bug #700168

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/poedit/poedit-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
index 414397734d6..0c12933994e 100644
--- a/app-i18n/poedit/poedit-2.2.3.ebuild
+++ b/app-i18n/poedit/poedit-2.2.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-07-14 Thread Mart Raudsepp
commit: 9193c1acb15618accf787fe7c2861a903382fb93
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 14 11:10:25 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 14 11:10:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9193c1ac

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest|  1 -
 app-i18n/poedit/poedit-2.0.9.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 1ed7851586e..12a13da2a78 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,4 +1,3 @@
-DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 
29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0
 SHA512 
9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
 DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
 DIST poedit-2.2.tar.gz 2746800 BLAKE2B 
b093e5c1cd66eada6238af3b731752cc8dbf9feb3238c9b53ca972b805033f9f00b3ec92cae2b87353100653e7d7bd60a68bd109f07e523d4875e0f8ca8114e5
 SHA512 
14a5cc997e6cdc0d1fc14b05ea293a010537d71f846537270296e2a14bdfd7a352b6d0a88a3d4f60193192a918b276509e31926715e69725e595423adfac5fbc

diff --git a/app-i18n/poedit/poedit-2.0.9.ebuild 
b/app-i18n/poedit/poedit-2.0.9.ebuild
deleted file mode 100644
index 49c570046a6..000
--- a/app-i18n/poedit/poedit-2.0.9.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-WX_GTK_VER=3.0-gtk3
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   setup-wxwidgets
-   xdg_src_prepare
-}
-
-src_configure() {
-   # CLD2 and C++ Rest are not available in Gentoo
-   local myeconfargs=(
-   --without-cld2
-   --without-cpprest
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/, app-i18n/poedit/files/

2019-07-14 Thread Mart Raudsepp
commit: e7aee659e62cd24e8947ce304539bde91d0d434a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 14 11:04:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 14 11:09:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7aee659

app-i18n/poedit: bump to 2.2.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest  |  1 +
 app-i18n/poedit/files/2.2.3-compile-fix.patch | 21 +
 app-i18n/poedit/poedit-2.2.3.ebuild   | 67 +++
 3 files changed, 89 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index b1027336f20..1ed7851586e 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,4 @@
 DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 
29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0
 SHA512 
9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
+DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
 DIST poedit-2.2.tar.gz 2746800 BLAKE2B 
b093e5c1cd66eada6238af3b731752cc8dbf9feb3238c9b53ca972b805033f9f00b3ec92cae2b87353100653e7d7bd60a68bd109f07e523d4875e0f8ca8114e5
 SHA512 
14a5cc997e6cdc0d1fc14b05ea293a010537d71f846537270296e2a14bdfd7a352b6d0a88a3d4f60193192a918b276509e31926715e69725e595423adfac5fbc

diff --git a/app-i18n/poedit/files/2.2.3-compile-fix.patch 
b/app-i18n/poedit/files/2.2.3-compile-fix.patch
new file mode 100644
index 000..ed4d296e4d8
--- /dev/null
+++ b/app-i18n/poedit/files/2.2.3-compile-fix.patch
@@ -0,0 +1,21 @@
+From 683788d49eb9cee391984659c39c3e2ac236b420 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner 
+Date: Thu, 23 May 2019 08:11:34 +0200
+Subject: [PATCH] Fix PCH-less compilation on Unix (#576)
+
+---
+ src/welcomescreen.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/welcomescreen.cpp b/src/welcomescreen.cpp
+index 65eb7d0d92..a24b4d7d23 100644
+--- a/src/welcomescreen.cpp
 b/src/welcomescreen.cpp
+@@ -26,6 +26,7 @@
+ #include "welcomescreen.h"
+ 
+ #include "colorscheme.h"
++#include "customcontrols.h"
+ #include "crowdin_gui.h"
+ #include "edapp.h"
+ #include "edframe.h"

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
new file mode 100644
index 000..414397734d6
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.2.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   >=dev-libs/pugixml-1.9
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-compile-fix.patch
+)
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   # CLD2 and C++ Rest are not available in Gentoo
+   local myeconfargs=(
+   --without-cld2
+   --without-cpprest
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-12-19 Thread Mart Raudsepp
commit: 37b06a5b505734e70ea4802eb1a686dcdb3dcc03
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 20 00:19:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 20 00:19:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b06a5b

app-i18n/poedit: bump to 2.2

Closes: https://bugs.gentoo.org/673396
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 app-i18n/poedit/Manifest  |  1 +
 app-i18n/poedit/poedit-2.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 09ee6a357c4..b1027336f20 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,2 +1,3 @@
 DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 
29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0
 SHA512 
9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
+DIST poedit-2.2.tar.gz 2746800 BLAKE2B 
b093e5c1cd66eada6238af3b731752cc8dbf9feb3238c9b53ca972b805033f9f00b3ec92cae2b87353100653e7d7bd60a68bd109f07e523d4875e0f8ca8114e5
 SHA512 
14a5cc997e6cdc0d1fc14b05ea293a010537d71f846537270296e2a14bdfd7a352b6d0a88a3d4f60193192a918b276509e31926715e69725e595423adfac5fbc

diff --git a/app-i18n/poedit/poedit-2.2.ebuild 
b/app-i18n/poedit/poedit-2.2.ebuild
new file mode 100644
index 000..ad916d29df2
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   >=dev-libs/pugixml-1.9
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   # CLD2 and C++ Rest are not available in Gentoo
+   local myeconfargs=(
+   --without-cld2
+   --without-cpprest
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-10-23 Thread Sergei Trofimovich
commit: 4409e62384aaccc4ea17ab4acc50a4a41c2133a6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Oct 23 19:56:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 23 20:36:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4409e623

app-i18n/poedit: stable 2.1.1 for sparc, bug #665274

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/poedit/poedit-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
index 7e8aac1ca7b..5baa598d9de 100644
--- a/app-i18n/poedit/poedit-2.1.1.ebuild
+++ b/app-i18n/poedit/poedit-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-09-15 Thread Mikle Kolyada
commit: 5ff528d521489e911e7f4238080f9ea00764f6e2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 15 12:35:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 15 12:36:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff528d5

app-i18n/poedit: amd64 stable wrt bug #665274

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/poedit/poedit-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
index d1fc05b5b5d..7e8aac1ca7b 100644
--- a/app-i18n/poedit/poedit-2.1.1.ebuild
+++ b/app-i18n/poedit/poedit-2.1.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-09-11 Thread Mart Raudsepp
commit: 5259805937ccce1263f21da55da8a4200d2f8315
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 11 20:41:57 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 11 20:41:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52598059

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-i18n/poedit/Manifest|  2 --
 app-i18n/poedit/poedit-2.0.6.ebuild | 56 -
 app-i18n/poedit/poedit-2.0.7.ebuild | 56 -
 3 files changed, 114 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index d0ac9da0cfc..09ee6a357c4 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,4 +1,2 @@
-DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2
-DIST poedit-2.0.7.tar.gz 2558220 BLAKE2B 
e4a958e516a5c4b56331b6f9f37d9fa627072a4a161f17b9e809df86af7ab86130c704b9f41d081a86dbc2dc3b24acf62615e843b73f78874c42730bd46f9b55
 SHA512 
7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71
 DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 
29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0
 SHA512 
9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
deleted file mode 100644
index abf88a2c2de..000
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER=3.0-gtk3
-
-PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   setup-wxwidgets
-   xdg_src_prepare
-}
-
-src_configure() {
-   econf --without-cpprest --without-cld2
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}

diff --git a/app-i18n/poedit/poedit-2.0.7.ebuild 
b/app-i18n/poedit/poedit-2.0.7.ebuild
deleted file mode 100644
index b5857296a23..000
--- a/app-i18n/poedit/poedit-2.0.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER=3.0-gtk3
-
-PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-09-11 Thread Matt Turner
commit: 9fb7c1f6536a210b69edfa4e452505096b200d9c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 11 20:40:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 11 20:40:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb7c1f6

app-i18n/poedit-2.1.1: ppc64 stable, bug 665274

 app-i18n/poedit/poedit-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
index cac72b22286..d1fc05b5b5d 100644
--- a/app-i18n/poedit/poedit-2.1.1.ebuild
+++ b/app-i18n/poedit/poedit-2.1.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~hppa ppc ppc64 ~sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-09-11 Thread Matt Turner
commit: a760ec5cf66b2ce4b5051294e15ae5a1744e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 11 20:40:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 11 20:40:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a760ec5c

app-i18n/poedit-2.1.1: ppc stable, bug 665274

 app-i18n/poedit/poedit-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
index 545bfe38909..cac72b22286 100644
--- a/app-i18n/poedit/poedit-2.1.1.ebuild
+++ b/app-i18n/poedit/poedit-2.1.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-08-05 Thread Mart Raudsepp
commit: c00bc04bb1dfa55c9ac7b5df5bcd9880f5aecc44
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug  5 21:19:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug  5 21:19:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00bc04b

app-i18n/poedit: bump to 2.1.1

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.1.1.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 8d90dba88ef..d0ac9da0cfc 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,4 @@
 DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2
 DIST poedit-2.0.7.tar.gz 2558220 BLAKE2B 
e4a958e516a5c4b56331b6f9f37d9fa627072a4a161f17b9e809df86af7ab86130c704b9f41d081a86dbc2dc3b24acf62615e843b73f78874c42730bd46f9b55
 SHA512 
7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71
 DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 
29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0
 SHA512 
9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
+DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
new file mode 100644
index 000..2f30b7de1dc
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.1.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   >=dev-libs/pugixml-1.9
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   # CLD2 and C++ Rest are not available in Gentoo
+   local myeconfargs=(
+   --without-cld2
+   --without-cpprest
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-08-04 Thread Thomas Deutschmann
commit: 0feaa3194c05300d17236ccd24ca63785580ebf9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug  5 00:53:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug  5 00:53:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0feaa319

app-i18n/poedit: x86 stable (bug #662528)

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-i18n/poedit/poedit-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.9.ebuild 
b/app-i18n/poedit/poedit-2.0.9.ebuild
index d048d558b43..a05878652aa 100644
--- a/app-i18n/poedit/poedit-2.0.9.ebuild
+++ b/app-i18n/poedit/poedit-2.0.9.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-08-03 Thread Mikle Kolyada
commit: e072f60f0405b6ec8af9c420eb165be89fb6b816
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug  4 00:07:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug  4 00:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e072f60f

app-i18n/poedit: amd64 stable wrt bug #662528

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/poedit/poedit-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.9.ebuild 
b/app-i18n/poedit/poedit-2.0.9.ebuild
index 2b053ad7438..d048d558b43 100644
--- a/app-i18n/poedit/poedit-2.0.9.ebuild
+++ b/app-i18n/poedit/poedit-2.0.9.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-08-02 Thread Sergei Trofimovich
commit: e5689ca56f606ed02df02505818ca3e1867e19e2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug  2 06:44:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Aug  2 18:44:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5689ca5

app-i18n/poedit: stable 2.0.9 for sparc, bug #662528

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 app-i18n/poedit/poedit-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.9.ebuild 
b/app-i18n/poedit/poedit-2.0.9.ebuild
index f985ecb9e16..2b053ad7438 100644
--- a/app-i18n/poedit/poedit-2.0.9.ebuild
+++ b/app-i18n/poedit/poedit-2.0.9.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net;
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-07-14 Thread Mart Raudsepp
commit: b5d8b1a54d4376eb945bf203764a4a00690ab923
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Jul 14 19:57:28 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul 14 21:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d8b1a5

app-i18n/poedit: bump to version 2.0.9

Closes: https://bugs.gentoo.org/661172
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/metadata.xml|  7 -
 app-i18n/poedit/poedit-2.0.9.ebuild | 62 +
 3 files changed, 69 insertions(+), 1 deletion(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 90c4b3e1128..8d90dba88ef 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,2 +1,3 @@
 DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2
 DIST poedit-2.0.7.tar.gz 2558220 BLAKE2B 
e4a958e516a5c4b56331b6f9f37d9fa627072a4a161f17b9e809df86af7ab86130c704b9f41d081a86dbc2dc3b24acf62615e843b73f78874c42730bd46f9b55
 SHA512 
7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71
+DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 
29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0
 SHA512 
9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d

diff --git a/app-i18n/poedit/metadata.xml b/app-i18n/poedit/metadata.xml
index ce23bed0e6f..59291cd93ec 100644
--- a/app-i18n/poedit/metadata.xml
+++ b/app-i18n/poedit/metadata.xml
@@ -5,8 +5,13 @@
wxwidg...@gentoo.org
Gentoo wxWidgets Project

+   
+   This program is a GUI frontend to the GNU gettext utilities
+   and a catalogs editor/source code parser.
+   It helps with translating applications into another language.
+   

+   https://github.com/vslavik/poedit/issues
vslavik/poedit
-   poedit

 

diff --git a/app-i18n/poedit/poedit-2.0.9.ebuild 
b/app-i18n/poedit/poedit-2.0.9.ebuild
new file mode 100644
index 000..f985ecb9e16
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.0.9.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+WX_GTK_VER=3.0-gtk3
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   # CLD2 and C++ Rest are not available in Gentoo
+   local myeconfargs=(
+   --without-cld2
+   --without-cpprest
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-05-27 Thread Mart Raudsepp
commit: 4ba219d8e0eec82cef3aeeb09162156a59f0bb60
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May 27 09:13:25 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 27 09:40:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba219d8

app-i18n/poedit: bump to 2.0.7

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.0.7.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index d72703eb266..90c4b3e1128 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1 +1,2 @@
 DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2
+DIST poedit-2.0.7.tar.gz 2558220 BLAKE2B 
e4a958e516a5c4b56331b6f9f37d9fa627072a4a161f17b9e809df86af7ab86130c704b9f41d081a86dbc2dc3b24acf62615e843b73f78874c42730bd46f9b55
 SHA512 
7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71

diff --git a/app-i18n/poedit/poedit-2.0.7.ebuild 
b/app-i18n/poedit/poedit-2.0.7.ebuild
new file mode 100644
index 000..b5857296a23
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.0.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER=3.0-gtk3
+
+PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   econf --without-cpprest --without-cld2
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-05-27 Thread Mart Raudsepp
commit: efa46c0b98968d865f43fc94947eb4c8fe2c7524
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May 27 08:28:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 27 08:44:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa46c0b

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-i18n/poedit/Manifest|  1 -
 app-i18n/poedit/poedit-1.8.5.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 32d3d47c50b..d72703eb266 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,2 +1 @@
-DIST poedit-1.8.5.tar.gz 2404829 BLAKE2B 
f39a7e2e14dab9c0ed0b761a3feb271c8eb0e3b1fdc09c77c6a3dfaaa499e3419881e0959f5a53b07754810adc1518efd4c56a1bb4fd490c1e2a405a7d44ef1c
 SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
deleted file mode 100644
index 7cce16eeb1c..000
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-WX_GTK_VER=3.0
-
-PLOCALES="af am an ar ast az be@latin be bg bn br bs ca ca@valencia ckb co cs 
da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu hy id is it ja 
kab ka kk ko ku ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk 
sl sq sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW"
-
-inherit eutils flag-o-matic gnome2-utils l10n wxwidgets xdg-utils
-
-DESCRIPTION="GUI editor for gettext translations files"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-# db/expat req for legacytm (backwards support for pre 1.6)
-# we currently have 1.5.5 in stable so this is enabled
-RDEPEND="
-   app-text/gtkspell:2
-   dev-cpp/lucene++
-   dev-libs/boost:=[nls]
-   dev-libs/expat
-   dev-libs/icu:=
-   ||  (
-   =sys-libs/db-5*:*[cxx]
-   =sys-libs/db-4*:*[cxx]
-   )
-   

[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-04-20 Thread David Seifert
commit: a7ba4b9d8c919a3c56f9df002bd208a726b1db1a
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 11:36:56 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 19:46:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ba4b9d

app-i18n/poedit: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7866

 app-i18n/poedit/poedit-1.8.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index d6e06a1639c..7cce16eeb1c 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -6,7 +6,7 @@ WX_GTK_VER=3.0
 
 PLOCALES="af am an ar ast az be@latin be bg bn br bs ca ca@valencia ckb co cs 
da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu hy id is it ja 
kab ka kk ko ku ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk 
sl sq sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW"
 
-inherit eutils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets
+inherit eutils flag-o-matic gnome2-utils l10n wxwidgets xdg-utils
 
 DESCRIPTION="GUI editor for gettext translations files"
 HOMEPAGE="https://poedit.net;
@@ -62,11 +62,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-04-01 Thread Sergei Trofimovich
commit: 0572a47d08522ded9688e1c256e28341b802441e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:36:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:36:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0572a47d

app-i18n/poedit: stable 2.0.6 for ppc64, bug #647932

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-i18n/poedit/poedit-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
index ff0eb4af5cf..abf88a2c2de 100644
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/files/, app-i18n/poedit/

2018-02-27 Thread Mart Raudsepp
commit: a5525fd9f6bfd7f7ee973a440523af81f2790580
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Feb 27 22:07:28 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Feb 27 22:07:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5525fd9

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/poedit/Manifest  |  3 --
 app-i18n/poedit/files/poedit-1.5.5-wx28.patch | 22 -
 app-i18n/poedit/poedit-1.5.5.ebuild   | 46 --
 app-i18n/poedit/poedit-1.8.7.ebuild   | 67 ---
 app-i18n/poedit/poedit-2.0.5.ebuild   | 56 --
 5 files changed, 194 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index b0b932e28c0..32d3d47c50b 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,5 +1,2 @@
-DIST poedit-1.5.5.tar.gz 2594758 BLAKE2B 
a0c833bf657bbda89b2109b6da62e6eafc9dddc5be726c9c785836dd7deb558c19b647ac2be649adb2fead4f927d1c855099bf29c5385f56379bfeaca4c802e5
 SHA512 
a3524e27681dbf97babef7bf3ec56d6b7cd736370f8ed86b53c717a5a2eb36245f9ed89fcd28b57bd4d6f5ff5fb98d6c1615baae0bf10be720dcfdafa57ad4f4
 DIST poedit-1.8.5.tar.gz 2404829 BLAKE2B 
f39a7e2e14dab9c0ed0b761a3feb271c8eb0e3b1fdc09c77c6a3dfaaa499e3419881e0959f5a53b07754810adc1518efd4c56a1bb4fd490c1e2a405a7d44ef1c
 SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
-DIST poedit-1.8.7.tar.gz 2483945 BLAKE2B 
0cea4dfa19bbd7e6563a2872836cf3dd53d45de39fe65323c19daf9e87ba264f38e24a1957a391511a746be164fe8d985348c847524ea80dd99e6988176bbf73
 SHA512 
609022e696915cddb130c561c7eaa7dff76ce0458f58d9b8de34f0e8b98839cdccaf4a593e0e4eded67252cece08c61f961191f64cf4d76fa148f403d9705e68
-DIST poedit-2.0.5.tar.gz 2505740 BLAKE2B 
2a10b77a12fd0c687b8c67c23f78e8be21a64461ddd5aef0bdd10626a6926b4f86c2a5b136809b4df2e8533dbcb29d98c197b37d64ff20804986f7bff4166db2
 SHA512 
097c93306a5b1bc74c7fa0cd49bc7077046219cb1c5e07ea4a45a0487700642eced1f186810c3bf74da74b72d5ebe84efa541229589b42603cd6c678ba4d2950
 DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2

diff --git a/app-i18n/poedit/files/poedit-1.5.5-wx28.patch 
b/app-i18n/poedit/files/poedit-1.5.5-wx28.patch
deleted file mode 100644
index f10c731c597..000
--- a/app-i18n/poedit/files/poedit-1.5.5-wx28.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-catalog.cpp:1155:20: error: 'class wxCharBuffer' has no member named 'length'
-
-http://www.poedit.net/trac/ticket/513
-
-
 a/src/catalog.cpp
-+++ b/src/catalog.cpp
-@@ -1151,8 +1151,13 @@ inline bool CanEncodeStringToCharset(const wxString& s, 
wxMBConv& conv)
- {
- if (s.empty())
- return true;
--wxCharBuffer converted(s.mb_str(conv));
-+const wxCharBuffer converted(s.mb_str(conv));
-+#if wxCHECK_VERSION(2,9,0)
- if ( converted.length() == 0 )
-+#else
-+const char *cs = (const char*)converted;
-+if ( cs == NULL || strlen(cs) == 0 )
-+#endif
- return false;
- return true;
- }

diff --git a/app-i18n/poedit/poedit-1.5.5.ebuild 
b/app-i18n/poedit/poedit-1.5.5.ebuild
deleted file mode 100644
index ec13358d63d..000
--- a/app-i18n/poedit/poedit-1.5.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-WX_GTK_VER=2.8
-
-inherit eutils fdo-mime flag-o-matic wxwidgets
-
-DESCRIPTION="Cross-platform gettext catalogs (.po files) editor"
-HOMEPAGE="http://poedit.sourceforge.net/;
-SRC_URI="mirror://sourceforge/poedit/${P}.tar.gz"
-
-LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc sparc x86"
-IUSE="spell"
-
-RDEPEND="dev-libs/boost
-   >=sys-libs/db-4.7:*
-   x11-libs/wxGTK:2.8[X]
-   spell? ( app-text/gtkspell:2 )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-wx28.patch
-}
-
-src_configure() {
-   append-flags -fno-strict-aliasing
-   econf $(use_enable spell spellchecking)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS NEWS README TODO
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-}

diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild 
b/app-i18n/poedit/poedit-1.8.7.ebuild
deleted file mode 100644
index 4e868c8f55a..000
--- a/app-i18n/poedit/poedit-1.8.7.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER=3.0-gtk3
-
-PLOCALES="af am an ar ast az 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-02-27 Thread Sergei Trofimovich
commit: a1675172c670cc85dd00495c805ee22785e2ae52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 27 21:42:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 27 21:56:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1675172

app-i18n/poedit: stable 1.8.5 for ppc, bug #563966

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-i18n/poedit/poedit-1.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 5f91ed688a6..d6e06a1639c 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-02-23 Thread Sergei Trofimovich
commit: f2e6b233db8abbbf778798d3915e44d86804ee2b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Feb 23 22:09:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 23 22:09:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e6b233

app-i18n/poedit: stable 2.0.6 for ppc, bug #647932

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-i18n/poedit/poedit-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
index 9a336c1a598..ff0eb4af5cf 100644
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-02-20 Thread Sergei Trofimovich
commit: 509128130c89be073ad021c74a51ff9596b384e9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb 20 08:06:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 20 08:10:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50912813

app-i18n/poedit: stable 2.0.6 for sparc, bug #647932

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-i18n/poedit/poedit-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
index 4579df9e911..9a336c1a598 100644
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-02-18 Thread Jason Zaman
commit: 630793d251696f14ad9046e3a3f4e3e55ac0038a
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 19 07:43:25 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 19 07:43:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630793d2

app-i18n/poedit: amd64 stable

Gentoo-bug: 647932
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/poedit/poedit-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
index cb06a9f9394..4579df9e911 100644
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-02-18 Thread Thomas Deutschmann
commit: a51767ac5e7ecb4c5429d9f40704a9865c80c1da
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 18 21:41:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 18 21:48:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51767ac

app-i18n/poedit: x86 stable (bug #647932)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/poedit/poedit-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
index b5857296a23..cb06a9f9394 100644
--- a/app-i18n/poedit/poedit-2.0.6.ebuild
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-02-10 Thread Jeroen Roovers
commit: a7a3b00baae556af2436fdbfbff727a661049167
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 10 12:36:58 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 10 12:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a3b00b

app-i18n/poedit: Revert "fc01d705b3e485e56541228d0a2df4f25eb113e6"

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/poedit/poedit-1.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index ebcd2aedf23..5f91ed688a6 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-01-24 Thread Sergei Trofimovich
commit: 132c8da32127223dc2f21c1bcfcc1417d8d48999
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jan 24 20:30:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 24 21:25:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132c8da3

app-i18n/poedit: stable 1.8.5 for sparc, bug #563966

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-i18n/poedit/poedit-1.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 5788f46b30a..ebcd2aedf23 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 sparc x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-01-20 Thread Andreas Sturmlechner
commit: fc01d705b3e485e56541228d0a2df4f25eb113e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 20 15:45:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 20 23:02:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc01d705

app-i18n/poedit: Drop to ~hppa

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/poedit/poedit-1.5.5.ebuild | 4 ++--
 app-i18n/poedit/poedit-1.8.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.5.5.ebuild 
b/app-i18n/poedit/poedit-1.5.5.ebuild
index 10a90ddeefc..ec13358d63d 100644
--- a/app-i18n/poedit/poedit-1.5.5.ebuild
+++ b/app-i18n/poedit/poedit-1.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/poedit/${P}.tar.gz"
 
 LICENSE="MIT CC-BY-2.5 CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
+KEYWORDS="amd64 ~hppa ppc sparc x86"
 IUSE="spell"
 
 RDEPEND="dev-libs/boost

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 95a2f210354..5788f46b30a 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-01-20 Thread Mart Raudsepp
commit: aff4b4a0217f55373928b7dec4f48e6767538fe5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 20 18:22:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 20 19:12:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff4b4a0

app-i18n/poedit: bump to 2.0.6, fixes hanging with certain rare non-UTF8 PO 
files

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.0.6.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 46d7822dd61..b0b932e28c0 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -2,3 +2,4 @@ DIST poedit-1.5.5.tar.gz 2594758 BLAKE2B 
a0c833bf657bbda89b2109b6da62e6eafc9dddc
 DIST poedit-1.8.5.tar.gz 2404829 BLAKE2B 
f39a7e2e14dab9c0ed0b761a3feb271c8eb0e3b1fdc09c77c6a3dfaaa499e3419881e0959f5a53b07754810adc1518efd4c56a1bb4fd490c1e2a405a7d44ef1c
 SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 DIST poedit-1.8.7.tar.gz 2483945 BLAKE2B 
0cea4dfa19bbd7e6563a2872836cf3dd53d45de39fe65323c19daf9e87ba264f38e24a1957a391511a746be164fe8d985348c847524ea80dd99e6988176bbf73
 SHA512 
609022e696915cddb130c561c7eaa7dff76ce0458f58d9b8de34f0e8b98839cdccaf4a593e0e4eded67252cece08c61f961191f64cf4d76fa148f403d9705e68
 DIST poedit-2.0.5.tar.gz 2505740 BLAKE2B 
2a10b77a12fd0c687b8c67c23f78e8be21a64461ddd5aef0bdd10626a6926b4f86c2a5b136809b4df2e8533dbcb29d98c197b37d64ff20804986f7bff4166db2
 SHA512 
097c93306a5b1bc74c7fa0cd49bc7077046219cb1c5e07ea4a45a0487700642eced1f186810c3bf74da74b72d5ebe84efa541229589b42603cd6c678ba4d2950
+DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B 
f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b
 SHA512 
e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2

diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild 
b/app-i18n/poedit/poedit-2.0.6.ebuild
new file mode 100644
index 000..b5857296a23
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.0.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER=3.0-gtk3
+
+PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   econf --without-cpprest --without-cld2
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2018-01-09 Thread Mart Raudsepp
commit: 5d3932d81c09472ebc6bfb5790a37579a1aa20ac
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 10 02:29:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 10 02:30:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3932d8

app-i18n/poedit: bump to 2.0.5

* Use xdg.eclass instead of deprecated fdo-mime.
* legacytm migration support is gone, remove the deps for it as per
  upstream configure.ac.
* Rely on EAPI default_src_install
* Add missing icon cache update calls

Closes: https://bugs.gentoo.org/619540
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-2.0.5.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 54cfcad9824..46d7822dd61 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,4 @@
 DIST poedit-1.5.5.tar.gz 2594758 BLAKE2B 
a0c833bf657bbda89b2109b6da62e6eafc9dddc5be726c9c785836dd7deb558c19b647ac2be649adb2fead4f927d1c855099bf29c5385f56379bfeaca4c802e5
 SHA512 
a3524e27681dbf97babef7bf3ec56d6b7cd736370f8ed86b53c717a5a2eb36245f9ed89fcd28b57bd4d6f5ff5fb98d6c1615baae0bf10be720dcfdafa57ad4f4
 DIST poedit-1.8.5.tar.gz 2404829 BLAKE2B 
f39a7e2e14dab9c0ed0b761a3feb271c8eb0e3b1fdc09c77c6a3dfaaa499e3419881e0959f5a53b07754810adc1518efd4c56a1bb4fd490c1e2a405a7d44ef1c
 SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 DIST poedit-1.8.7.tar.gz 2483945 BLAKE2B 
0cea4dfa19bbd7e6563a2872836cf3dd53d45de39fe65323c19daf9e87ba264f38e24a1957a391511a746be164fe8d985348c847524ea80dd99e6988176bbf73
 SHA512 
609022e696915cddb130c561c7eaa7dff76ce0458f58d9b8de34f0e8b98839cdccaf4a593e0e4eded67252cece08c61f961191f64cf4d76fa148f403d9705e68
+DIST poedit-2.0.5.tar.gz 2505740 BLAKE2B 
2a10b77a12fd0c687b8c67c23f78e8be21a64461ddd5aef0bdd10626a6926b4f86c2a5b136809b4df2e8533dbcb29d98c197b37d64ff20804986f7bff4166db2
 SHA512 
097c93306a5b1bc74c7fa0cd49bc7077046219cb1c5e07ea4a45a0487700642eced1f186810c3bf74da74b72d5ebe84efa541229589b42603cd6c678ba4d2950

diff --git a/app-i18n/poedit/poedit-2.0.5.ebuild 
b/app-i18n/poedit/poedit-2.0.5.ebuild
new file mode 100644
index 000..b5857296a23
--- /dev/null
+++ b/app-i18n/poedit/poedit-2.0.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER=3.0-gtk3
+
+PLOCALES="an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu fa 
fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl pt_BR 
pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
+
+inherit gnome2-utils l10n wxwidgets xdg
+
+DESCRIPTION="GUI gettext translations editor"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/gtkspell:3
+   x11-libs/gtk+:3
+   >=dev-cpp/lucene++-3.0.5
+   dev-libs/boost:=[nls]
+   dev-libs/icu:=
+   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
+"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   xdg_src_prepare
+}
+
+src_configure() {
+   econf --without-cpprest --without-cld2
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2017-12-23 Thread Sergei Trofimovich
commit: a13191183a2c3c446012bf315338c679c21db086
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 22 14:06:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 23 19:53:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1319118

app-i18n/poedit: keyworded 1.8.7 for sparc, bug #555984

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-i18n/poedit/poedit-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild 
b/app-i18n/poedit/poedit-1.8.7.ebuild
index b4ca8cf69ff..4e868c8f55a 100644
--- a/app-i18n/poedit/poedit-1.8.7.ebuild
+++ b/app-i18n/poedit/poedit-1.8.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2017-12-23 Thread Sergei Trofimovich
commit: 0e917b078edb5a45687a03e34767af14bca7029d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 22 14:05:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 23 19:53:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e917b07

app-i18n/poedit: keyworded 1.8.5 for sparc, bug #555984

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-i18n/poedit/poedit-1.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 3b8c2b88360..95a2f210354 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2017-12-10 Thread David Seifert
commit: 17a5a2d8194f89c54c6954f4457e270f9ed6b178
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 10 14:11:38 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 10 14:15:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a5a2d8

app-i18n/poedit: [QA] Fix dependency.missingslot

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-i18n/poedit/poedit-1.5.5.ebuild | 4 ++--
 app-i18n/poedit/poedit-1.8.5.ebuild | 4 ++--
 app-i18n/poedit/poedit-1.8.7.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.5.5.ebuild 
b/app-i18n/poedit/poedit-1.5.5.ebuild
index f47d006f356..10a90ddeefc 100644
--- a/app-i18n/poedit/poedit-1.5.5.ebuild
+++ b/app-i18n/poedit/poedit-1.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ KEYWORDS="amd64 hppa ppc sparc x86"
 IUSE="spell"
 
 RDEPEND="dev-libs/boost
-   >=sys-libs/db-4.7
+   >=sys-libs/db-4.7:*
x11-libs/wxGTK:2.8[X]
spell? ( app-text/gtkspell:2 )"
 

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index f704a88daba..3b8c2b88360 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -26,8 +26,8 @@ RDEPEND="
dev-libs/expat
dev-libs/icu:=
||  (
-   =sys-libs/db-5*[cxx]
-   =sys-libs/db-4*[cxx]
+   =sys-libs/db-5*:*[cxx]
+   =sys-libs/db-4*:*[cxx]
)

[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2017-09-24 Thread Sergei Trofimovich
commit: 4fe962a4a971b3a6e290342b937fee041fd86221
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 24 10:37:48 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 24 10:39:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe962a4

app-i18n/poedit: keyworded 1.8.5 for ppc, bug #555984

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-i18n/poedit/poedit-1.8.5.ebuild | 2 +-
 app-i18n/poedit/poedit-1.8.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 814766c84ae..f704a88daba 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc64 x86"
+KEYWORDS="amd64 hppa ~ppc ppc64 x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)

diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild 
b/app-i18n/poedit/poedit-1.8.7.ebuild
index 427ffac73bb..825517a6b8f 100644
--- a/app-i18n/poedit/poedit-1.8.7.ebuild
+++ b/app-i18n/poedit/poedit-1.8.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2017-06-02 Thread Jeroen Roovers
commit: 555325273f3d939ad61fa26de14503a1f38e91f8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun  2 12:04:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun  2 12:04:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55532527

app-i18n/poedit: Stable for HPPA too.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 app-i18n/poedit/poedit-1.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 5034bfa87d7..814766c84ae 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 hppa ppc64 x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2017-04-22 Thread Jeroen Roovers
commit: 047aa6df42455cfe06134299a510e883c8064b29
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr 22 14:03:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr 22 14:03:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047aa6df

app-i18n/poedit: Mark ~hppa (bug #555984).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 app-i18n/poedit/poedit-1.8.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild 
b/app-i18n/poedit/poedit-1.8.7.ebuild
index be3b3c826d7..427ffac73bb 100644
--- a/app-i18n/poedit/poedit-1.8.7.ebuild
+++ b/app-i18n/poedit/poedit-1.8.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2016-12-31 Thread Agostino Sarubbo
commit: 9fc936e071fbc7553b09ecdbb08676f299e42126
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 31 22:19:03 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 31 22:20:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc936e0

app-i18n/poedit: amd64 stable wrt bug #563966

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/poedit/poedit-1.8.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 131d1f4..7bfb4d8 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE=""
 
 # db/expat req for legacytm (backwards support for pre 1.6)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2016-06-21 Thread Michał Górny
commit: 8258e69866fe67adb456a8d9ddc8da7bea213533
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 21 20:00:46 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 21 20:01:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8258e698

app-i18n/poedit: Fix := slot op in || dep, #586310

 app-i18n/poedit/poedit-1.8.5.ebuild | 5 +++--
 app-i18n/poedit/poedit-1.8.7.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
index 5d5436b..131d1f4 100644
--- a/app-i18n/poedit/poedit-1.8.5.ebuild
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -27,9 +27,10 @@ RDEPEND="
dev-libs/expat
dev-libs/icu:=
||  (
-   =sys-libs/db-5*:=[cxx]
-   =sys-libs/db-4*:=[cxx]
+   =sys-libs/db-5*[cxx]
+   =sys-libs/db-4*[cxx]
)
+   

[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2016-05-24 Thread Pacho Ramos
commit: ebd07b4211885fc983be95b8a5d3266ea55ebdaa
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May 24 18:53:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May 24 19:12:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd07b42

app-i18n/poedit: Drop old

Package-Manager: portage-2.3.0_rc1

 app-i18n/poedit/Manifest|  1 -
 app-i18n/poedit/poedit-1.8.3.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 0ddb73e..5851144 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,4 +1,3 @@
 DIST poedit-1.5.5.tar.gz 2594758 SHA256 
3c94c9825c11a2d1ce10e083ad246e8625469f358da4a5a2f6210170b970f949 SHA512 
a3524e27681dbf97babef7bf3ec56d6b7cd736370f8ed86b53c717a5a2eb36245f9ed89fcd28b57bd4d6f5ff5fb98d6c1615baae0bf10be720dcfdafa57ad4f4
 WHIRLPOOL 
893795acc85183cede0313b9220179cafa17a92033e8472e48454475f4ecdf51a014dc7123e9396a38a98217c43666919e7a1dadf68ab2f401b920071cec3d23
-DIST poedit-1.8.3.tar.gz 2319253 SHA256 
2a73c659506c31eac142ad5b070a2370a797f3e81813c915bdd75fac2dd21ec1 SHA512 
c09faf18c9e58b2f4547e47d22a2237589eb4663985d0d3411e6f83691c34d075bff188fc14a9e245efe89d976377956d604c7f09d0329ddcd70383243f0f6b0
 WHIRLPOOL 
31b324c4c5b731836865c7bd464003b38406bf114f39354e9c6cb2bcfb65d5a3dead3e05ba780d2f0e13d504368d40e365f6372b6c9d5493814e063dd77a0bdf
 DIST poedit-1.8.5.tar.gz 2404829 SHA256 
cf541b8cbaf5d019cb2bd8f97c848e9f2d59dcf771d2281fc08f1122a923d96d SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 WHIRLPOOL 
316e0593e2e5fa82c893f9b55ab0b8b2816a65f33e64f0b25985704c05c8d5d319cea4199c3c9685c57a0fbd96ace26f091214aab66a02dfc858759be8d7d99d
 DIST poedit-1.8.7.tar.gz 2483945 SHA256 
562d9fdf44869db63ad5c219a79aeecda859490d57e43e00140b0e8114006a46 SHA512 
609022e696915cddb130c561c7eaa7dff76ce0458f58d9b8de34f0e8b98839cdccaf4a593e0e4eded67252cece08c61f961191f64cf4d76fa148f403d9705e68
 WHIRLPOOL 
8d1b7eafa8605323d8e4048e07eb631cac65eb2f98bdbe61687cb18c79120ac12187c6be60f112695b624857f0483c9fb6ec5e581691cb07cd14dcd30728d09e

diff --git a/app-i18n/poedit/poedit-1.8.3.ebuild 
b/app-i18n/poedit/poedit-1.8.3.ebuild
deleted file mode 100644
index a666390..000
--- a/app-i18n/poedit/poedit-1.8.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WX_GTK_VER=3.0
-
-PLOCALES="af am an ar ast az be@latin be bg bn br bs ca ca@valencia ckb co cs 
da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu id is it ja ka 
kk ko ku ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk sl sq 
sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW"
-
-inherit eutils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets
-
-DESCRIPTION="GUI editor for gettext translations files"
-HOMEPAGE="https://poedit.net;
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-# db/expat req for legacytm - remove in later version
-RDEPEND="
-   app-text/gtkspell:2
-   dev-cpp/lucene++
-   dev-libs/boost:=[nls]
-   dev-libs/expat
-   dev-libs/icu:=
-   ||  (
-   =sys-libs/db-5*:=[cxx]
-   =sys-libs/db-4*:=[cxx]
-   )
-   x11-libs/gtk+:2
-   x11-libs/wxGTK:${WX_GTK_VER}[X]
-   "
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   append-flags -Wno-deprecated-declarations
-}
-
-src_configure() {
-   econf --without-cpprest --without-cld2
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS NEWS README
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2016-04-24 Thread Ryan Hill
commit: ec3a3f364794c947aa47f8592eaafec2b3f3552c
Author: Ryan Hill  gentoo  org>
AuthorDate: Sun Apr 24 08:43:28 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Sun Apr 24 08:43:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3a3f36

app-i18n/poedit: Version bump.  Switch to GTK+3.

Package-Manager: portage-2.2.28
Signed-off-by: Ryan Hill  gentoo.org>

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-1.8.7.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 0b328fa..0ddb73e 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,4 @@
 DIST poedit-1.5.5.tar.gz 2594758 SHA256 
3c94c9825c11a2d1ce10e083ad246e8625469f358da4a5a2f6210170b970f949 SHA512 
a3524e27681dbf97babef7bf3ec56d6b7cd736370f8ed86b53c717a5a2eb36245f9ed89fcd28b57bd4d6f5ff5fb98d6c1615baae0bf10be720dcfdafa57ad4f4
 WHIRLPOOL 
893795acc85183cede0313b9220179cafa17a92033e8472e48454475f4ecdf51a014dc7123e9396a38a98217c43666919e7a1dadf68ab2f401b920071cec3d23
 DIST poedit-1.8.3.tar.gz 2319253 SHA256 
2a73c659506c31eac142ad5b070a2370a797f3e81813c915bdd75fac2dd21ec1 SHA512 
c09faf18c9e58b2f4547e47d22a2237589eb4663985d0d3411e6f83691c34d075bff188fc14a9e245efe89d976377956d604c7f09d0329ddcd70383243f0f6b0
 WHIRLPOOL 
31b324c4c5b731836865c7bd464003b38406bf114f39354e9c6cb2bcfb65d5a3dead3e05ba780d2f0e13d504368d40e365f6372b6c9d5493814e063dd77a0bdf
 DIST poedit-1.8.5.tar.gz 2404829 SHA256 
cf541b8cbaf5d019cb2bd8f97c848e9f2d59dcf771d2281fc08f1122a923d96d SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 WHIRLPOOL 
316e0593e2e5fa82c893f9b55ab0b8b2816a65f33e64f0b25985704c05c8d5d319cea4199c3c9685c57a0fbd96ace26f091214aab66a02dfc858759be8d7d99d
+DIST poedit-1.8.7.tar.gz 2483945 SHA256 
562d9fdf44869db63ad5c219a79aeecda859490d57e43e00140b0e8114006a46 SHA512 
609022e696915cddb130c561c7eaa7dff76ce0458f58d9b8de34f0e8b98839cdccaf4a593e0e4eded67252cece08c61f961191f64cf4d76fa148f403d9705e68
 WHIRLPOOL 
8d1b7eafa8605323d8e4048e07eb631cac65eb2f98bdbe61687cb18c79120ac12187c6be60f112695b624857f0483c9fb6ec5e581691cb07cd14dcd30728d09e

diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild 
b/app-i18n/poedit/poedit-1.8.7.ebuild
new file mode 100644
index 000..c99617e
--- /dev/null
+++ b/app-i18n/poedit/poedit-1.8.7.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+WX_GTK_VER=3.0-gtk3
+
+PLOCALES="af am an ar ast az be be@latin bg bn br bs ca ca@valencia ckb co cs 
da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu hy id is it ja 
ka kab kk ko ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk sl 
sq sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW"
+
+inherit fdo-mime l10n wxwidgets
+
+DESCRIPTION="GUI editor for gettext translations files"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+# db/expat req for legacytm (backwards support for pre 1.6)
+# we currently have 1.5.5 in stable so this is enabled
+RDEPEND="
+   app-text/gtkspell:3
+   dev-cpp/lucene++
+   dev-libs/boost:=[nls]
+   dev-libs/expat
+   dev-libs/icu:=
+   ||  (
+   =sys-libs/db-5*:=[cxx]
+   =sys-libs/db-4*:=[cxx]
+   )
+   x11-libs/gtk+:3
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   "
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   setup-wxwidgets
+   default
+}
+
+src_configure() {
+   econf --without-cpprest --without-cld2
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS NEWS README
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2015-10-14 Thread Ryan Hill
commit: 1a9542cbef1800cd66b783d10a8eb940c0be7398
Author: Ryan Hill  gentoo  org>
AuthorDate: Thu Oct 15 02:22:45 2015 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Thu Oct 15 02:22:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9542cb

app-i18n/poedit: Version bump, bug #563048 by Oleg.

Gentoo-Bug: https://bugs.gentoo.org/563048

Package-Manager: portage-2.2.23
Signed-off-by: Ryan Hill  gentoo.org>

 app-i18n/poedit/Manifest|  1 +
 app-i18n/poedit/poedit-1.8.5.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index 94b4eee..0b328fa 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,2 +1,3 @@
 DIST poedit-1.5.5.tar.gz 2594758 SHA256 
3c94c9825c11a2d1ce10e083ad246e8625469f358da4a5a2f6210170b970f949 SHA512 
a3524e27681dbf97babef7bf3ec56d6b7cd736370f8ed86b53c717a5a2eb36245f9ed89fcd28b57bd4d6f5ff5fb98d6c1615baae0bf10be720dcfdafa57ad4f4
 WHIRLPOOL 
893795acc85183cede0313b9220179cafa17a92033e8472e48454475f4ecdf51a014dc7123e9396a38a98217c43666919e7a1dadf68ab2f401b920071cec3d23
 DIST poedit-1.8.3.tar.gz 2319253 SHA256 
2a73c659506c31eac142ad5b070a2370a797f3e81813c915bdd75fac2dd21ec1 SHA512 
c09faf18c9e58b2f4547e47d22a2237589eb4663985d0d3411e6f83691c34d075bff188fc14a9e245efe89d976377956d604c7f09d0329ddcd70383243f0f6b0
 WHIRLPOOL 
31b324c4c5b731836865c7bd464003b38406bf114f39354e9c6cb2bcfb65d5a3dead3e05ba780d2f0e13d504368d40e365f6372b6c9d5493814e063dd77a0bdf
+DIST poedit-1.8.5.tar.gz 2404829 SHA256 
cf541b8cbaf5d019cb2bd8f97c848e9f2d59dcf771d2281fc08f1122a923d96d SHA512 
87eae2bcedc07eefb097edf263db10b3947956cfa504eddb259e3c3cfed6215ad0da4517fe5132b61041c39a7fbabd298ca42582570295bacbbd62d5ffc6f6a7
 WHIRLPOOL 
316e0593e2e5fa82c893f9b55ab0b8b2816a65f33e64f0b25985704c05c8d5d319cea4199c3c9685c57a0fbd96ace26f091214aab66a02dfc858759be8d7d99d

diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild 
b/app-i18n/poedit/poedit-1.8.5.ebuild
new file mode 100644
index 000..5d5436b
--- /dev/null
+++ b/app-i18n/poedit/poedit-1.8.5.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+WX_GTK_VER=3.0
+
+PLOCALES="af am an ar ast az be@latin be bg bn br bs ca ca@valencia ckb co cs 
da de el en_GB eo es et eu fa fi fr fur fy_NL ga gl he hi hr hu hy id is it ja 
kab ka kk ko ku ky lt lv mk mn mr ms nb ne nl nn oc pa pl pt_BR pt_PT ro ru sk 
sl sq sr sv ta tg th tr tt ug uk ur uz vi wa zh_CN zh_TW"
+
+inherit eutils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets
+
+DESCRIPTION="GUI editor for gettext translations files"
+HOMEPAGE="https://poedit.net;
+SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+# db/expat req for legacytm (backwards support for pre 1.6)
+# we currently have 1.5.5 in stable so this is enabled
+RDEPEND="
+   app-text/gtkspell:2
+   dev-cpp/lucene++
+   dev-libs/boost:=[nls]
+   dev-libs/expat
+   dev-libs/icu:=
+   ||  (
+   =sys-libs/db-5*:=[cxx]
+   =sys-libs/db-4*:=[cxx]
+   )
+   x11-libs/gtk+:2
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   "
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   my_rm_loc() {
+   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
+   rm "locales/${1}.mo" || die
+   }
+   l10n_find_plocales_changes 'locales' '' '.mo'
+   l10n_for_each_disabled_locale_do my_rm_loc
+
+   append-flags -Wno-deprecated-declarations
+}
+
+src_configure() {
+   econf --without-cpprest --without-cld2
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS NEWS README
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}