Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kde4-l10n/
Date: Sat, 02 Jul 2016 16:45:43
Message-Id: 1467477913.d98e06a015ae4e52299e2eba253cd381fa290c7b.kensington@gentoo
1 commit: d98e06a015ae4e52299e2eba253cd381fa290c7b
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 2 08:11:24 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 16:45:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98e06a0
7
8 kde-apps/kde4-l10n: Drop old, conflicting versions
9
10 15.12.3-r1 is stable while current stable kdepim-l10n ebuilds have
11 !<kde-apps/kde4-l10n-4.14.3-r1, so no need to keep old version around.
12
13 Package-Manager: portage-2.2.28
14
15 kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild | 160 -------------------------
16 kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild | 163 --------------------------
17 2 files changed, 323 deletions(-)
18
19 diff --git a/kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild b/kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild
20 deleted file mode 100644
21 index 045ea02..0000000
22 --- a/kde-apps/kde4-l10n/kde4-l10n-4.14.3-r1.ebuild
23 +++ /dev/null
24 @@ -1,160 +0,0 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Id$
28 -
29 -EAPI=5
30 -
31 -KDE_HANDBOOK="optional"
32 -inherit kde4-base
33 -
34 -DESCRIPTION="KDE internationalization package"
35 -HOMEPAGE="http://l10n.kde.org"
36 -
37 -DEPEND="
38 - sys-devel/gettext
39 -"
40 -RDEPEND=""
41 -
42 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
43 -IUSE="minimal"
44 -
45 -# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
46 -MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
47 -hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
48 -sl sr sv tr ug uk wa zh_CN zh_TW"
49 -
50 -URI_BASE="${SRC_URI/kde4/kde}"
51 -URI_BASE="${URI_BASE/-${PV}.tar.xz/}"
52 -SRC_URI=""
53 -
54 -for MY_LANG in ${MY_LANGS} ; do
55 - IUSE="${IUSE} linguas_${MY_LANG}"
56 - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
57 -done
58 -
59 -S="${WORKDIR}"
60 -
61 -src_unpack() {
62 - if [[ -z ${A} ]]; then
63 - elog
64 - elog "You either have the LINGUAS variable unset, or it only"
65 - elog "contains languages not supported by ${P}."
66 - elog "You won't have any additional language support."
67 - elog
68 - elog "${P} supports these language codes:"
69 - elog "${MY_LANGS}"
70 - elog
71 - fi
72 -
73 - [[ -n ${A} ]] && unpack ${A}
74 -}
75 -
76 -src_prepare() {
77 - local LNG DIR
78 - # add all linguas to cmake
79 - if [[ -n ${A} ]]; then
80 - for LNG in ${LINGUAS}; do
81 - DIR="kde-l10n-${LNG}-${PV}"
82 - if [[ -d "${DIR}" ]] ; then
83 - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
84 - fi
85 - done
86 - fi
87 - find "${S}" -name CMakeLists.txt -type f \
88 - -exec sed -i -e 's:^ *add_subdirectory( *kdepim-runtime *):# no kdepim-runtime:g' {} +
89 - find "${S}" -name CMakeLists.txt -type f \
90 - -exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no kdepim:g' {} +
91 - find "${S}" -name CMakeLists.txt -type f \
92 - -exec sed -i -e 's:^ *add_subdirectory( *kdepimlibs *):# no kdepimlibs:g' {} +
93 -
94 - # Drop translations that get installed with plasma 5 and kde apps 5 packages
95 - if use minimal; then
96 -
97 - # KDE Workspace 4
98 - rm -f "${S}"/*/messages/kde-workspace/{freespacenotifier,\
99 -joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
100 -kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
101 -kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
102 -kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\
103 -kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\
104 -kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\
105 -kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\
106 -khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\
107 -kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\
108 -ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\
109 -libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\
110 -plasma_applet_quicklaunch,plasma_applet_system-monitor,\
111 -plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\
112 -plasma_containmentactions_switchwindow,plasma_engine_keystate,\
113 -plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\
114 -plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\
115 -plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\
116 -plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\
117 -plasma_runner_placesrunner,plasma_runner_plasma-desktop,\
118 -plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
119 -plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
120 -plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
121 -powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
122 -powerdevilprofilesconfig,processcore,processui,systemsettings}.po
123 -
124 - # KDE Runtime 4
125 - rm -f "${S}"/*/messages/kde-runtime/{attica_kde,drkonqi,\
126 -filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
127 -kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
128 -khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
129 -kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
130 -kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
131 -ktraderclient,phonon_kde,soliduiserver}.po
132 -
133 - # KDE Plasma Addons 4
134 - rm -f "${S}"/*/messages/kdeplasma-addons/{konqprofiles,\
135 -konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\
136 -libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\
137 -plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\
138 -plasma_applet_fifteenPuzzle,plasma_applet_fileWatcher,plasma_applet_frame,\
139 -plasma_applet_groupingpanel,plasma_applet_incomingmsg,\
140 -plasma_applet_knowledgebase,plasma_applet_kolourpicker,plasma_applet_leavenote,\
141 -plasma_applet_life,plasma_applet_luna,plasma_applet_magnifique,\
142 -plasma_applet_microblog,plasma_applet_news,plasma_applet_plasmaboard,\
143 -plasma_applet_previewer,plasma_applet_qalculate,plasma_applet_qstardict,\
144 -plasma_applet_rssnow,plasma_applet_showdashboard,plasma_applet_showdesktop,\
145 -plasma_applet_spellcheck,plasma_applet_unitconverter,plasma_applet_weather,\
146 -plasma_applet_weatherstation,plasma_applet_webslice,\
147 -plasma_packagestructure_comic,plasma_runner_audioplayercontrol,\
148 -plasma_runner_browserhistory,plasma_runner_CharacterRunner,\
149 -plasma_runner_contacts,plasma_runner_converterrunner,plasma_runner_datetime,\
150 -plasma_runner_events,plasma_runner_katesessions,\
151 -plasma_runner_konquerorsessions,plasma_runner_konsolesessions,\
152 -plasma_runner_kopete,plasma_runner_krunner_dictionary,plasma_runner_mediawiki,\
153 -plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po
154 -
155 - # KDELIBS 4
156 - rm -f "${S}"/*/messages/kdelibs/{akonadi_baloo_indexer,\
157 -baloo_file,baloo_file_extractor,baloosearch,balooshow,kcm_baloofile,kfilemetadata,\
158 -kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po
159 -
160 - # KDE Applications 4
161 - rm -f "${S}"/*/messages/applications/useraccount.po
162 - fi
163 -
164 - kde4-base_src_prepare
165 -}
166 -
167 -src_configure() {
168 - mycmakeargs=(
169 - $(cmake-utils_use_build handbook docs)
170 - )
171 - [[ -n ${A} ]] && kde4-base_src_configure
172 -}
173 -
174 -src_compile() {
175 - [[ -n ${A} ]] && kde4-base_src_compile
176 -}
177 -
178 -src_test() {
179 - [[ -n ${A} ]] && kde4-base_src_test
180 -}
181 -
182 -src_install() {
183 - [[ -n ${A} ]] && kde4-base_src_install
184 -}
185
186 diff --git a/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild b/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild
187 deleted file mode 100644
188 index b2ebd9f..0000000
189 --- a/kde-apps/kde4-l10n/kde4-l10n-4.14.3.ebuild
190 +++ /dev/null
191 @@ -1,163 +0,0 @@
192 -# Copyright 1999-2015 Gentoo Foundation
193 -# Distributed under the terms of the GNU General Public License v2
194 -# $Id$
195 -
196 -EAPI=5
197 -
198 -KDE_HANDBOOK="optional"
199 -inherit kde4-base
200 -
201 -DESCRIPTION="KDE internationalization package"
202 -HOMEPAGE="http://l10n.kde.org"
203 -
204 -DEPEND="
205 - sys-devel/gettext
206 -"
207 -RDEPEND="!<kde-base/konq-plugins-4.6"
208 -
209 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
210 -IUSE="minimal"
211 -
212 -# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
213 -MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
214 -hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
215 -sl sr sv tr ug uk wa zh_CN zh_TW"
216 -
217 -URI_BASE="${SRC_URI/kde4/kde}"
218 -URI_BASE="${URI_BASE/-${PV}.tar.xz/}"
219 -SRC_URI=""
220 -
221 -for MY_LANG in ${MY_LANGS} ; do
222 - IUSE="${IUSE} linguas_${MY_LANG}"
223 - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
224 -done
225 -
226 -S="${WORKDIR}"
227 -
228 -src_unpack() {
229 - local LNG DIR
230 - if [[ -z ${A} ]]; then
231 - elog
232 - elog "You either have the LINGUAS variable unset, or it only"
233 - elog "contains languages not supported by ${P}."
234 - elog "You won't have any additional language support."
235 - elog
236 - elog "${P} supports these language codes:"
237 - elog "${MY_LANGS}"
238 - elog
239 - fi
240 -
241 - [[ -n ${A} ]] && unpack ${A}
242 - cd "${S}"
243 -
244 - # add all linguas to cmake
245 - if [[ -n ${A} ]]; then
246 - for LNG in ${LINGUAS}; do
247 - DIR="kde-l10n-${LNG}-${PV}"
248 - if [[ -d "${DIR}" ]] ; then
249 - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
250 - fi
251 - done
252 - fi
253 -}
254 -
255 -src_prepare() {
256 - find "${S}" -name CMakeLists.txt -type f \
257 - -exec sed -i -e 's:^ *add_subdirectory( *kdepim-runtime *):# no kdepim-runtime:g' {} +
258 - find "${S}" -name CMakeLists.txt -type f \
259 - -exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no kdepim:g' {} +
260 -
261 - # quick workaround for bug 493278
262 - find "${S}" -name "akonadi_knut_resource*" -delete
263 -
264 - # Drop translations that get installed with plasma 5 and kde apps 5 packages
265 - if use minimal; then
266 -
267 - # KDE Workspace 4
268 - rm -f "${S}"/*/messages/kde-workspace/{freespacenotifier,\
269 -joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
270 -kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
271 -kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
272 -kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\
273 -kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\
274 -kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\
275 -kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\
276 -khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\
277 -kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\
278 -ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\
279 -libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\
280 -plasma_applet_quicklaunch,plasma_applet_system-monitor,\
281 -plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\
282 -plasma_containmentactions_switchwindow,plasma_engine_keystate,\
283 -plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\
284 -plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\
285 -plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\
286 -plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\
287 -plasma_runner_placesrunner,plasma_runner_plasma-desktop,\
288 -plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
289 -plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
290 -plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
291 -powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
292 -powerdevilprofilesconfig,processcore,processui,systemsettings}.po
293 -
294 - # KDE Runtime 4
295 - rm -f "${S}"/*/messages/kde-runtime/{attica_kde,drkonqi,\
296 -filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
297 -kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
298 -khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
299 -kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
300 -kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
301 -ktraderclient,phonon_kde,soliduiserver}.po
302 -
303 - # KDE Plasma Addons 4
304 - rm -f "${S}"/*/messages/kdeplasma-addons/{konqprofiles,\
305 -konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\
306 -libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\
307 -plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\
308 -plasma_applet_fifteenPuzzle,plasma_applet_fileWatcher,plasma_applet_frame,\
309 -plasma_applet_groupingpanel,plasma_applet_incomingmsg,\
310 -plasma_applet_knowledgebase,plasma_applet_kolourpicker,plasma_applet_leavenote,\
311 -plasma_applet_life,plasma_applet_luna,plasma_applet_magnifique,\
312 -plasma_applet_microblog,plasma_applet_news,plasma_applet_plasmaboard,\
313 -plasma_applet_previewer,plasma_applet_qalculate,plasma_applet_qstardict,\
314 -plasma_applet_rssnow,plasma_applet_showdashboard,plasma_applet_showdesktop,\
315 -plasma_applet_spellcheck,plasma_applet_unitconverter,plasma_applet_weather,\
316 -plasma_applet_weatherstation,plasma_applet_webslice,\
317 -plasma_packagestructure_comic,plasma_runner_audioplayercontrol,\
318 -plasma_runner_browserhistory,plasma_runner_CharacterRunner,\
319 -plasma_runner_contacts,plasma_runner_converterrunner,plasma_runner_datetime,\
320 -plasma_runner_events,plasma_runner_katesessions,\
321 -plasma_runner_konquerorsessions,plasma_runner_konsolesessions,\
322 -plasma_runner_kopete,plasma_runner_krunner_dictionary,plasma_runner_mediawiki,\
323 -plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po
324 -
325 - # KDELIBS 4
326 - rm -f "${S}"/*/messages/kdelibs/{akonadi_baloo_indexer,\
327 -baloo_file,baloo_file_extractor,baloosearch,balooshow,kcm_baloofile,kfilemetadata,\
328 -kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po
329 -
330 - # KDE Applications 4
331 - rm -f "${S}"/*/messages/applications/useraccount.po
332 - fi
333 -
334 - kde4-base_src_prepare
335 -}
336 -
337 -src_configure() {
338 - mycmakeargs=(
339 - $(cmake-utils_use_build handbook docs)
340 - )
341 - [[ -n ${A} ]] && kde4-base_src_configure
342 -}
343 -
344 -src_compile() {
345 - [[ -n ${A} ]] && kde4-base_src_compile
346 -}
347 -
348 -src_test() {
349 - [[ -n ${A} ]] && kde4-base_src_test
350 -}
351 -
352 -src_install() {
353 - [[ -n ${A} ]] && kde4-base_src_install
354 -}