[gentoo-commits] gentoo-x86 commit in kde-base/kde-l10n: kde-l10n-4.14.3.ebuild ChangeLog

2015-04-02 Thread Michael Palimaka (kensington)
kensington15/04/02 19:45:11

  Modified: kde-l10n-4.14.3.ebuild ChangeLog
  Log:
  Introduce minimal USE flag to avoid collisions with Plasma 5.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.6  kde-base/kde-l10n/kde-l10n-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?r1=1.5r2=1.6

Index: kde-l10n-4.14.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kde-l10n-4.14.3.ebuild  17 Feb 2015 11:06:40 -  1.5
+++ kde-l10n-4.14.3.ebuild  2 Apr 2015 19:45:11 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.5 2015/02/17 11:06:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.6 2015/04/02 19:45:11 kensington Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 RDEPEND=!kde-base/konq-plugins-4.6
 
 KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
-IUSE=
+IUSE=minimal
 
 # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
 MY_LANGS=ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
@@ -69,6 +69,76 @@
# quick workaround for bug 493278
find ${S} -name akonadi_knut_resource* -delete
 
+   # Drop translations that get installed with 
plasma 5 and kde apps 5 packages
+   if use minimal; then
+
+   # KDE Workspace 4
+   rm -f 
${S}/*/messages/kde-workspace/{freespacenotifier,\
+joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
+kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
+kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
+kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\
+kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\
+kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\
+kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\
+khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\
+kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\
+ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\
+libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\
+plasma_applet_quicklaunch,plasma_applet_system-monitor,\
+plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\
+plasma_containmentactions_switchwindow,plasma_engine_keystate,\
+plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\
+plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\
+plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\
+plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\
+plasma_runner_placesrunner,plasma_runner_plasma-desktop,\
+plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
+plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
+plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
+powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
+powerdevilprofilesconfig,processcore,processui,systemsettings}.po
+
+   # KDE Runtime 4
+   rm -f 
${S}/*/messages/kde-runtime/{attica_kde,drkonqi,\
+filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
+kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
+khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
+kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
+kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
+ktraderclient,phonon_kde,soliduiserver}.po
+
+   # KDE Plasma Addons 4
+   rm -f 
${S}/*/messages/kdeplasma-addons/{konqprofiles,\
+konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\
+libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\
+plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\
+plasma_applet_fifteenPuzzle,plasma_applet_fileWatcher,plasma_applet_frame,\

[gentoo-commits] gentoo-x86 commit in kde-base/kde-l10n: kde-l10n-4.14.3.ebuild ChangeLog

2015-02-17 Thread Agostino Sarubbo (ago)
ago 15/02/17 11:06:40

  Modified: kde-l10n-4.14.3.ebuild ChangeLog
  Log:
  Stable for ppc64 wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  kde-base/kde-l10n/kde-l10n-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?r1=1.4r2=1.5

Index: kde-l10n-4.14.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kde-l10n-4.14.3.ebuild  16 Feb 2015 08:31:54 -  1.4
+++ kde-l10n-4.14.3.ebuild  17 Feb 2015 11:06:40 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.4 2015/02/16 08:31:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.5 2015/02/17 11:06:40 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 RDEPEND=!kde-base/konq-plugins-4.6
 
-KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=
 
 # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '



1.260kde-base/kde-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.260view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.260content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?r1=1.259r2=1.260

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog   16 Feb 2015 08:31:54 -  1.259
+++ ChangeLog   17 Feb 2015 11:06:40 -  1.260
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kde-l10n
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.259 
2015/02/16 08:31:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.260 
2015/02/17 11:06:40 ago Exp $
+
+  17 Feb 2015; Agostino Sarubbo a...@gentoo.org kde-l10n-4.14.3.ebuild:
+  Stable for ppc64 wrt bug #517344
 
   16 Feb 2015; Agostino Sarubbo a...@gentoo.org kde-l10n-4.14.3.ebuild:
   Stable for ppc wrt bug #517344






[gentoo-commits] gentoo-x86 commit in kde-base/kde-l10n: kde-l10n-4.14.3.ebuild ChangeLog

2015-02-16 Thread Agostino Sarubbo (ago)
ago 15/02/16 08:31:54

  Modified: kde-l10n-4.14.3.ebuild ChangeLog
  Log:
  Stable for ppc wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  kde-base/kde-l10n/kde-l10n-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?r1=1.3r2=1.4

Index: kde-l10n-4.14.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kde-l10n-4.14.3.ebuild  14 Feb 2015 14:35:09 -  1.3
+++ kde-l10n-4.14.3.ebuild  16 Feb 2015 08:31:54 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.3 2015/02/14 14:35:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.4 2015/02/16 08:31:54 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 RDEPEND=!kde-base/konq-plugins-4.6
 
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=
 
 # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '



1.259kde-base/kde-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.259view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.259content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?r1=1.258r2=1.259

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   14 Feb 2015 14:35:09 -  1.258
+++ ChangeLog   16 Feb 2015 08:31:54 -  1.259
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kde-l10n
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.258 
2015/02/14 14:35:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.259 
2015/02/16 08:31:54 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo a...@gentoo.org kde-l10n-4.14.3.ebuild:
+  Stable for ppc wrt bug #517344
 
   14 Feb 2015; Agostino Sarubbo a...@gentoo.org kde-l10n-4.14.3.ebuild:
   Stable for x86 wrt bug #517344






[gentoo-commits] gentoo-x86 commit in kde-base/kde-l10n: kde-l10n-4.14.3.ebuild ChangeLog

2015-02-14 Thread Agostino Sarubbo (ago)
ago 15/02/14 14:35:10

  Modified: kde-l10n-4.14.3.ebuild ChangeLog
  Log:
  Stable for x86 wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  kde-base/kde-l10n/kde-l10n-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?r1=1.2r2=1.3

Index: kde-l10n-4.14.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kde-l10n-4.14.3.ebuild  11 Dec 2014 13:05:49 -  1.2
+++ kde-l10n-4.14.3.ebuild  14 Feb 2015 14:35:09 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.2 2014/12/11 13:05:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.3 2015/02/14 14:35:09 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 RDEPEND=!kde-base/konq-plugins-4.6
 
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=
 
 # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '



1.258kde-base/kde-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.258view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.258content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?r1=1.257r2=1.258

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog   11 Dec 2014 15:45:00 -  1.257
+++ ChangeLog   14 Feb 2015 14:35:09 -  1.258
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kde-l10n
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.257 
2014/12/11 15:45:00 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.258 
2015/02/14 14:35:09 ago Exp $
+
+  14 Feb 2015; Agostino Sarubbo a...@gentoo.org kde-l10n-4.14.3.ebuild:
+  Stable for x86 wrt bug #517344
 
   11 Dec 2014; Manuel Rüger mr...@gentoo.org -kde-l10n-4.14.2.ebuild:
   Remove KDE SC 4.14.2






[gentoo-commits] gentoo-x86 commit in kde-base/kde-l10n: kde-l10n-4.14.3.ebuild ChangeLog

2014-12-11 Thread Mikle Kolyada (zlogene)
zlogene 14/12/11 13:05:49

  Modified: kde-l10n-4.14.3.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  kde-base/kde-l10n/kde-l10n-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?r1=1.1r2=1.2

Index: kde-l10n-4.14.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde-l10n-4.14.3.ebuild  16 Nov 2014 12:21:26 -  1.1
+++ kde-l10n-4.14.3.ebuild  11 Dec 2014 13:05:49 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.1 2014/11/16 12:21:26 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.2 2014/12/11 13:05:49 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 RDEPEND=!kde-base/konq-plugins-4.6
 
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
 IUSE=
 
 # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '



1.256kde-base/kde-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.256view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.256content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?r1=1.255r2=1.256

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog   16 Nov 2014 12:21:26 -  1.255
+++ ChangeLog   11 Dec 2014 13:05:49 -  1.256
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kde-l10n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.255 
2014/11/16 12:21:26 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.256 
2014/12/11 13:05:49 zlogene Exp $
+
+  11 Dec 2014; Mikle Kolyada zlog...@gentoo.org kde-l10n-4.14.3.ebuild:
+  amd64 stable wrt bug #517344
 
 *kde-l10n-4.14.3 (16 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in kde-base/kde-l10n: kde-l10n-4.14.3.ebuild ChangeLog

2014-11-16 Thread Alexey Shvetsov (alexxy)
alexxy  14/11/16 12:21:26

  Modified: ChangeLog
  Added:kde-l10n-4.14.3.ebuild
  Log:
  [kde-base] Add KDE SC 4.14.3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key F82F92E6)

Revision  ChangesPath
1.255kde-base/kde-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.255view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?rev=1.255content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/ChangeLog?r1=1.254r2=1.255

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog   14 Nov 2014 19:33:03 -  1.254
+++ ChangeLog   16 Nov 2014 12:21:26 -  1.255
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kde-l10n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.254 
2014/11/14 19:33:03 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.255 
2014/11/16 12:21:26 alexxy Exp $
+
+*kde-l10n-4.14.3 (16 Nov 2014)
+
+  16 Nov 2014; Alexey Shvetsov ale...@gentoo.org +kde-l10n-4.14.3.ebuild:
+  Version bump KDE SC 4.14.3
 
   14 Nov 2014; Manuel Rüger mr...@gentoo.org -kde-l10n-4.13.3.ebuild,
   -kde-l10n-4.14.1.ebuild:



1.1  kde-base/kde-l10n/kde-l10n-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild?rev=1.1content-type=text/plain

Index: kde-l10n-4.14.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.14.3.ebuild,v 
1.1 2014/11/16 12:21:26 alexxy Exp $

EAPI=5

KDE_HANDBOOK=optional
inherit kde4-base

DESCRIPTION=KDE internationalization package
HOMEPAGE=http://l10n.kde.org;

DEPEND=
sys-devel/gettext

RDEPEND=!kde-base/konq-plugins-4.6

KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
IUSE=

# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' 
-e 's:kde-l10n-::' |tr '\n' ' '
MY_LANGS=ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
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
sl sr sv tr ug uk wa zh_CN zh_TW

URI_BASE=${SRC_URI/-${PV}.tar.xz/}
SRC_URI=

for MY_LANG in ${MY_LANGS} ; do
IUSE=${IUSE} linguas_${MY_LANG}
SRC_URI=${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )
done

S=${WORKDIR}

src_unpack() {
local LNG DIR
if [[ -z ${A} ]]; then
elog
elog You either have the LINGUAS variable unset, or it only
elog contains languages not supported by ${P}.
elog You won't have any additional language support.
elog
elog ${P} supports these language codes:
elog ${MY_LANGS}
elog
fi

[[ -n ${A} ]]  unpack ${A}
cd ${S}

# add all linguas to cmake
if [[ -n ${A} ]]; then
for LNG in ${LINGUAS}; do
DIR=${PN}-${LNG}-${PV}
if [[ -d ${DIR} ]] ; then
echo add_subdirectory( ${DIR} )  
${S}/CMakeLists.txt
fi
done
fi
}

src_prepare() {
find ${S} -name CMakeLists.txt -type f \
-exec sed -i -e 's:^ *add_subdirectory( *kdepim-runtime *):# no 
kdepim-runtime:g' {} +
find ${S} -name CMakeLists.txt -type f \
-exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no 
kdepim:g' {} +

# quick workaround for bug 493278
find ${S} -name akonadi_knut_resource* -delete

kde4-base_src_prepare
}

src_configure() {
mycmakeargs=(
$(cmake-utils_use_build handbook docs)
)
[[ -n ${A} ]]  kde4-base_src_configure
}

src_compile() {
[[ -n ${A} ]]  kde4-base_src_compile
}

src_test() {
[[ -n ${A} ]]  kde4-base_src_test
}

src_install() {
[[ -n ${A} ]]  kde4-base_src_install
}