Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/
Date: Tue, 11 Sep 2018 20:45:47
Message-Id: 1536698517.5259805937ccce1263f21da55da8a4200d2f8315.leio@gentoo
1 commit: 5259805937ccce1263f21da55da8a4200d2f8315
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 11 20:41:57 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 20:41:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52598059
7
8 app-i18n/poedit: remove old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-i18n/poedit/Manifest | 2 --
13 app-i18n/poedit/poedit-2.0.6.ebuild | 56 -------------------------------------
14 app-i18n/poedit/poedit-2.0.7.ebuild | 56 -------------------------------------
15 3 files changed, 114 deletions(-)
16
17 diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
18 index d0ac9da0cfc..09ee6a357c4 100644
19 --- a/app-i18n/poedit/Manifest
20 +++ b/app-i18n/poedit/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST poedit-2.0.6.tar.gz 2511777 BLAKE2B f28e8940310e80ee15fc70f10492e061097f88b62938f8a85194170fd107100c739dbfd1c1cf12516e6fe3d2a9b282986a4368615cf8fcb2ac889075fe64cc6b SHA512 e7beceeb4cd9e4e0269666d634e48622f175a7788219288ba6349a5b15f8360a929018480372e3eecb664d7d2e3093d6788640651696323d6dda0f0780aa5cd2
23 -DIST poedit-2.0.7.tar.gz 2558220 BLAKE2B e4a958e516a5c4b56331b6f9f37d9fa627072a4a161f17b9e809df86af7ab86130c704b9f41d081a86dbc2dc3b24acf62615e843b73f78874c42730bd46f9b55 SHA512 7b8b41b5f55252b1845c452edbdad56dc841c507c4fb7a24267bd2af8490610f5f3eb72f31ed4d062fdaef939ef4ecd9c30ddc85a5dad3a792ac5857567dac71
24 DIST poedit-2.0.9.tar.gz 2567156 BLAKE2B 29e616256a19430cb3efd3db5d6c2cc450155009e30ee056f6be712bac9e631e5aa20b0758262e9fbe00937eedf6ac777cd8e7407a3060f04503e3fa4d9cd6d0 SHA512 9981339ae0c3f11f972ed2f25e0c96e5c0cc0210771cc44d163e219c32eb951fa4180c8a03acdd7f0232a5e4b535f3202dda703b57ccfb02773eb24e6a1eb02d
25 DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779 SHA512 0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
26
27 diff --git a/app-i18n/poedit/poedit-2.0.6.ebuild b/app-i18n/poedit/poedit-2.0.6.ebuild
28 deleted file mode 100644
29 index abf88a2c2de..00000000000
30 --- a/app-i18n/poedit/poedit-2.0.6.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -WX_GTK_VER=3.0-gtk3
38 -
39 -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"
40 -
41 -inherit gnome2-utils l10n wxwidgets xdg
42 -
43 -DESCRIPTION="GUI gettext translations editor"
44 -HOMEPAGE="https://poedit.net"
45 -SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - app-text/gtkspell:3
54 - x11-libs/gtk+:3
55 - >=dev-cpp/lucene++-3.0.5
56 - dev-libs/boost:=[nls]
57 - dev-libs/icu:=
58 - >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
59 -"
60 -
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig"
63 -
64 -src_prepare() {
65 - my_rm_loc() {
66 - sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in || die
67 - rm "locales/${1}.mo" || die
68 - }
69 - l10n_find_plocales_changes 'locales' '' '.mo'
70 - l10n_for_each_disabled_locale_do my_rm_loc
71 -
72 - setup-wxwidgets
73 - xdg_src_prepare
74 -}
75 -
76 -src_configure() {
77 - econf --without-cpprest --without-cld2
78 -}
79 -
80 -pkg_postinst() {
81 - xdg_pkg_postinst
82 - gnome2_icon_cache_update
83 -}
84 -
85 -pkg_postrm() {
86 - xdg_pkg_postrm
87 - gnome2_icon_cache_update
88 -}
89
90 diff --git a/app-i18n/poedit/poedit-2.0.7.ebuild b/app-i18n/poedit/poedit-2.0.7.ebuild
91 deleted file mode 100644
92 index b5857296a23..00000000000
93 --- a/app-i18n/poedit/poedit-2.0.7.ebuild
94 +++ /dev/null
95 @@ -1,56 +0,0 @@
96 -# Copyright 1999-2018 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=6
100 -WX_GTK_VER=3.0-gtk3
101 -
102 -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"
103 -
104 -inherit gnome2-utils l10n wxwidgets xdg
105 -
106 -DESCRIPTION="GUI gettext translations editor"
107 -HOMEPAGE="https://poedit.net"
108 -SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz"
109 -
110 -LICENSE="MIT"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
113 -IUSE=""
114 -
115 -RDEPEND="
116 - app-text/gtkspell:3
117 - x11-libs/gtk+:3
118 - >=dev-cpp/lucene++-3.0.5
119 - dev-libs/boost:=[nls]
120 - dev-libs/icu:=
121 - >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
122 -"
123 -
124 -DEPEND="${RDEPEND}
125 - virtual/pkgconfig"
126 -
127 -src_prepare() {
128 - my_rm_loc() {
129 - sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in || die
130 - rm "locales/${1}.mo" || die
131 - }
132 - l10n_find_plocales_changes 'locales' '' '.mo'
133 - l10n_for_each_disabled_locale_do my_rm_loc
134 -
135 - setup-wxwidgets
136 - xdg_src_prepare
137 -}
138 -
139 -src_configure() {
140 - econf --without-cpprest --without-cld2
141 -}
142 -
143 -pkg_postinst() {
144 - xdg_pkg_postinst
145 - gnome2_icon_cache_update
146 -}
147 -
148 -pkg_postrm() {
149 - xdg_pkg_postrm
150 - gnome2_icon_cache_update
151 -}