[gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-providers/

2014-12-01 Thread Michael Palimaka
commit: d9305b62a235f4432498023d378d2c317370a6b3
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Nov 19 22:57:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  1 12:38:29 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d9305b62

[kde-misc/kaccounts-providers] added

---
 .../kaccounts-providers-.ebuild | 21 +
 kde-misc/kaccounts-providers/metadata.xml   |  8 
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild 
b/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild
new file mode 100644
index 000..6df3f0d
--- /dev/null
+++ b/kde-misc/kaccounts-providers/kaccounts-providers-.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION=KDE KAccount providers
+HOMEPAGE=https://community.kde.org/KTp;
+
+LICENSE=LGPL-2.1
+SLOT=5
+IUSE=telepathy
+
+DEPEND=
+RDEPEND=
+   telepathy? ( net-im/telepathy-connection-managers[jabber] )
+   net-libs/signon-ui
+   net-libs/signon-oauth2
+

diff --git a/kde-misc/kaccounts-providers/metadata.xml 
b/kde-misc/kaccounts-providers/metadata.xml
new file mode 100644
index 000..4d6d9d6
--- /dev/null
+++ b/kde-misc/kaccounts-providers/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdkde/herd
+   use
+   flag name=telepathyPull in dependencies for chat 
support/flag
+   /use
+/pkgmetadata



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/, net-libs/signond/, net-libs/signond/files/

2014-12-01 Thread Michael Palimaka
commit: e8596650f8f8d78459fdd3ec99a4f6dd554c8795
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Nov 19 22:35:56 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  1 12:38:28 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8596650

[net-libs/signond] added

---
 net-libs/signond/files/signond-8.56-to-8.57.patch | 275 ++
 net-libs/signond/metadata.xml |   5 +
 net-libs/signond/signond-8.57.ebuild  |  44 
 profiles/package.mask/signond |   1 +
 4 files changed, 325 insertions(+)

diff --git a/net-libs/signond/files/signond-8.56-to-8.57.patch 
b/net-libs/signond/files/signond-8.56-to-8.57.patch
new file mode 100644
index 000..23c7d25
--- /dev/null
+++ b/net-libs/signond/files/signond-8.56-to-8.57.patch
@@ -0,0 +1,275 @@
+diff --git a/common-project-config.pri b/common-project-config.pri
+index 545f1c6..505baa9 100644
+--- a/common-project-config.pri
 b/common-project-config.pri
+@@ -36,9 +36,11 @@ DEFINES += NO_SIGNON_USER
+ # Qt4/Qt5 common checks
+ greaterThan(QT_MAJOR_VERSION, 4) {
+ LIBSIGNON = libsignon-qt5
++CMAKE_BASENAME = SignOnQt5
+ LIBQTCORE = Qt5Core
+ } else {
+ LIBSIGNON = libsignon-qt
++CMAKE_BASENAME = SignOnQt
+ LIBQTCORE = QtCore
+ }
+ 
+@@ -84,7 +86,7 @@ isEmpty( LIBDIR ) {
+ }
+ 
+ isEmpty ( CMAKE_CONFIG_PATH ) {
+-CMAKE_CONFIG_PATH = $${INSTALL_LIBDIR}/cmake/SignOnQt/
++CMAKE_CONFIG_PATH = $${INSTALL_LIBDIR}/cmake/$${CMAKE_BASENAME}
+ message()
+ message( NOTE: To override the cmake module installation path run: 
`qmake CMAKE_CONFIG_PATH=/custom/path')
+ message( (current installation path is `$${CMAKE_CONFIG_PATH}'))
+diff --git a/common-vars.pri b/common-vars.pri
+index d91831d..c2b8ef3 100644
+--- a/common-vars.pri
 b/common-vars.pri
+@@ -14,7 +14,7 @@ PROJECT_NAME = signon
+ # Project version
+ # remember to update debian/* files if you changes this
+ #-
+-PROJECT_VERSION = 8.56
++PROJECT_VERSION = 8.57
+ 
+ #-
+ # Library version
+diff --git a/lib/SignOn/SignOnQt5Config.cmake.in 
b/lib/SignOn/SignOnQt5Config.cmake.in
+new file mode 100644
+index 000..523fffb
+--- /dev/null
 b/lib/SignOn/SignOnQt5Config.cmake.in
+@@ -0,0 +1,7 @@
++#  SIGNONQT_INCLUDE_DIRS - The libsignon-qt include directories
++#  SIGNONQT_LIBRARIES - The libraries needed to use libsignon-qt
++#  SIGNONQT_LIBRARIES_STATIC - The static version of libsignon-qt
++
++set(SIGNONQT_LIBRARIES $${INSTALL_LIBDIR}/lib$${TARGET}.so)
++set(SIGNONQT_LIBRARIES_STATIC $${INSTALL_LIBDIR}/lib$${TARGET}.a)
++set(SIGNONQT_INCLUDE_DIRS $${INSTALL_PREFIX}/include/$${TARGET})
+\ No newline at end of file
+diff --git a/lib/SignOn/SignOnQt5ConfigVersion.cmake.in 
b/lib/SignOn/SignOnQt5ConfigVersion.cmake.in
+new file mode 100644
+index 000..d086b47
+--- /dev/null
 b/lib/SignOn/SignOnQt5ConfigVersion.cmake.in
+@@ -0,0 +1,10 @@
++set(PACKAGE_VERSION $${PROJECT_VERSION})
++
++if(${PACKAGE_VERSION} VERSION_LESS ${PACKAGE_FIND_VERSION} )
++   set(PACKAGE_VERSION_COMPATIBLE FALSE)
++else(${PACKAGE_VERSION} VERSION_LESS ${PACKAGE_FIND_VERSION} )
++   set(PACKAGE_VERSION_COMPATIBLE TRUE)
++   if( ${PACKAGE_FIND_VERSION} STREQUAL ${PACKAGE_VERSION})
++  set(PACKAGE_VERSION_EXACT TRUE)
++   endif( ${PACKAGE_FIND_VERSION} STREQUAL ${PACKAGE_VERSION})
++endif(${PACKAGE_VERSION} VERSION_LESS ${PACKAGE_FIND_VERSION} )
+\ No newline at end of file
+diff --git a/lib/SignOn/connection-manager.cpp 
b/lib/SignOn/connection-manager.cpp
+index 62b7dd7..d08edb6 100644
+--- a/lib/SignOn/connection-manager.cpp
 b/lib/SignOn/connection-manager.cpp
+@@ -103,7 +103,7 @@ ConnectionManager::setupSocketConnection()
+ if (!connection.isConnected()) {
+ QDBusError error = connection.lastError();
+ QString name = error.name();
+-BLAME()  p2p error:  error  error.type();
++TRACE()  p2p error:  error  error.type();
+ if (name == QLatin1String(org.freedesktop.DBus.Error.FileNotFound) 

+ m_serviceStatus != ServiceActivated) {
+ return SocketConnectionNoService;
+diff --git a/lib/SignOn/libsignon-qt.pri b/lib/SignOn/libsignon-qt.pri
+index 7f6a0dc..0356509 100644
+--- a/lib/SignOn/libsignon-qt.pri
 b/lib/SignOn/libsignon-qt.pri
+@@ -73,10 +73,10 @@ pkgconfig.files = lib$${TARGET}.pc
+ include($${TOP_SRC_DIR}/common-pkgconfig.pri)
+ INSTALLS += pkgconfig
+ 
+-QMAKE_SUBSTITUTES += SignOnQtConfig.cmake.in \
+-SignOnQtConfigVersion.cmake.in
+-cmake_modules.files = SignOnQtConfig.cmake \
+-SignOnQtConfigVersion.cmake
++QMAKE_SUBSTITUTES += $${CMAKE_BASENAME}Config.cmake.in \
++$${CMAKE_BASENAME}ConfigVersion.cmake.in
++cmake_modules.files = $${CMAKE_BASENAME}Config.cmake

[gentoo-commits] proj/kde:master commit in: net-im/ktp-text-ui/, net-im/ktp-desktop-applets/

2014-12-01 Thread Michael Palimaka
commit: 2dc9b0408ba49b47958bf5d6fb68777e213a6b15
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Nov 19 23:36:14 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  1 12:38:30 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2dc9b040

[net-im/ktp-text-ui] added KF5 based version

---
 .../ktp-desktop-applets-4..ebuild  |  1 +
 .../ktp-desktop-applets-.ebuild|  1 -
 net-im/ktp-text-ui/ktp-text-ui-.ebuild | 50 ++
 3 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-4..ebuild 
b/net-im/ktp-desktop-applets/ktp-desktop-applets-4..ebuild
index aa9b2ba..fa174fb 100644
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-4..ebuild
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-4..ebuild
@@ -7,6 +7,7 @@ EAPI=5
 KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
 ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
 sr@latin sv tr uk vi wa zh_CN zh_TW
+EGIT_BRANCH=kde-telepathy-0.9
 inherit kde4-base
 
 DESCRIPTION=KDE Telepathy contact, presence and chat Plasma applets

diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-.ebuild 
b/net-im/ktp-desktop-applets/ktp-desktop-applets-.ebuild
index 0314f7a..37f086d 100644
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-.ebuild
+++ b/net-im/ktp-desktop-applets/ktp-desktop-applets-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH=frameworks
 inherit kde5
 
 DESCRIPTION=KDE Telepathy contact, presence and chat Plasma applets

diff --git a/net-im/ktp-text-ui/ktp-text-ui-.ebuild 
b/net-im/ktp-text-ui/ktp-text-ui-.ebuild
new file mode 100644
index 000..96e622f
--- /dev/null
+++ b/net-im/ktp-text-ui/ktp-text-ui-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION=KDE Telepathy text chat window
+HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+
+LICENSE=GPL-2
+SLOT=5
+IUSE=
+
+DEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep kemoticons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   net-im/ktp-common-internals:5
+   net-libs/telepathy-qt[qt5]
+
+RDEPEND=${DEPEND}
+   =net-im/ktp-contact-list-${PV}
+   !net-im/ktp-text-ui:4
+



[gentoo-commits] proj/kde:master commit in: kde-base/systemsettings/, kde-base/powerdevil/, kde-base/kinfocenter/, ...

2014-12-01 Thread Michael Palimaka
commit: e5fd4c77c49f095d6da2d0fe1f45861902a2d18e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Dec  1 12:45:34 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  1 12:45:34 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e5fd4c77

[kde-base] Remove KDE workspace 4.11 branch

---
 kde-base/khotkeys/khotkeys-4.11.49..ebuild |  23 
 .../kinfocenter/kinfocenter-4.11.49..ebuild|  37 ---
 kde-base/kmenuedit/kmenuedit-4.11.49..ebuild   |  31 --
 kde-base/ksysguard/ksysguard-4.11.49..ebuild   |  46 
 kde-base/kwin/kwin-4.11.49..ebuild |  80 --
 kde-base/kwrited/kwrited-4.11.49..ebuild   |  16 ---
 .../plasma-workspace-4.11.49..ebuild   | 122 -
 kde-base/powerdevil/powerdevil-4.11.49..ebuild |  32 --
 .../systemsettings-4.11.49..ebuild | 100 -
 9 files changed, 487 deletions(-)

diff --git a/kde-base/khotkeys/khotkeys-4.11.49..ebuild 
b/kde-base/khotkeys/khotkeys-4.11.49..ebuild
deleted file mode 100644
index c401f5a..000
--- a/kde-base/khotkeys/khotkeys-4.11.49..ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=KDE: hotkey daemon
-KEYWORDS=
-IUSE=debug
-
-DEPEND=
-   $(add_kdebase_dep libkworkspace)
-   x11-libs/libX11
-   x11-libs/libXtst
-
-RDEPEND=${DEPEND}
-
-KMEXTRACTONLY=
-   libs/kworkspace/
-

diff --git a/kde-base/kinfocenter/kinfocenter-4.11.49..ebuild 
b/kde-base/kinfocenter/kinfocenter-4.11.49..ebuild
deleted file mode 100644
index c6b578a..000
--- a/kde-base/kinfocenter/kinfocenter-4.11.49..ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-KMNAME=kde-workspace
-OPENGL_REQUIRED=optional
-inherit kde4-meta
-
-DESCRIPTION=The KDE Info Center
-HOMEPAGE=http://www.kde.org/applications/system/kinfocenter/;
-KEYWORDS=
-IUSE=debug ieee1394
-
-DEPEND=
-   sys-apps/pciutils
-   x11-libs/libX11
-   ieee1394? ( sys-libs/libraw1394 )
-   opengl? (
-   virtual/glu
-   virtual/opengl
-   )
-
-RDEPEND=${DEPEND}
-   sys-apps/usbutils
-
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with ieee1394 RAW1394)
-   $(cmake-utils_use_with opengl OpenGL)
-   )
-
-   kde4-meta_src_configure
-}
\ No newline at end of file

diff --git a/kde-base/kmenuedit/kmenuedit-4.11.49..ebuild 
b/kde-base/kmenuedit/kmenuedit-4.11.49..ebuild
deleted file mode 100644
index cc60dfc..000
--- a/kde-base/kmenuedit/kmenuedit-4.11.49..ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=KDE menu editor
-KEYWORDS=
-IUSE=debug
-
-RDEPEND=
-   $(add_kdebase_dep khotkeys)
-
-DEPEND=${RDEPEND}
-
-KMEXTRACTONLY=
-   libs/kworkspace/
-
-
-src_configure() {
-   sed -i -e \
-   
s:\${CMAKE_CURRENT_BINARY_DIR}/../khotkeys/app/org.kde.khotkeys.xml:${EPREFIX}/usr/share/dbus-1/interfaces/org.kde.khotkeys.xml:g
 \
-   kmenuedit/CMakeLists.txt \
-   || die sed failed
-
-   kde4-meta_src_configure
-}

diff --git a/kde-base/ksysguard/ksysguard-4.11.49..ebuild 
b/kde-base/ksysguard/ksysguard-4.11.49..ebuild
deleted file mode 100644
index f1357a0..000
--- a/kde-base/ksysguard/ksysguard-4.11.49..ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-KMNAME=kde-workspace
-CPPUNIT_REQUIRED=optional
-VIRTUALX_REQUIRED=test
-inherit kde4-meta
-
-DESCRIPTION=KSysguard is a network enabled task manager and system monitor 
application
-HOMEPAGE+= http://userbase.kde.org/KSysGuard;
-KEYWORDS=
-IUSE=debug lm_sensors test
-
-DEPEND=
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXres
-   lm_sensors? ( sys-apps/lm_sensors )
-
-RDEPEND=${DEPEND}
-
-RESTRICT=test
-# bug 393091
-
-KMEXTRA=
-   libs/ksysguard/
-
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with lm_sensors Sensors)
-   )
-
-   kde4-meta_src_configure
-}
-
-pkg_postinst() {
-   kde4-meta_pkg_postinst
-   ewarn Note that ksysguard has powerful features; one of these is the 
executing of arbitrary
-   ewarn programs with elevated privileges (as data sources). So be 
careful opening worksheets

[gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/

2014-12-02 Thread Michael Palimaka
commit: 741dbc422877f4df321cfd790e94bcaf9149abe2
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Dec  1 13:36:42 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 10:02:10 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=741dbc42

[kde-apps/oxygen-icons] Update for KDE Applications.

Package-Manager: portage-2.2.14

---
 kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild | 19 +--
 kde-apps/oxygen-icons/oxygen-icons-.ebuild | 20 +---
 2 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild 
b/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
index 3d1d49c..f829295 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
@@ -7,21 +7,20 @@ EAPI=5
 if [[ ${PV} == * ]]; then
KMNAME=kdesupport
 fi
-KDE_REQUIRED=never
+KDE_AUTODEPS=false
 KDE_SCM=svn
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION=Oxygen SVG icon theme
 HOMEPAGE=http://www.oxygen-icons.org/;
-[[ ${PV} == * ]] || \
-#SRC_URI=
-#  !bindist? ( http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
-#  bindist? ( ${SRC_URI} )
-#
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI=
+   bindist? ( ${SRC_URI} )
+   
+fi
 
 LICENSE=LGPL-3
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux
+KEYWORDS= ~amd64 ~x86
 IUSE=bindist
 
-DEPEND=
-RDEPEND=${DEPEND}
+RDEPEND=!kde-base/oxygen-icons:4

diff --git a/kde-apps/oxygen-icons/oxygen-icons-.ebuild 
b/kde-apps/oxygen-icons/oxygen-icons-.ebuild
index dc0c7a5..f8578d6 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-.ebuild
@@ -7,23 +7,21 @@ EAPI=5
 if [[ ${PV} == * ]]; then
KMNAME=kdesupport
 fi
-KDE_REQUIRED=never
+KDE_AUTODEPS=false
 KDE_SCM=svn
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION=Oxygen SVG icon theme
 HOMEPAGE=http://www.oxygen-icons.org/;
-[[ ${PV} == * ]] || \
-SRC_URI=
-   !bindist? ( http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
-   bindist? ( ${SRC_URI} )
-
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI=
+   !bindist? ( 
http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
+   bindist? ( ${SRC_URI} )
+   
+fi
 
 LICENSE=LGPL-3
 KEYWORDS=
 IUSE=bindist
 
-DEPEND=
-RDEPEND=${DEPEND}
-   !kde-base/oxygen-icons
-
+RDEPEND=!kde-base/oxygen-icons:4



[gentoo-commits] proj/kde:master commit in: kde-base/powerdevil/

2014-12-02 Thread Michael Palimaka
commit: 446fc88d76cc32cac0eb14efcac6e7cf20d5e8b1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  2 13:56:51 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 13:56:51 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=446fc88d

[kde-base/powerdevil] Remove unused USE descriptions.

Package-Manager: portage-2.2.14

---
 kde-base/powerdevil/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-base/powerdevil/metadata.xml b/kde-base/powerdevil/metadata.xml
index 4116ba0..a23f444 100644
--- a/kde-base/powerdevil/metadata.xml
+++ b/kde-base/powerdevil/metadata.xml
@@ -2,7 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
-   use
-   flag name=pm-utilsAdds support for suspend/resume the 
system through pkgsys-power/pm-utils/pkg/flag
-   /use
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: kde-base/systemsettings/

2014-12-02 Thread Michael Palimaka
commit: d0d0aa56ee09480c3ba42707efa098cd2300a758
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  2 13:56:26 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 13:56:26 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d0d0aa56

[kde-base/systemsettings] Remove unused USE descriptions.

Package-Manager: portage-2.2.14

---
 kde-base/systemsettings/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/kde-base/systemsettings/metadata.xml 
b/kde-base/systemsettings/metadata.xml
index e8fa71c..a23f444 100644
--- a/kde-base/systemsettings/metadata.xml
+++ b/kde-base/systemsettings/metadata.xml
@@ -2,8 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
-   use
-   flag name=kscreenUse pkgkde-misc/kscreen/pkg for screen 
management/flag
-   flag name=nepomukEnable Nepomuk based semantic desktop 
support (deprecated)/flag
-   /use
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/

2014-12-02 Thread Michael Palimaka
commit: 339112fcf33b8d54e4178dbf4fd78e4d5365fd21
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  2 13:57:14 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 13:57:14 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=339112fc

[kde-base/plasma-workspace] Remove unused USE descriptions.

Package-Manager: portage-2.2.14

---
 kde-base/plasma-workspace/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-base/plasma-workspace/metadata.xml 
b/kde-base/plasma-workspace/metadata.xml
index 14094dc..10e6273 100644
--- a/kde-base/plasma-workspace/metadata.xml
+++ b/kde-base/plasma-workspace/metadata.xml
@@ -3,9 +3,6 @@
 pkgmetadata
herdkde/herd
use
-   flag name=jsonEnable JSON support via 
pkgdev-libs/qjson/pkg/flag
-   flag name=kdepimKDE PIM integration via 
pkgkde-base/kdepimlibs/pkg/flag
-   flag name=nepomukEnable Nepomuk based semantic desktop 
support (deprecated)/flag
flag name=prisonEnable support for barcodes/QRcodes/flag
flag name=qalculateEnable Qalculate runner using 
pkgsci-libs/libqalculate/pkg/flag
/use



[gentoo-commits] proj/kde:master commit in: kde-base/kwin/

2014-12-02 Thread Michael Palimaka
commit: e64f711781c4a0048014172b8fb73d3eeb344244
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  2 13:57:36 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 13:57:36 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e64f7117

[kde-base/kwin] Remove unused USE descriptions.

Package-Manager: portage-2.2.14

---
 kde-base/kwin/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/kwin/metadata.xml b/kde-base/kwin/metadata.xml
index a14e1ec..9a1ee92 100644
--- a/kde-base/kwin/metadata.xml
+++ b/kde-base/kwin/metadata.xml
@@ -3,7 +3,6 @@
 pkgmetadata
herdkde/herd
use
-   flag name=glesEnable support for GLES./flag
flag name=gles2Use OpenGL ES 2 instead of full GL/flag
/use
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/

2014-12-02 Thread Michael Palimaka
commit: 319de599feb98548cbabecb86fb8648dada40a76
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  2 13:58:40 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 13:58:40 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=319de599

[net-libs/telepathy-logger-qt] Whitespace.

Package-Manager: portage-2.2.14

---
 net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild 
b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
index bfa745f..d776351 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-.ebuild
@@ -30,7 +30,6 @@ DEPEND=${RDEPEND}
sys-devel/flex
 
 
-
 src_prepare() {
sed -i -e 's/INCLUDE(Qt5Macros)//g' cmake/modules/FindQt5.cmake || die 
couldn't remove Qt5Macros include
 }



[gentoo-commits] proj/qt:master commit in: app-crypt/qca/

2014-12-02 Thread Michael Palimaka
commit: cc8ba815b9c164ddd86eef822e09a34aed946e2c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  2 15:48:27 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 15:50:32 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=cc8ba815

[app-crypt/qca] Revert multibuild  prefix for now since it breaks consumers.

---
 app-crypt/qca/qca-.ebuild | 82 ---
 1 file changed, 23 insertions(+), 59 deletions(-)

diff --git a/app-crypt/qca/qca-.ebuild b/app-crypt/qca/qca-.ebuild
index 9095c40..8e313ba 100644
--- a/app-crypt/qca/qca-.ebuild
+++ b/app-crypt/qca/qca-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils multilib multibuild git-r3
+inherit multilib cmake-utils git-r3
 
 DESCRIPTION=Qt Cryptographic Architecture (QCA)
 HOMEPAGE=http://delta.affinix.com/qca/;
@@ -15,8 +15,7 @@ SLOT=2
 KEYWORDS=
 
 IUSE=botan debug doc examples gcrypt gpg logger nss openssl pkcs11 +qt4 qt5 
sasl softstore test
-
-REQUIRED_USE=|| ( qt4 qt5 )
+REQUIRED_USE=^^ ( qt4 qt5 )
 
 RDEPEND=
!app-crypt/qca-cyrus-sasl
@@ -55,68 +54,33 @@ qca_plugin_use() {
echo -DWITH_${2:-$1}_PLUGIN=$(use $1  echo yes || echo no)
 }
 
-pkg_setup() {
-   MULTIBUILD_VARIANTS=()
-   if use qt4; then
-   MULTIBUILD_VARIANTS+=( qt4 )
-   fi
-   if use qt5; then
-   MULTIBUILD_VARIANTS+=( qt5 )
-   fi
-}
-
 src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   
-DQCA_PLUGINS_INSTALL_DIR=${EPREFIX}/usr/$(get_libdir)/$(usex qt4 qt4 
qt5)/plugins
-   -DQCA_FEATURE_INSTALL_DIR=${EPREFIX}/usr/$(usex qt4 
share $(get_libdir))/$(usex qt4 qt4 qt5)/mkspecs/features
-   $(qca_plugin_use botan)
-   $(qca_plugin_use gcrypt)
-   $(qca_plugin_use gpg gnupg)
-   $(qca_plugin_use logger)
-   $(qca_plugin_use nss)
-   $(qca_plugin_use openssl ossl)
-   $(qca_plugin_use pkcs11)
-   $(qca_plugin_use sasl cyrus-sasl)
-   $(qca_plugin_use softstore)
-   $(cmake-utils_use_build test TESTS)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=( -DQT4_BUILD=true )
-   fi
-
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=( -DQCA_SUFFIX=QT5 )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-
-   if use doc; then
-   pushd ${BUILD_DIR}  /dev/null
-   doxygen . || die
-   popd  /dev/null
-   fi
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
+   local mycmakeargs=(
+   -DQCA_PLUGINS_INSTALL_DIR=${EPREFIX}/usr/$(get_libdir)/$(usex 
qt4 qt4 qt5)/plugins
+   -DQCA_FEATURE_INSTALL_DIR=${EPREFIX}/usr/$(usex qt4 share 
$(get_libdir))/$(usex qt4 qt4 qt5)/mkspecs/features
+   $(cmake-utils_use qt4 QT4_BUILD)
+   $(qca_plugin_use botan)
+   $(qca_plugin_use gcrypt)
+   $(qca_plugin_use gpg gnupg)
+   $(qca_plugin_use logger)
+   $(qca_plugin_use nss)
+   $(qca_plugin_use openssl ossl)
+   $(qca_plugin_use pkcs11)
+   $(qca_plugin_use sasl cyrus-sasl)
+   $(qca_plugin_use softstore)
+   $(cmake-utils_use_build test TESTS)
+   )
+   cmake-utils_src_configure
 }
 
 src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
+   cmake-utils_src_install
 
if use doc; then
-   pushd ${BUILD_DIR}  /dev/null
-   dodoc -r html
-   popd  /dev/null
+   pushd ${BUILD_DIR} /dev/null
+   doxygen Doxyfile || die
+   dohtml apidocs/html/*
+   popd /dev/null
fi
 
if use examples; then



[gentoo-commits] proj/kde:master commit in: /

2014-12-02 Thread Michael Palimaka
commit: 3959de990f083e4427a9c88a99ae388ea51d7477
Author: kensington kensington AT gentoo DOT org
AuthorDate: Wed Dec  3 05:40:02 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec  3 05:40:02 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3959de99

Merge pull request #92 from stikonas/master

[sys-block/partitionmanager] add KF5 based version


 .../partitionmanager/partitionmanager-.ebuild  | 31 ++
 1 file changed, 14 insertions(+), 17 deletions(-)



[gentoo-commits] proj/kde:master commit in: sys-block/partitionmanager/

2014-12-02 Thread Michael Palimaka
commit: 802ba487b6bd84516128532b92c61866c353a4aa
Author: Andrius Štikonas andrius AT stikonas DOT eu
AuthorDate: Tue Dec  2 23:31:38 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  2 23:31:38 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=802ba487

[sys-block/partitionmanager] add KF5 based version

---
 .../partitionmanager/partitionmanager-.ebuild  | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/sys-block/partitionmanager/partitionmanager-.ebuild 
b/sys-block/partitionmanager/partitionmanager-.ebuild
new file mode 100644
index 000..94b0a98
--- /dev/null
+++ b/sys-block/partitionmanager/partitionmanager-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK=true
+inherit kde5
+
+DESCRIPTION=KDE utility for management of partitions and file systems
+HOMEPAGE=https://www.kde.org/applications/system/kdepartitionmanager/;
+
+LICENSE=GPL-2 GPL-3
+SLOT=5
+KEYWORDS=
+IUSE=
+
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep kwidgetsaddons)
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+
+RDEPEND=${DEPEND}
+   dev-libs/libatasmart
+   =sys-block/parted-3
+   sys-apps/util-linux
+   !sys-block/partitionmanager:0
+



[gentoo-commits] proj/kde:master commit in: kde-base/kinfocenter/, kde-base/plasma-desktop/, kde-base/kio-extras/

2014-12-02 Thread Michael Palimaka
commit: 368f7fb2208055025d17f3cc08b925490baf413a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Dec  3 06:45:57 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec  3 06:45:57 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=368f7fb2

[kde-base] Add appropriate kde-apps blockers.

---
 kde-base/kinfocenter/kinfocenter-5.1.1.ebuild  | 1 +
 kde-base/kinfocenter/kinfocenter-5.1..ebuild   | 1 +
 kde-base/kinfocenter/kinfocenter-.ebuild   | 1 +
 kde-base/kio-extras/kio-extras-5.1.1-r1.ebuild | 2 ++
 kde-base/kio-extras/kio-extras-5.1..ebuild | 2 ++
 kde-base/kio-extras/kio-extras-.ebuild | 2 ++
 kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild| 6 +-
 kde-base/plasma-desktop/plasma-desktop-5.1..ebuild | 6 +-
 kde-base/plasma-desktop/plasma-desktop-.ebuild | 6 +-
 9 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/kde-base/kinfocenter/kinfocenter-5.1.1.ebuild 
b/kde-base/kinfocenter/kinfocenter-5.1.1.ebuild
index f00ea90..f626b6f 100644
--- a/kde-base/kinfocenter/kinfocenter-5.1.1.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.1.1.ebuild
@@ -48,6 +48,7 @@ RDEPEND=
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_kdebase_dep kwayland) )
X? ( x11-libs/libX11 )
+   !kde-apps/kcontrol:4
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
 

diff --git a/kde-base/kinfocenter/kinfocenter-5.1..ebuild 
b/kde-base/kinfocenter/kinfocenter-5.1..ebuild
index 491691e..0bdc24b 100644
--- a/kde-base/kinfocenter/kinfocenter-5.1..ebuild
+++ b/kde-base/kinfocenter/kinfocenter-5.1..ebuild
@@ -48,6 +48,7 @@ RDEPEND=
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_kdebase_dep kwayland) )
X? ( x11-libs/libX11 )
+   !kde-apps/kcontrol:4
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
 

diff --git a/kde-base/kinfocenter/kinfocenter-.ebuild 
b/kde-base/kinfocenter/kinfocenter-.ebuild
index 491691e..0bdc24b 100644
--- a/kde-base/kinfocenter/kinfocenter-.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-.ebuild
@@ -48,6 +48,7 @@ RDEPEND=
samba? ( net-fs/samba[server(+)] )
wayland? ( $(add_kdebase_dep kwayland) )
X? ( x11-libs/libX11 )
+   !kde-apps/kcontrol:4
!kde-base/kcontrol:4
!kde-base/kinfocenter:4
 

diff --git a/kde-base/kio-extras/kio-extras-5.1.1-r1.ebuild 
b/kde-base/kio-extras/kio-extras-5.1.1-r1.ebuild
index b8ed91a..0d0c1ca 100644
--- a/kde-base/kio-extras/kio-extras-5.1.1-r1.ebuild
+++ b/kde-base/kio-extras/kio-extras-5.1.1-r1.ebuild
@@ -49,6 +49,8 @@ COMMON_DEPEND=
 
 RDEPEND=${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   !kde-apps/kcontrol:4
+   !kde-apps/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
 

diff --git a/kde-base/kio-extras/kio-extras-5.1..ebuild 
b/kde-base/kio-extras/kio-extras-5.1..ebuild
index 0984633..7950c82 100644
--- a/kde-base/kio-extras/kio-extras-5.1..ebuild
+++ b/kde-base/kio-extras/kio-extras-5.1..ebuild
@@ -49,6 +49,8 @@ COMMON_DEPEND=
 
 RDEPEND=${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   !kde-apps/kcontrol:4
+   !kde-apps/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
 

diff --git a/kde-base/kio-extras/kio-extras-.ebuild 
b/kde-base/kio-extras/kio-extras-.ebuild
index 0984633..7950c82 100644
--- a/kde-base/kio-extras/kio-extras-.ebuild
+++ b/kde-base/kio-extras/kio-extras-.ebuild
@@ -49,6 +49,8 @@ COMMON_DEPEND=
 
 RDEPEND=${COMMON_DEPEND}
$(add_frameworks_dep kded)
+   !kde-apps/kcontrol:4
+   !kde-apps/kdebase-kioslaves:4[-minimal(-)]
!kde-base/kcontrol:4
!kde-base/kdebase-kioslaves:4[-minimal(-)]
 

diff --git a/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild 
b/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild
index cc6bca6..df925e9 100644
--- a/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild
@@ -90,9 +90,13 @@ COMMON_DEPEND=
 RDEPEND=${COMMON_DEPEND}
$(add_frameworks_dep kded)
sys-apps/accountsservice
+   !kde-apps/attica:4
!kde-base/attica:4
+   !kde-apps/kcontrol:4
!kde-base/kcontrol:4
-   !kde-base/knetattach:4
+   !kde-apps/knetattach:4[-handbook(-)]
+   !kde-base/knetattach:4[-handbook(-)]
+   !kde-apps/kdepasswd:4
!kde-base/kdepasswd:4
!kde-base/solid-actions-kcm:4
!kde-base/plasma-workspace:4

diff --git a/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild 
b/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild
index d6884e4..3693803 100644
--- a/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild
+++ b/kde-base/plasma-desktop/plasma

[gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-data/

2014-12-02 Thread Michael Palimaka
commit: b6e67ce02be810d1f866b58b4a5c55c0bf198b06
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Dec  3 06:15:43 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec  3 06:15:43 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b6e67ce0

[kde-apps/kdebase-data] Remove oxygen-icons dependency due to aqua USE flag 
issues.

The eclass automatically adds it as a dependency for every package anyway.

Package-Manager: portage-2.2.14

---
 kde-apps/kdebase-data/kdebase-data-14.11.97.ebuild | 1 -
 kde-apps/kdebase-data/kdebase-data-.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kdebase-data/kdebase-data-14.11.97.ebuild 
b/kde-apps/kdebase-data/kdebase-data-14.11.97.ebuild
index 9689597..0ab3c46 100644
--- a/kde-apps/kdebase-data/kdebase-data-14.11.97.ebuild
+++ b/kde-apps/kdebase-data/kdebase-data-14.11.97.ebuild
@@ -14,7 +14,6 @@ KEYWORDS= ~amd64 ~x86
 
 RDEPEND=
wallpapers? ( $(add_kdeapps_dep kde-wallpapers) )
-   $(add_kdeapps_dep oxygen-icons)
x11-themes/hicolor-icon-theme
 
 

diff --git a/kde-apps/kdebase-data/kdebase-data-.ebuild 
b/kde-apps/kdebase-data/kdebase-data-.ebuild
index 43e1119..6995bb7 100644
--- a/kde-apps/kdebase-data/kdebase-data-.ebuild
+++ b/kde-apps/kdebase-data/kdebase-data-.ebuild
@@ -14,7 +14,6 @@ KEYWORDS=
 
 RDEPEND=
wallpapers? ( $(add_kdeapps_dep kde-wallpapers) )
-   $(add_kdeapps_dep oxygen-icons)
x11-themes/hicolor-icon-theme
 
 



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-desktop/

2014-12-02 Thread Michael Palimaka
commit: 7b52192c321e66459c2ef2beb788aad000adb7b5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Dec  3 07:02:04 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec  3 07:02:04 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7b52192c

[kde-base/plasma-desktop] Update blocker logic.

Package-Manager: portage-2.2.14

---
 kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild| 4 ++--
 kde-base/plasma-desktop/plasma-desktop-5.1..ebuild | 4 ++--
 kde-base/plasma-desktop/plasma-desktop-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild 
b/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild
index df925e9..5bcac00 100644
--- a/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-5.1.1.ebuild
@@ -94,8 +94,8 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/attica:4
!kde-apps/kcontrol:4
!kde-base/kcontrol:4
-   !kde-apps/knetattach:4[-handbook(-)]
-   !kde-base/knetattach:4[-handbook(-)]
+   !kde-apps/knetattach:4[handbook]
+   !kde-base/knetattach:4[handbook]
!kde-apps/kdepasswd:4
!kde-base/kdepasswd:4
!kde-base/solid-actions-kcm:4

diff --git a/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild 
b/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild
index 3693803..2a5d079 100644
--- a/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-5.1..ebuild
@@ -94,8 +94,8 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/attica:4
!kde-apps/kcontrol:4
!kde-base/kcontrol:4
-   !kde-apps/knetattach:4[-handbook(-)]
-   !kde-base/knetattach:4[-handbook(-)]
+   !kde-apps/knetattach:4[handbook]
+   !kde-base/knetattach:4[handbook]
!kde-apps/kdepasswd:4
!kde-base/kdepasswd:4
!kde-base/solid-actions-kcm:4

diff --git a/kde-base/plasma-desktop/plasma-desktop-.ebuild 
b/kde-base/plasma-desktop/plasma-desktop-.ebuild
index 3693803..2a5d079 100644
--- a/kde-base/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-.ebuild
@@ -94,8 +94,8 @@ RDEPEND=${COMMON_DEPEND}
!kde-base/attica:4
!kde-apps/kcontrol:4
!kde-base/kcontrol:4
-   !kde-apps/knetattach:4[-handbook(-)]
-   !kde-base/knetattach:4[-handbook(-)]
+   !kde-apps/knetattach:4[handbook]
+   !kde-base/knetattach:4[handbook]
!kde-apps/kdepasswd:4
!kde-base/kdepasswd:4
!kde-base/solid-actions-kcm:4



[gentoo-commits] proj/kde:master commit in: kde-apps/kdeedu-data/

2014-12-03 Thread Michael Palimaka
commit: b2c3bd87e36578004bdbfa85c2c79bdf41f25d8d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Dec  3 10:12:06 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec  3 10:12:06 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b2c3bd87

[kde-apps/kdeedu-data] Avoid bogus dependencies.

Package-Manager: portage-2.2.14

---
 kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild | 2 ++
 kde-apps/kdeedu-data/kdeedu-data-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild
index 237ec3e..c65f5f8 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-14.11.97.ebuild
@@ -4,12 +4,14 @@
 
 EAPI=5
 
+KDE_AUTODEPS=false
 inherit kde5
 
 DESCRIPTION=Shared icons, artwork and data files for educational applications
 KEYWORDS= ~amd64 ~x86
 IUSE=
 
+DEPEND=dev-libs/extra-cmake-modules
 RDEPEND=
!kde-base/libkdeedu:4
 

diff --git a/kde-apps/kdeedu-data/kdeedu-data-.ebuild 
b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
index e0f12ea..f55cef5 100644
--- a/kde-apps/kdeedu-data/kdeedu-data-.ebuild
+++ b/kde-apps/kdeedu-data/kdeedu-data-.ebuild
@@ -4,12 +4,14 @@
 
 EAPI=5
 
+KDE_AUTODEPS=false
 inherit kde5
 
 DESCRIPTION=Shared icons, artwork and data files for educational applications
 KEYWORDS=
 IUSE=
 
+DEPEND=dev-libs/extra-cmake-modules
 RDEPEND=
!kde-base/libkdeedu:4
 



[gentoo-commits] proj/kde:master commit in: kde-apps/kanagram/

2014-12-03 Thread Michael Palimaka
commit: 151e0743282ebd7dd1a5d099aef2e438ecd01eb0
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 06:43:58 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 06:43:58 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=151e0743

[kde-apps/kanagram] Add missing dependency.

Package-Manager: portage-2.2.14

---
 kde-apps/kanagram/kanagram-14.11.97.ebuild | 1 +
 kde-apps/kanagram/kanagram-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kanagram/kanagram-14.11.97.ebuild 
b/kde-apps/kanagram/kanagram-14.11.97.ebuild
index 28e5c69..f03adfe 100644
--- a/kde-apps/kanagram/kanagram-14.11.97.ebuild
+++ b/kde-apps/kanagram/kanagram-14.11.97.ebuild
@@ -17,6 +17,7 @@ DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep knewstuff)

diff --git a/kde-apps/kanagram/kanagram-.ebuild 
b/kde-apps/kanagram/kanagram-.ebuild
index eb8d6f2..1ece2c1 100644
--- a/kde-apps/kanagram/kanagram-.ebuild
+++ b/kde-apps/kanagram/kanagram-.ebuild
@@ -17,6 +17,7 @@ DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep knewstuff)



[gentoo-commits] proj/kde:master commit in: kde-apps/kanagram/

2014-12-03 Thread Michael Palimaka
commit: af03ca52c44da675b094031a16472f79ca0f019a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 06:47:36 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 06:47:36 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=af03ca52

[kde-apps/kanagram] qtwebkit is only required for qml at runtime.

Package-Manager: portage-2.2.14

---
 kde-apps/kanagram/kanagram-14.11.97.ebuild | 2 +-
 kde-apps/kanagram/kanagram-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kanagram/kanagram-14.11.97.ebuild 
b/kde-apps/kanagram/kanagram-14.11.97.ebuild
index f03adfe..a51940c 100644
--- a/kde-apps/kanagram/kanagram-14.11.97.ebuild
+++ b/kde-apps/kanagram/kanagram-14.11.97.ebuild
@@ -27,12 +27,12 @@ DEPEND=
$(add_kdeapps_dep libkeduvocdocument)
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
-   dev-qt/qtwebkit:5[qml]
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
 
 RDEPEND=${DEPEND}
$(add_kdeapps_dep kdeedu-data)
dev-qt/qtquickcontrols:5
+   dev-qt/qtwebkit:5[qml]
!kde-base/kanagram:4
 

diff --git a/kde-apps/kanagram/kanagram-.ebuild 
b/kde-apps/kanagram/kanagram-.ebuild
index 1ece2c1..29fbb96 100644
--- a/kde-apps/kanagram/kanagram-.ebuild
+++ b/kde-apps/kanagram/kanagram-.ebuild
@@ -27,12 +27,12 @@ DEPEND=
$(add_kdeapps_dep libkeduvocdocument)
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
-   dev-qt/qtwebkit:5[qml]
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
 
 RDEPEND=${DEPEND}
$(add_kdeapps_dep kdeedu-data)
dev-qt/qtquickcontrols:5
+   dev-qt/qtwebkit:5[qml]
!kde-base/kanagram:4
 



[gentoo-commits] proj/kde:master commit in: kde-apps/khangman/

2014-12-03 Thread Michael Palimaka
commit: 81ef4070aad16daeb1be3bcfe39d9f36c09208bf
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 06:51:09 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 06:51:09 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=81ef4070

[kde-apps/khangman] Add missing dependency.

Package-Manager: portage-2.2.14

---
 kde-apps/khangman/khangman-14.11.97.ebuild | 1 +
 kde-apps/khangman/khangman-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/khangman/khangman-14.11.97.ebuild 
b/kde-apps/khangman/khangman-14.11.97.ebuild
index a53cee3..0b4d24e 100644
--- a/kde-apps/khangman/khangman-14.11.97.ebuild
+++ b/kde-apps/khangman/khangman-14.11.97.ebuild
@@ -18,6 +18,7 @@ DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)

diff --git a/kde-apps/khangman/khangman-.ebuild 
b/kde-apps/khangman/khangman-.ebuild
index 7c89514..30682b4 100644
--- a/kde-apps/khangman/khangman-.ebuild
+++ b/kde-apps/khangman/khangman-.ebuild
@@ -18,6 +18,7 @@ DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)



[gentoo-commits] proj/kde:master commit in: kde-apps/parley/

2014-12-03 Thread Michael Palimaka
commit: f54d62fc427faaba49860148cdf59bb41359a460
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 06:56:27 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 06:56:27 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f54d62fc

[kde-apps/parley] Complete previous half-finished KF5 migration.

Package-Manager: portage-2.2.14

---
 kde-apps/parley/parley-14.11.97.ebuild | 32 +--
 kde-apps/parley/parley-.ebuild | 48 ++
 2 files changed, 62 insertions(+), 18 deletions(-)

diff --git a/kde-apps/parley/parley-14.11.97.ebuild 
b/kde-apps/parley/parley-14.11.97.ebuild
index 11a8649..e919c67 100644
--- a/kde-apps/parley/parley-14.11.97.ebuild
+++ b/kde-apps/parley/parley-14.11.97.ebuild
@@ -11,15 +11,43 @@ DESCRIPTION=KDE Educational: vocabulary trainer
 HOMEPAGE=http://www.kde.org/applications/education/parley
 http://edu.kde.org/applications/school/parley;
 KEYWORDS= ~amd64 ~x86
-IUSE=+plasma
+IUSE=
 
 DEPEND=
$(add_kdeapps_dep libkeduvocdocument)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep khtml)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kross)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   dev-qt/qtdbus:5
dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
dev-qt/qtmultimedia:5
dev-qt/qtsvg:5
-   $(add_kdeapps_dep libkdeedu)
+   dev-qt/qtwidgets:5
 
 RDEPEND=${DEPEND}
+   $(add_kdeapps_dep kdeedu-data)
!kde-base/parley:4
 
+
+src_install() {
+   kde5_src_install
+
+   rm ${D}/usr/share/icons/oxygen/*/actions/edit-clear.png
+}

diff --git a/kde-apps/parley/parley-.ebuild 
b/kde-apps/parley/parley-.ebuild
index 17242fd..5cb5729 100644
--- a/kde-apps/parley/parley-.ebuild
+++ b/kde-apps/parley/parley-.ebuild
@@ -4,28 +4,44 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
 DESCRIPTION=KDE Educational: vocabulary trainer
 HOMEPAGE=http://www.kde.org/applications/education/parley
 http://edu.kde.org/applications/school/parley;
 KEYWORDS=
-IUSE=debug +plasma
+IUSE=
 
 DEPEND=
-   $(add_kdeapps_dep libkdeedu)
+   $(add_kdeapps_dep libkeduvocdocument)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep khtml)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kross)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   dev-qt/qtdbus:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
 
-RDEPEND=${DEPEND}
-
-KMEXTRACTONLY=
-   libkdeedu/keduvocdocument
+RDEPEND=${DEPEND}
+   $(add_kdeapps_dep kdeedu-data)
+   !kde-base/parley:4
 
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with plasma)
-   )
-
-   kde4-base_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-apps/analitza/

2014-12-04 Thread Michael Palimaka
commit: 048036043d51a0fc18edf38f52336b1ffbec4c95
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 09:13:16 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 09:13:16 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04803604

[kde-apps/analitza] KF5 bump.

Package-Manager: portage-2.2.15

---
 kde-apps/analitza/analitza-14.11.97.ebuild | 22 +-
 kde-apps/analitza/analitza-.ebuild | 22 +-
 kde-apps/analitza/metadata.xml |  3 +++
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/kde-apps/analitza/analitza-14.11.97.ebuild 
b/kde-apps/analitza/analitza-14.11.97.ebuild
index a38ac07..2a8ba99 100644
--- a/kde-apps/analitza/analitza-14.11.97.ebuild
+++ b/kde-apps/analitza/analitza-14.11.97.ebuild
@@ -4,25 +4,29 @@
 
 EAPI=5
 
-KDE_HANDBOOK=never
-OPENGL_REQUIRED=optional
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION=KDE library for mathematical features
 KEYWORDS= ~amd64 ~x86
-IUSE=debug readline
+IUSE=eigen opengl
 
 DEPEND=
-   opengl? ( virtual/glu )
-   readline? ( sys-libs/readline )
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   eigen? ( dev-cpp/eigen:3 )
+   opengl? ( virtual/opengl )
 
 RDEPEND=${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with opengl OpenGL)
-   $(cmake-utils_use_with readline)
+   $(cmake-utils_use_find_package eigen Eigen3)
+   $(cmake-utils_use_find_package opengl OpenGL)
)
 
-   kde4-base_src_configure
+   kde5_src_configure
 }

diff --git a/kde-apps/analitza/analitza-.ebuild 
b/kde-apps/analitza/analitza-.ebuild
index bf51006..1dfb531 100644
--- a/kde-apps/analitza/analitza-.ebuild
+++ b/kde-apps/analitza/analitza-.ebuild
@@ -4,25 +4,29 @@
 
 EAPI=5
 
-KDE_HANDBOOK=never
-OPENGL_REQUIRED=optional
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION=KDE library for mathematical features
 KEYWORDS=
-IUSE=debug readline
+IUSE=eigen opengl
 
 DEPEND=
-   opengl? ( virtual/glu )
-   readline? ( sys-libs/readline )
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   eigen? ( dev-cpp/eigen:3 )
+   opengl? ( virtual/opengl )
 
 RDEPEND=${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with opengl OpenGL)
-   $(cmake-utils_use_with readline)
+   $(cmake-utils_use_find_package eigen Eigen3)
+   $(cmake-utils_use_find_package opengl OpenGL)
)
 
-   kde4-base_src_configure
+   kde5_src_configure
 }

diff --git a/kde-apps/analitza/metadata.xml b/kde-apps/analitza/metadata.xml
index a23f444..22ee6fd 100644
--- a/kde-apps/analitza/metadata.xml
+++ b/kde-apps/analitza/metadata.xml
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
+   use
+   flag name=eigenEnable pkgdev-cpp/eigen/pkg mathematical 
templates support/flag
+   /use
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: eclass/

2014-12-04 Thread Michael Palimaka
commit: 3c454f1fab9e64285b751039a4b4d4801095bb3a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 10:21:06 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 10:21:06 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3c454f1f

[eclass] When using add_*_dep, automatically specify the correct SLOT.

---
 eclass/kde5-functions.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 0a196a7..d070993 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -87,7 +87,7 @@ _add_kdecategory_dep() {
local package=${2}
local use=${3}
local version=${4}
-   local slot=${5}
+   local slot=
 
if [[ -n ${use} ]] ; then
local use=[${use}]
@@ -98,8 +98,8 @@ _add_kdecategory_dep() {
local version=-${version}
fi
 
-   if [[ -n ${slot} ]] ; then
-   slot=:5
+   if [[ ${SLOT} = 4 || ${SLOT} = 5 ]]  ! has kde5-meta-pkg ${INHERITED} 
; then
+   slot=:${SLOT}
fi
 
echo  ${operator}${category}/${package}${version}${slot}${use}
@@ -157,7 +157,7 @@ add_kdeapps_dep() {
version=${PV}
fi
 
-   _add_kdecategory_dep kde-apps ${1} ${2} ${version} 
+   _add_kdecategory_dep kde-apps ${1} ${2} ${version}
 }
 
 # @FUNCTION: add_kdebase_dep



[gentoo-commits] proj/qt:master commit in: /

2014-12-04 Thread Michael Palimaka
commit: fcac9f7ac0262578a01a24245675cc2d0a39f48b
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 10:39:22 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 10:39:22 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fcac9f7a

[.travis.yml] Update.

---
 .travis.yml | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 329d498..f877983 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,24 +1,25 @@
-# Run repoman on travis
-# https://github.com/mrueg/repoman-travis
+#
+# Run repoman via travis
+# See https://github.com/mrueg/repoman-travis
 #
 language: python
 python:
 - 3.4
 env:
-- PORTAGE_VER=2.2.14
+- PORTAGE_VER=2.2.15
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/
 - mv .git travis-overlay/
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
-- wget 
http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2;
+- wget https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
 - wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz;
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
 - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
 - echo portage:x:250:250:portage:/var/tmp/portage:/bin/false  
/etc/passwd
 - echo portage::250:portage,travis  /etc/group
 - mkdir -p /etc/portage/ /usr/portage/distfiles
-- tar xjf portage-${PORTAGE_VER}.tar.bz2
+- tar xzf portage-${PORTAGE_VER}.tar.gz
 - tar xJf portage-latest.tar.xz -C /usr/
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
 - rsync --recursive --links --safe-links --perms --times --omit-dir-times 
--compress --force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage 
/usr/portage



[gentoo-commits] proj/kde:master commit in: kde-apps/cantor/

2014-12-04 Thread Michael Palimaka
commit: aa1aacb334375e2dab4b943237676847849726ad
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 10:44:26 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 10:44:34 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aa1aacb3

[kde-apps/cantor] Cantor is still KDE4-based, so use KDE4 Analitza.

Package-Manager: portage-2.2.15

---
 kde-apps/cantor/cantor-14.11.97.ebuild | 2 +-
 kde-apps/cantor/cantor-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/cantor/cantor-14.11.97.ebuild 
b/kde-apps/cantor/cantor-14.11.97.ebuild
index 742301e..1f251be 100644
--- a/kde-apps/cantor/cantor-14.11.97.ebuild
+++ b/kde-apps/cantor/cantor-14.11.97.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
 
 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
 RDEPEND=
-   analitza? ( $(add_kdeapps_dep analitza) )
+   analitza? ( $(add_kdebase_dep analitza) )
qalculate? (
sci-libs/cln
sci-libs/libqalculate

diff --git a/kde-apps/cantor/cantor-.ebuild 
b/kde-apps/cantor/cantor-.ebuild
index 54dc97d..33897eb 100644
--- a/kde-apps/cantor/cantor-.ebuild
+++ b/kde-apps/cantor/cantor-.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
 
 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
 RDEPEND=
-   analitza? ( $(add_kdeapps_dep analitza) )
+   analitza? ( $(add_kdebase_dep analitza) )
qalculate? (
sci-libs/cln
sci-libs/libqalculate



[gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/

2014-12-04 Thread Michael Palimaka
commit: 1d37fdab43dfd74d0d5963e92180fec8bf458188
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 11:02:29 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 11:02:29 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1d37fdab

[kde-base/kdelibs] Sync with portage.

Package-Manager: portage-2.2.15

---
 kde-base/kdelibs/kdelibs-4..ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdelibs/kdelibs-4..ebuild 
b/kde-base/kdelibs/kdelibs-4..ebuild
index 5ab56fd..01eee16 100644
--- a/kde-base/kdelibs/kdelibs-4..ebuild
+++ b/kde-base/kdelibs/kdelibs-4..ebuild
@@ -16,7 +16,7 @@ DESCRIPTION=KDE libraries needed by all KDE programs
 
 KEYWORDS=
 LICENSE=LGPL-2.1
-IUSE=3dnow acl alsa altivec +bzip2 debug doc fam jpeg2k kerberos lzma mmx
+IUSE=3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k kerberos lzma 
mmx
 nepomuk nls openexr +policykit spell sse sse2 ssl +udev +udisks +upower
 zeroconf
 
@@ -29,7 +29,6 @@ REQUIRED_USE=
 RESTRICT=test
 
 COMMONDEPEND=
-   app-crypt/qca:2
=app-misc/strigi-0.7.7
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
@@ -70,6 +69,7 @@ COMMONDEPEND=
)
)
bzip2? ( app-arch/bzip2 )
+   crypt? ( app-crypt/qca:2 )
fam? ( virtual/fam )
jpeg2k? ( media-libs/jasper )
kerberos? ( virtual/krb5 )
@@ -204,6 +204,7 @@ src_configure() {
$(cmake-utils_use_with acl)
$(cmake-utils_use_with alsa)
$(cmake-utils_use_with bzip2 BZip2)
+   $(cmake-utils_use_with crypt QCA2)
$(cmake-utils_use_with fam)
$(cmake-utils_use_with jpeg2k Jasper)
$(cmake-utils_use_with kerberos GSSAPI)



[gentoo-commits] proj/kde:master commit in: kde-apps/kapptemplate/

2014-12-04 Thread Michael Palimaka
commit: b0063e75a295f5729cbbedb0876c80087f42b396
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 12:51:25 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 12:51:25 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b0063e75

[kde-apps/kapptemplate] KF5 bump.

Package-Manager: portage-2.2.15

---
 kde-apps/kapptemplate/kapptemplate-14.11.97.ebuild | 24 ++
 kde-apps/kapptemplate/kapptemplate-.ebuild | 24 ++
 2 files changed, 40 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kapptemplate/kapptemplate-14.11.97.ebuild 
b/kde-apps/kapptemplate/kapptemplate-14.11.97.ebuild
index 245c707..e97be67 100644
--- a/kde-apps/kapptemplate/kapptemplate-14.11.97.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-14.11.97.ebuild
@@ -4,10 +4,26 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION=KAppTemplate - A shell script to create the necessary framework 
to develop KDE applications
+DESCRIPTION=A shell script to create the necessary framework to develop KDE 
applications
 HOMEPAGE=http://www.kde.org/applications/development/kapptemplate;
 KEYWORDS= ~amd64 ~x86
-IUSE=debug
+IUSE=
+
+DEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+
+RDEPEND=${DEPEND}
+   !kde-base/kapptemplate:4
+

diff --git a/kde-apps/kapptemplate/kapptemplate-.ebuild 
b/kde-apps/kapptemplate/kapptemplate-.ebuild
index 2e95813..6f45461 100644
--- a/kde-apps/kapptemplate/kapptemplate-.ebuild
+++ b/kde-apps/kapptemplate/kapptemplate-.ebuild
@@ -4,10 +4,26 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION=KAppTemplate - A shell script to create the necessary framework 
to develop KDE applications
+DESCRIPTION=A shell script to create the necessary framework to develop KDE 
applications
 HOMEPAGE=http://www.kde.org/applications/development/kapptemplate;
 KEYWORDS=
-IUSE=debug
+IUSE=
+
+DEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+
+RDEPEND=${DEPEND}
+   !kde-base/kapptemplate:4
+



[gentoo-commits] proj/kde:master commit in: net-im/ktp-common-internals/

2014-12-04 Thread Michael Palimaka
commit: 94902dd703816c618fd536d07ed68fd6808d099b
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Dec  3 13:11:47 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 16:24:17 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=94902dd7

[net-im/ktp-common-internals] update dependencies

---
 net-im/ktp-common-internals/ktp-common-internals-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-im/ktp-common-internals/ktp-common-internals-.ebuild 
b/net-im/ktp-common-internals/ktp-common-internals-.ebuild
index a6728ee..1bde625 100644
--- a/net-im/ktp-common-internals/ktp-common-internals-.ebuild
+++ b/net-im/ktp-common-internals/ktp-common-internals-.ebuild
@@ -29,7 +29,6 @@ DEPEND=
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
$(add_frameworks_dep kparts)
@@ -39,11 +38,14 @@ DEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
+   dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
+   kde-misc/kaccounts-integration
+   net-libs/accounts-qt
=net-libs/telepathy-qt-0.9.5[qt5]
otr? (
dev-libs/libgcrypt:0=



[gentoo-commits] proj/kde:master commit in: net-im/ktp-auth-handler/

2014-12-04 Thread Michael Palimaka
commit: fff64ce9b23535cb8d20e415eee31abee0be879c
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Dec  3 13:16:13 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 16:24:18 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fff64ce9

[net-im/ktp-auth-handler] update deps

---
 net-im/ktp-auth-handler/ktp-auth-handler-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/net-im/ktp-auth-handler/ktp-auth-handler-.ebuild
index ff52a52..608ff19 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -16,10 +16,8 @@ IUSE=
 DEPEND=
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdewebkit)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
app-crypt/qca[qt5]
dev-qt/qtcore:5



[gentoo-commits] proj/kde:master commit in: net-im/ktp-accounts-kcm/

2014-12-04 Thread Michael Palimaka
commit: 68744fc9e579650c907bae721ad9c68084122b68
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Dec  3 13:14:15 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 16:24:17 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=68744fc9

[net-im/ktp-accounts-kcm] update deps

---
 net-im/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild 
b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild
index 0419190..5c85489 100644
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild
+++ b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild
@@ -14,12 +14,9 @@ SLOT=5
 IUSE=
 
 DEPEND=
-   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kservice)



[gentoo-commits] proj/kde:master commit in: net-im/ktp-kded-module/

2014-12-04 Thread Michael Palimaka
commit: 2aa1ca2da990ce6e0a82ef3f5afe088b6da29b34
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Wed Dec  3 13:20:35 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 16:24:18 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2aa1ca2d

[net-im/ktp-kded-module] update deps

---
 net-im/ktp-kded-module/ktp-kded-module-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-im/ktp-kded-module/ktp-kded-module-.ebuild 
b/net-im/ktp-kded-module/ktp-kded-module-.ebuild
index 6abe603..badd961 100644
--- a/net-im/ktp-kded-module/ktp-kded-module-.ebuild
+++ b/net-im/ktp-kded-module/ktp-kded-module-.ebuild
@@ -15,12 +15,10 @@ SLOT=5
 IUSE=
 
 DEPEND=
-   $(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kidletime)
$(add_frameworks_dep kio)
@@ -29,6 +27,7 @@ DEPEND=
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
net-im/ktp-common-internals:5



[gentoo-commits] proj/kde:master commit in: kde-apps/kalgebra/

2014-12-04 Thread Michael Palimaka
commit: c8cdbff8ec5f6f802ffc123243974f4c88a9f958
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec  4 18:01:31 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec  4 18:01:31 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c8cdbff8

[kde-apps/kalgebra] KF5 bump.

Package-Manager: portage-2.2.15

---
 kde-apps/kalgebra/kalgebra-14.11.97.ebuild | 41 ++
 kde-apps/kalgebra/kalgebra-.ebuild | 41 ++
 2 files changed, 62 insertions(+), 20 deletions(-)

diff --git a/kde-apps/kalgebra/kalgebra-14.11.97.ebuild 
b/kde-apps/kalgebra/kalgebra-14.11.97.ebuild
index 64fc14e..d0d2b2d 100644
--- a/kde-apps/kalgebra/kalgebra-14.11.97.ebuild
+++ b/kde-apps/kalgebra/kalgebra-14.11.97.ebuild
@@ -4,28 +4,49 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-DECLARATIVE_REQUIRED=always
-OPENGL_REQUIRED=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
 DESCRIPTION=MathML-based graph calculator for KDE
 HOMEPAGE=http://www.kde.org/applications/education/kalgebra
 http://edu.kde.org/kalgebra;
 KEYWORDS= ~amd64 ~x86
-IUSE=debug
+IUSE=ncurses opengl
 
 DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep analitza opengl?)
-   $(add_kdeapps_dep libkdeedu)
-   opengl? ( virtual/glu )
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   ncurses? (
+   sys-libs/ncurses
+   sys-libs/readline
+   )
+   opengl? (
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   virtual/glu
+   )
+
+RDEPEND=${DEPEND}
+   !kde-base/analitza:4
+   !kde-base/kalgebra:4
 
-RDEPEND=${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with opengl OpenGL)
+   $(cmake-utils_use_find_package ncurses Curses)
+   $(cmake-utils_use_find_package ncurses Readline)
+   $(cmake-utils_use_find_package opengl OpenGL)
)
 
-   kde4-base_src_configure
+   kde5_src_configure
 }

diff --git a/kde-apps/kalgebra/kalgebra-.ebuild 
b/kde-apps/kalgebra/kalgebra-.ebuild
index e3b271b..2022138 100644
--- a/kde-apps/kalgebra/kalgebra-.ebuild
+++ b/kde-apps/kalgebra/kalgebra-.ebuild
@@ -4,28 +4,49 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-DECLARATIVE_REQUIRED=always
-OPENGL_REQUIRED=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
 DESCRIPTION=MathML-based graph calculator for KDE
 HOMEPAGE=http://www.kde.org/applications/education/kalgebra
 http://edu.kde.org/kalgebra;
 KEYWORDS=
-IUSE=debug
+IUSE=ncurses opengl
 
 DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep analitza opengl?)
-   $(add_kdeapps_dep libkdeedu)
-   opengl? ( virtual/glu )
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   ncurses? (
+   sys-libs/ncurses
+   sys-libs/readline
+   )
+   opengl? (
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   virtual/glu
+   )
+
+RDEPEND=${DEPEND}
+   !kde-base/analitza:4
+   !kde-base/kalgebra:4
 
-RDEPEND=${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_with opengl OpenGL)
+   $(cmake-utils_use_find_package ncurses Curses)
+   $(cmake-utils_use_find_package ncurses Readline)
+   $(cmake-utils_use_find_package opengl OpenGL)
)
 
-   kde4-base_src_configure
+   kde5_src_configure
 }



[gentoo-commits] proj/kde:master commit in: eclass/

2014-12-06 Thread Michael Palimaka
commit: d11ba4ba094e72ef2e1ef93011512fbd09d50435
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Dec  6 14:19:05 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Dec  6 14:19:05 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d11ba4ba

[eclass] Fix SVN support for oxygen-icons.

---
 eclass/kde5.eclass | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 0ff80bd..2fc2b7b 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -236,7 +236,14 @@ _calculate_live_repo() {
# This variable allows easy overriding of default kde 
mirror service
# (anonsvn) with anything else you might want to use.

ESVN_MIRROR=${ESVN_MIRROR:=svn://anonsvn.kde.org/home/kde}
-   ESVN_REPO_URI=${ESVN_MIRROR}/trunk/KDE/${PN}
+
+   local branch_prefix=KDE
+
+   if [[ -n ${KMNAME} ]]; then
+   branch_prefix=${KMNAME}
+   fi
+
+   
ESVN_REPO_URI=${ESVN_MIRROR}/trunk/${branch_prefix}/${PN}
;;
git)
# @ECLASS-VARIABLE: EGIT_MIRROR



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kimageformats/, kde-frameworks/kdbusaddons/, ...

2014-12-06 Thread Michael Palimaka
commit: 6b3b61be8ef216c80f8b42f64e53fda96620599b
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Dec  6 14:53:52 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Dec  6 14:53:52 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b3b61be

[kde-frameworks] Version bump 5.5.0

---
 kde-frameworks/attica/attica-5.5.0.ebuild  | 17 +
 .../frameworkintegration-5.5.0.ebuild  | 47 +
 .../kactivities/kactivities-5.5.0.ebuild   | 36 ++
 kde-frameworks/kapidox/kapidox-5.5.0.ebuild| 26 
 kde-frameworks/karchive/karchive-5.5.0.ebuild  | 28 
 kde-frameworks/kauth/kauth-5.5.0.ebuild| 33 +
 kde-frameworks/kbookmarks/kbookmarks-5.5.0.ebuild  | 30 +
 kde-frameworks/kcmutils/kcmutils-5.5.0.ebuild  | 30 +
 kde-frameworks/kcodecs/kcodecs-5.5.0.ebuild| 14 
 .../kcompletion/kcompletion-5.5.0.ebuild   | 22 ++
 kde-frameworks/kconfig/kconfig-5.5.0.ebuild| 24 +++
 .../kconfigwidgets/kconfigwidgets-5.5.0.ebuild | 30 +
 .../kcoreaddons/kcoreaddons-5.5.0.ebuild   | 41 
 kde-frameworks/kcrash/kcrash-5.5.0.ebuild  | 39 +++
 .../kdbusaddons/kdbusaddons-5.5.0.ebuild   | 29 
 .../kdeclarative/kdeclarative-5.5.0.ebuild | 29 
 kde-frameworks/kded/kded-5.5.0.ebuild  | 28 
 .../kdelibs4support/kdelibs4support-5.5.0.ebuild   | 78 ++
 .../kdesignerplugin/kdesignerplugin-5.5.0.ebuild   | 54 +++
 kde-frameworks/kdesu/kdesu-5.5.0.ebuild| 35 ++
 kde-frameworks/kdewebkit/kdewebkit-5.5.0.ebuild| 30 +
 kde-frameworks/kdnssd/kdnssd-5.5.0.ebuild  | 32 +
 kde-frameworks/kdoctools/kdoctools-5.5.0.ebuild| 21 ++
 kde-frameworks/kemoticons/kemoticons-5.5.0.ebuild  | 26 
 .../kglobalaccel/kglobalaccel-5.5.0.ebuild | 31 +
 kde-frameworks/kguiaddons/kguiaddons-5.5.0.ebuild  | 23 +++
 kde-frameworks/khtml/khtml-5.5.0.ebuild| 66 ++
 kde-frameworks/ki18n/ki18n-5.5.0.ebuild| 20 ++
 .../kiconthemes/kiconthemes-5.5.0.ebuild   | 27 
 kde-frameworks/kidletime/kidletime-5.5.0.ebuild| 24 +++
 .../kimageformats/kimageformats-5.5.0.ebuild   | 34 ++
 kde-frameworks/kinit/kinit-5.5.0.ebuild| 38 +++
 kde-frameworks/kio/kio-5.5.0.ebuild| 75 +
 .../kitemmodels/kitemmodels-5.5.0.ebuild   | 15 +
 kde-frameworks/kitemviews/kitemviews-5.5.0.ebuild  | 21 ++
 .../kjobwidgets/kjobwidgets-5.5.0.ebuild   | 36 ++
 kde-frameworks/kjs/kjs-5.5.0.ebuild| 21 ++
 kde-frameworks/kjsembed/kjsembed-5.5.0.ebuild  | 26 
 .../kmediaplayer/kmediaplayer-5.5.0.ebuild | 21 ++
 kde-frameworks/knewstuff/knewstuff-5.5.0.ebuild| 32 +
 .../knotifications/knotifications-5.5.0.ebuild | 45 +
 .../knotifyconfig/knotifyconfig-5.5.0.ebuild   | 26 
 kde-frameworks/kparts/kparts-5.5.0.ebuild  | 31 +
 kde-frameworks/kplotting/kplotting-5.5.0.ebuild| 19 ++
 kde-frameworks/kpty/kpty-5.5.0.ebuild  | 19 ++
 kde-frameworks/kross/kross-5.5.0.ebuild| 33 +
 kde-frameworks/krunner/krunner-5.5.0.ebuild| 28 
 kde-frameworks/kservice/kservice-5.5.0.ebuild  | 29 
 .../ktexteditor/ktexteditor-5.5.0.ebuild   | 53 +++
 .../ktextwidgets/ktextwidgets-5.5.0.ebuild | 30 +
 .../kunitconversion/kunitconversion-5.5.0.ebuild   | 19 ++
 kde-frameworks/kwallet/kwallet-5.5.0.ebuild| 29 
 .../kwidgetsaddons/kwidgetsaddons-5.5.0.ebuild | 21 ++
 .../kwindowsystem/kwindowsystem-5.5.0.ebuild   | 41 
 kde-frameworks/kxmlgui/kxmlgui-5.5.0.ebuild| 42 
 kde-frameworks/plasma/plasma-5.5.0.ebuild  | 69 +++
 kde-frameworks/solid/solid-5.5.0.ebuild| 32 +
 kde-frameworks/sonnet/sonnet-5.5.0.ebuild  | 31 +
 .../threadweaver/threadweaver-5.5.0.ebuild | 17 +
 59 files changed, 1903 insertions(+)

diff --git a/kde-frameworks/attica/attica-5.5.0.ebuild 
b/kde-frameworks/attica/attica-5.5.0.ebuild
new file mode 100644
index 000..5a17a39
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.5.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION=Framework providing access to Open Collaboration Services
+LICENSE=LGPL-2.1+
+KEYWORDS= ~amd64
+IUSE=
+
+RDEPEND=
+   dev-qt/qtnetwork:5
+
+DEPEND=${RDEPEND}

diff --git 
a/kde-frameworks/frameworkintegration

[gentoo-commits] proj/kde:master commit in: sets/

2014-12-06 Thread Michael Palimaka
commit: 45f18e6a0356c19ebdb0b289df4a5b542ac77216
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Dec  6 14:55:40 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Dec  6 14:55:44 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=45f18e6a

[sets] Add kde-frameworks-5.5

---
 sets/kde-frameworks-5.5 | 59 +
 1 file changed, 59 insertions(+)

diff --git a/sets/kde-frameworks-5.5 b/sets/kde-frameworks-5.5
new file mode 100644
index 000..b6d3927
--- /dev/null
+++ b/sets/kde-frameworks-5.5
@@ -0,0 +1,59 @@
+kde-frameworks/attica-5.5.50:5
+kde-frameworks/frameworkintegration-5.5.50:5
+kde-frameworks/kactivities-5.5.50:5
+kde-frameworks/kapidox-5.5.50:5
+kde-frameworks/karchive-5.5.50:5
+kde-frameworks/kauth-5.5.50:5
+kde-frameworks/kbookmarks-5.5.50:5
+kde-frameworks/kcmutils-5.5.50:5
+kde-frameworks/kcodecs-5.5.50:5
+kde-frameworks/kcompletion-5.5.50:5
+kde-frameworks/kconfig-5.5.50:5
+kde-frameworks/kconfigwidgets-5.5.50:5
+kde-frameworks/kcoreaddons-5.5.50:5
+kde-frameworks/kcrash-5.5.50:5
+kde-frameworks/kdbusaddons-5.5.50:5
+kde-frameworks/kdeclarative-5.5.50:5
+kde-frameworks/kded-5.5.50:5
+kde-frameworks/kdelibs4support-5.5.50:5
+kde-frameworks/kdesignerplugin-5.5.50:5
+kde-frameworks/kdesu-5.5.50:5
+kde-frameworks/kdewebkit-5.5.50:5
+kde-frameworks/kdnssd-5.5.50:5
+kde-frameworks/kdoctools-5.5.50:5
+kde-frameworks/kemoticons-5.5.50:5
+kde-frameworks/kglobalaccel-5.5.50:5
+kde-frameworks/kguiaddons-5.5.50:5
+kde-frameworks/khtml-5.5.50:5
+kde-frameworks/ki18n-5.5.50:5
+kde-frameworks/kiconthemes-5.5.50:5
+kde-frameworks/kidletime-5.5.50:5
+kde-frameworks/kimageformats-5.5.50:5
+kde-frameworks/kinit-5.5.50:5
+kde-frameworks/kio-5.5.50:5
+kde-frameworks/kitemmodels-5.5.50:5
+kde-frameworks/kitemviews-5.5.50:5
+kde-frameworks/kjobwidgets-5.5.50:5
+kde-frameworks/kjs-5.5.50:5
+kde-frameworks/kjsembed-5.5.50:5
+kde-frameworks/kmediaplayer-5.5.50:5
+kde-frameworks/knewstuff-5.5.50:5
+kde-frameworks/knotifications-5.5.50:5
+kde-frameworks/knotifyconfig-5.5.50:5
+kde-frameworks/kparts-5.5.50:5
+kde-frameworks/kplotting-5.5.50:5
+kde-frameworks/kpty-5.5.50:5
+kde-frameworks/kross-5.5.50:5
+kde-frameworks/krunner-5.5.50:5
+kde-frameworks/kservice-5.5.50:5
+kde-frameworks/ktexteditor-5.5.50:5
+kde-frameworks/ktextwidgets-5.5.50:5
+kde-frameworks/kunitconversion-5.5.50:5
+kde-frameworks/kwallet-5.5.50:5
+kde-frameworks/kwidgetsaddons-5.5.50:5
+kde-frameworks/kwindowsystem-5.5.50:5
+kde-frameworks/kxmlgui-5.5.50:5
+kde-frameworks/plasma-5.5.50:5
+kde-frameworks/solid-5.5.50:5
+kde-frameworks/sonnet-5.5.50:5
+kde-frameworks/threadweaver-5.5.50:5



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-12-06 Thread Michael Palimaka
commit: 0e4a13cb85134a8e6015bf24e457414b100afd1f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Dec  6 14:53:19 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Dec  6 14:53:19 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e4a13cb

[profiles/package.mask] Mask Frameworks 5.5.0

---
 profiles/package.mask/frameworks-5.5.0 | 61 ++
 1 file changed, 61 insertions(+)

diff --git a/profiles/package.mask/frameworks-5.5.0 
b/profiles/package.mask/frameworks-5.5.0
new file mode 100644
index 000..438b2c3
--- /dev/null
+++ b/profiles/package.mask/frameworks-5.5.0
@@ -0,0 +1,61 @@
+# Michael Palimaka kensing...@gentoo.org (06 Dec 2014)
+# Unreleased and depends on Qt5 which is masked
+~kde-frameworks/attica-5.5.0
+~kde-frameworks/frameworkintegration-5.5.0
+~kde-frameworks/kactivities-5.5.0
+~kde-frameworks/kapidox-5.5.0
+~kde-frameworks/karchive-5.5.0
+~kde-frameworks/kauth-5.5.0
+~kde-frameworks/kbookmarks-5.5.0
+~kde-frameworks/kcmutils-5.5.0
+~kde-frameworks/kcodecs-5.5.0
+~kde-frameworks/kcompletion-5.5.0
+~kde-frameworks/kconfig-5.5.0
+~kde-frameworks/kconfigwidgets-5.5.0
+~kde-frameworks/kcoreaddons-5.5.0
+~kde-frameworks/kcrash-5.5.0
+~kde-frameworks/kdbusaddons-5.5.0
+~kde-frameworks/kdeclarative-5.5.0
+~kde-frameworks/kded-5.5.0
+~kde-frameworks/kdelibs4support-5.5.0
+~kde-frameworks/kdesignerplugin-5.5.0
+~kde-frameworks/kdesu-5.5.0
+~kde-frameworks/kdewebkit-5.5.0
+~kde-frameworks/kdnssd-5.5.0
+~kde-frameworks/kdoctools-5.5.0
+~kde-frameworks/kemoticons-5.5.0
+~kde-frameworks/kglobalaccel-5.5.0
+~kde-frameworks/kguiaddons-5.5.0
+~kde-frameworks/khtml-5.5.0
+~kde-frameworks/ki18n-5.5.0
+~kde-frameworks/kiconthemes-5.5.0
+~kde-frameworks/kidletime-5.5.0
+~kde-frameworks/kimageformats-5.5.0
+~kde-frameworks/kinit-5.5.0
+~kde-frameworks/kio-5.5.0
+~kde-frameworks/kitemmodels-5.5.0
+~kde-frameworks/kitemviews-5.5.0
+~kde-frameworks/kjobwidgets-5.5.0
+~kde-frameworks/kjs-5.5.0
+~kde-frameworks/kjsembed-5.5.0
+~kde-frameworks/kmediaplayer-5.5.0
+~kde-frameworks/knewstuff-5.5.0
+~kde-frameworks/knotifications-5.5.0
+~kde-frameworks/knotifyconfig-5.5.0
+~kde-frameworks/kparts-5.5.0
+~kde-frameworks/kplotting-5.5.0
+~kde-frameworks/kpty-5.5.0
+~kde-frameworks/kross-5.5.0
+~kde-frameworks/krunner-5.5.0
+~kde-frameworks/kservice-5.5.0
+~kde-frameworks/ktexteditor-5.5.0
+~kde-frameworks/ktextwidgets-5.5.0
+~kde-frameworks/kunitconversion-5.5.0
+~kde-frameworks/kwallet-5.5.0
+~kde-frameworks/kwidgetsaddons-5.5.0
+~kde-frameworks/kwindowsystem-5.5.0
+~kde-frameworks/kxmlgui-5.5.0
+~kde-frameworks/plasma-5.5.0
+~kde-frameworks/solid-5.5.0
+~kde-frameworks/sonnet-5.5.0
+~kde-frameworks/threadweaver-5.5.0



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-12-06 Thread Michael Palimaka
commit: 242ee474f0b01a73f37a4ca45ab1656534733685
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Dec  6 17:45:29 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Dec  6 17:45:29 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=242ee474

[profiles/package.mask] Mask extra-cmake-modules too.

---
 profiles/package.mask/frameworks-5.5.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.mask/frameworks-5.5.0 
b/profiles/package.mask/frameworks-5.5.0
index 438b2c3..d17b9f6 100644
--- a/profiles/package.mask/frameworks-5.5.0
+++ b/profiles/package.mask/frameworks-5.5.0
@@ -1,5 +1,6 @@
 # Michael Palimaka kensing...@gentoo.org (06 Dec 2014)
 # Unreleased and depends on Qt5 which is masked
+~dev-libs/extra-cmake-modules-1.5.0
 ~kde-frameworks/attica-5.5.0
 ~kde-frameworks/frameworkintegration-5.5.0
 ~kde-frameworks/kactivities-5.5.0



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2014-12-08 Thread Michael Palimaka
commit: 735780d7d1d5876b9d52b06840261314a0b0a0f1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Dec  8 16:00:36 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  8 16:00:36 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=735780d7

[kde-frameworks/kdesu] Adjust X11 dependencies.

Upstream commit: 5de62b90fdaece965876af8f991d48640f21

Package-Manager: portage-2.2.15

---
 kde-frameworks/kdesu/kdesu-5.5.0.ebuild | 6 ++
 kde-frameworks/kdesu/kdesu-.ebuild  | 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/kde-frameworks/kdesu/kdesu-5.5.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.5.0.ebuild
index c6bdf1c..74e5325 100644
--- a/kde-frameworks/kdesu/kdesu-5.5.0.ebuild
+++ b/kde-frameworks/kdesu/kdesu-5.5.0.ebuild
@@ -18,12 +18,10 @@ RDEPEND=
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
+   X? ( x11-libs/libX11 )
 
 DEPEND=${RDEPEND}
-   X? (
-   x11-libs/libX11
-   x11-proto/xproto
-   )
+   X? ( x11-proto/xproto )
 
 
 src_configure() {

diff --git a/kde-frameworks/kdesu/kdesu-.ebuild 
b/kde-frameworks/kdesu/kdesu-.ebuild
index bd5a90c..8e700dd 100644
--- a/kde-frameworks/kdesu/kdesu-.ebuild
+++ b/kde-frameworks/kdesu/kdesu-.ebuild
@@ -18,12 +18,10 @@ RDEPEND=
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
+   X? ( x11-libs/libX11 )
 
 DEPEND=${RDEPEND}
-   X? (
-   x11-libs/libX11
-   x11-proto/xproto
-   )
+   X? ( x11-proto/xproto )
 
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/

2014-12-08 Thread Michael Palimaka
commit: 72c470c1e3b0c16082f62f53c461ef5ae7493b27
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Dec  8 16:11:35 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  8 16:11:35 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=72c470c1

[kde-frameworks/plasma] Add new dependency.

Upstream commit: af6149c9d0de1d4933bb62c3bbe43475b9434148

Package-Manager: portage-2.2.15

---
 kde-frameworks/plasma/plasma-5.5.0.ebuild | 1 +
 kde-frameworks/plasma/plasma-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/plasma/plasma-5.5.0.ebuild 
b/kde-frameworks/plasma/plasma-5.5.0.ebuild
index 1cee5f2..6a418ef 100644
--- a/kde-frameworks/plasma/plasma-5.5.0.ebuild
+++ b/kde-frameworks/plasma/plasma-5.5.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND=
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)

diff --git a/kde-frameworks/plasma/plasma-.ebuild 
b/kde-frameworks/plasma/plasma-.ebuild
index e515863..90b64da 100644
--- a/kde-frameworks/plasma/plasma-.ebuild
+++ b/kde-frameworks/plasma/plasma-.ebuild
@@ -26,6 +26,7 @@ RDEPEND=
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)



[gentoo-commits] proj/kde:master commit in: app-editors/kile/

2014-12-08 Thread Michael Palimaka
commit: 78a338580d95519109e239b3593a153aace20074
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Dec  8 16:32:54 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Dec  8 16:32:54 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78a33858

[app-editors/kile] Add missing kde-base/konsole dependency wrt bug #531984.

Package-Manager: portage-2.2.15

---
 app-editors/kile/kile-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/kile/kile-.ebuild 
b/app-editors/kile/kile-.ebuild
index 34c1de5..09219c2 100644
--- a/app-editors/kile/kile-.ebuild
+++ b/app-editors/kile/kile-.ebuild
@@ -23,6 +23,7 @@ DEPEND=
 
 RDEPEND=${DEPEND}
$(add_kdebase_dep kdebase-data)
+   $(add_kdebase_dep konsole)
|| (
$(add_kdebase_dep okular 'pdf?,postscript')
app-text/acroread



[gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/

2014-12-09 Thread Michael Palimaka
commit: a87e1b8de178023d2f57114f327e88cd89c3751e
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Tue Dec  9 10:11:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  9 16:34:47 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a87e1b8d

[kde-misc/kaccounts-integration] make kdepim optional

---
 .../kaccounts-integration/kaccounts-integration-.ebuild | 13 +++--
 kde-misc/kaccounts-integration/metadata.xml |  3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild 
b/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild
index 4901f1a..47179b9 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE=https://community.kde.org/KTp;
 
 LICENSE=LGPL-2.1
 SLOT=5
-IUSE=test
+IUSE=kdepim test
 
 DEPEND=
$(add_frameworks_dep kconfig)
@@ -23,7 +23,9 @@ DEPEND=
$(add_frameworks_dep kio)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_kdebase_dep kdepimlibs)
+   kdepim? (
+   $(add_kdebase_dep kdepimlibs)
+   )
net-libs/accounts-qt
net-libs/signond
dev-qt/qtcore:5
@@ -39,3 +41,10 @@ src_prepare() {
sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die 
couldn't disable tests
fi
 }
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package kdepim KF5Akonadi)
+   )
+   cmake-utils_src_configure
+}

diff --git a/kde-misc/kaccounts-integration/metadata.xml 
b/kde-misc/kaccounts-integration/metadata.xml
index a23f444..ab25241 100644
--- a/kde-misc/kaccounts-integration/metadata.xml
+++ b/kde-misc/kaccounts-integration/metadata.xml
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
+   use
+   flag name=kdepimKDE PIM integration via 
kde-base/kdepimlibs/flag
+   /use
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/

2014-12-09 Thread Michael Palimaka
commit: 0996662003b3e6af5e932c7d48acaf88b72064ea
Author: Karol Herbst git AT karolherbst DOT de
AuthorDate: Fri Dec  5 10:01:38 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  9 16:34:47 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=09966620

[kde-misc/kaccounts-integration] add test handling

---
 kde-misc/kaccounts-integration/kaccounts-integration-.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild 
b/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild
index 69c7e7d..4901f1a 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE=https://community.kde.org/KTp;
 
 LICENSE=LGPL-2.1
 SLOT=5
-IUSE=
+IUSE=test
 
 DEPEND=
$(add_frameworks_dep kconfig)
@@ -33,3 +33,9 @@ DEPEND=
dev-qt/qtxml:5
 
 RDEPEND=${DEPEND}
+
+src_prepare() {
+   if ! use test; then
+   sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die 
couldn't disable tests
+   fi
+}



[gentoo-commits] proj/kde:master commit in: kde-base/smokeqt/

2014-12-09 Thread Michael Palimaka
commit: 6473f642fd0bab0436b3599a28dc7db2bbaa50e2
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  9 16:43:01 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  9 16:43:09 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6473f642

[kde-base/smokeqt] Solve automagic dependencies wrt bug #523172.

Package-Manager: portage-2.2.15

---
 kde-base/smokeqt/metadata.xml| 9 +
 kde-base/smokeqt/smokeqt-.ebuild | 6 --
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/kde-base/smokeqt/metadata.xml b/kde-base/smokeqt/metadata.xml
index 77fdc5b..5a099b5 100644
--- a/kde-base/smokeqt/metadata.xml
+++ b/kde-base/smokeqt/metadata.xml
@@ -3,13 +3,14 @@
 pkgmetadata
herdkde/herd
use
-   flag name=declarativeCompile bindings for 
pkgx11-libs/qt-declarative/pkg./flag
-   flag name=multimediaCompile bindings for 
pkgx11-libs/qt-multimedia/pkg./flag
+   flag name=declarativeCompile bindings for 
pkgdev-qt/qtdeclarative/pkg./flag
+   flag name=multimediaCompile bindings for 
pkgdev-qt/qtmultimedia/pkg./flag
flag name=phononCompile bindings for Phonon./flag
flag name=qimageblitzCompile bindings for 
pkgmedia-libs/qimageblitz/pkg./flag
flag name=qscintillaCompile bindings for 
pkgx11-libs/qscintilla/pkg./flag
-   flag name=qthelpCompile bindings for QtHelp from 
pkgx11-libs/qt-assistant/pkg./flag
+   flag name=qthelpCompile bindings for QtHelp from 
pkgdev-qt/qthelp/pkg./flag
flag name=qwtCompile bindings for 
pkgx11-libs/qwt/pkg./flag
-   flag name=webkitCompile bindings for 
pkgx11-libs/qt-webkit/pkg./flag
+   flag name=webkitCompile bindings for 
pkgdev-qt/qtwebkit/pkg./flag
+   flag name=xmlpatternsCompile bindings for 
pkgdev-qt/qtxmlpatterns/pkg./flag
/use
 /pkgmetadata

diff --git a/kde-base/smokeqt/smokeqt-.ebuild 
b/kde-base/smokeqt/smokeqt-.ebuild
index 536ca13..25022b2 100644
--- a/kde-base/smokeqt/smokeqt-.ebuild
+++ b/kde-base/smokeqt/smokeqt-.ebuild
@@ -14,7 +14,7 @@ inherit kde4-base
 
 DESCRIPTION=Scripting Meta Object Kompiler Engine - Qt bindings
 KEYWORDS=
-IUSE=debug +phonon qimageblitz qscintilla qwt webkit
+IUSE=debug +phonon qimageblitz qscintilla qwt webkit xmlpatterns
 HOMEPAGE=http://techbase.kde.org/Development/Languages/Smoke;
 
 # Maybe make more of Qt optional?
@@ -33,6 +33,7 @@ DEPEND=
qscintilla? ( x11-libs/qscintilla:= )
qwt? ( x11-libs/qwt:5[svg] )
webkit? ( dev-qt/qtwebkit:4 )
+   xmlpatterns? ( dev-qt/qtxmlpatterns:4 )
 
 RDEPEND=${DEPEND}
 
@@ -47,8 +48,9 @@ src_configure() {
$(cmake-utils_use_with qimageblitz QImageBlitz)
$(cmake-utils_use_with qscintilla QScintilla)
$(cmake-utils_use_disable qthelp QtHelp)
-   $(cmake-utils_use_disable qwt Qwt5)
+   $(cmake-utils_use_with qwt Qwt5)
$(cmake-utils_use_disable webkit QtWebKit)
+   $(cmake-utils_use_disable xmlpatterns QtXmlPatterns)
)
kde4-base_src_configure
 }



[gentoo-commits] proj/kde:master commit in: kde-apps/krdc/

2014-12-09 Thread Michael Palimaka
commit: 31acaa85a6721c209a2f190d740aab2f8a965a3a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Dec  9 16:52:00 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Dec  9 16:52:00 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=31acaa85

[kde-apps/krdc] Enable rdesktop USE flag by default wrt bug #530968.

krdc supports both vnc (buildtime) and rdesktop (runtime), but requires at least
one to be useful. Since rdesktop does not affect the build and has been the
source of numerous bug reports we've chosen that one.

Package-Manager: portage-2.2.15

---
 kde-apps/krdc/krdc-14.11.97.ebuild | 2 +-
 kde-apps/krdc/krdc-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/krdc/krdc-14.11.97.ebuild 
b/kde-apps/krdc/krdc-14.11.97.ebuild
index 6529c19..a7875b2 100644
--- a/kde-apps/krdc/krdc-14.11.97.ebuild
+++ b/kde-apps/krdc/krdc-14.11.97.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 DESCRIPTION=KDE remote desktop connection (RDP and VNC) client
 HOMEPAGE=http://www.kde.org/applications/internet/krdc/;
 KEYWORDS= ~amd64 ~x86
-IUSE=debug jpeg rdesktop telepathy vnc zeroconf
+IUSE=debug jpeg +rdesktop telepathy vnc zeroconf
 
 #nx? ( =net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.13.1
 

diff --git a/kde-apps/krdc/krdc-.ebuild b/kde-apps/krdc/krdc-.ebuild
index 8cf9bf3..805d50e 100644
--- a/kde-apps/krdc/krdc-.ebuild
+++ b/kde-apps/krdc/krdc-.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 DESCRIPTION=KDE remote desktop connection (RDP and VNC) client
 HOMEPAGE=http://www.kde.org/applications/internet/krdc/;
 KEYWORDS=
-IUSE=debug jpeg rdesktop telepathy vnc zeroconf
+IUSE=debug jpeg +rdesktop telepathy vnc zeroconf
 
 #nx? ( =net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.13.1
 



[gentoo-commits] proj/kde:master commit in: kde-apps/solid-runtime/

2014-12-10 Thread Michael Palimaka
commit: 32e5cbf299622e11326ab0e0a48d8d3077e9b05d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Dec 10 17:12:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Dec 10 17:12:20 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=32e5cbf2

[kde-apps/solid-runtime] Pin net-wireless/bluedevil to SLOT 4.

Package-Manager: portage-2.2.15

---
 kde-apps/solid-runtime/solid-runtime-14.11.97.ebuild | 2 +-
 kde-apps/solid-runtime/solid-runtime-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/solid-runtime/solid-runtime-14.11.97.ebuild 
b/kde-apps/solid-runtime/solid-runtime-14.11.97.ebuild
index 3c587b5..685240f 100644
--- a/kde-apps/solid-runtime/solid-runtime-14.11.97.ebuild
+++ b/kde-apps/solid-runtime/solid-runtime-14.11.97.ebuild
@@ -23,6 +23,6 @@ KMEXTRA=
 
 DEPEND=
 RDEPEND=${DEPEND}
-   bluetooth? ( net-wireless/bluedevil )
+   bluetooth? ( net-wireless/bluedevil:4 )
networkmanager? ( || ( kde-misc/plasma-nm kde-misc/networkmanagement 
kde-base/plasma-nm ) )
 

diff --git a/kde-apps/solid-runtime/solid-runtime-.ebuild 
b/kde-apps/solid-runtime/solid-runtime-.ebuild
index b1ad8a7..a2e264d 100644
--- a/kde-apps/solid-runtime/solid-runtime-.ebuild
+++ b/kde-apps/solid-runtime/solid-runtime-.ebuild
@@ -23,6 +23,6 @@ KMEXTRA=
 
 DEPEND=
 RDEPEND=${DEPEND}
-   bluetooth? ( net-wireless/bluedevil )
+   bluetooth? ( net-wireless/bluedevil:4 )
networkmanager? ( || ( kde-misc/plasma-nm kde-misc/networkmanagement 
kde-base/plasma-nm ) )
 



[gentoo-commits] proj/qt:master commit in: dev-qt/qttest/, dev-qt/qtimageformats/, dev-qt/qdoc/, dev-qt/qdbus/, ...

2014-12-10 Thread Michael Palimaka
commit: 2d92e56b4cda2c3f3f2058064606dfbf00696841
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Dec 11 06:51:23 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Dec 11 06:51:23 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2d92e56b

[dev-qt/*:5] Bump to 5.4.0 final

---
 dev-qt/assistant/Manifest   | 2 +-
 dev-qt/assistant/{assistant-5.4.0_rc.ebuild = assistant-5.4.0.ebuild}  | 0
 dev-qt/designer/Manifest| 2 +-
 dev-qt/designer/{designer-5.4.0_rc.ebuild = designer-5.4.0.ebuild} | 0
 dev-qt/linguist-tools/Manifest  | 2 +-
 .../{linguist-tools-5.4.0_rc.ebuild = linguist-tools-5.4.0.ebuild} | 0
 dev-qt/linguist/Manifest| 2 +-
 dev-qt/linguist/{linguist-5.4.0_rc.ebuild = linguist-5.4.0.ebuild} | 0
 dev-qt/pixeltool/Manifest   | 2 +-
 dev-qt/pixeltool/{pixeltool-5.4.0_rc.ebuild = pixeltool-5.4.0.ebuild}  | 0
 dev-qt/qdbus/Manifest   | 2 +-
 dev-qt/qdbus/{qdbus-5.4.0_rc.ebuild = qdbus-5.4.0.ebuild}  | 0
 dev-qt/qdbusviewer/Manifest | 2 +-
 .../{qdbusviewer-5.4.0_rc.ebuild = qdbusviewer-5.4.0.ebuild}   | 0
 dev-qt/qdoc/Manifest| 2 +-
 dev-qt/qdoc/{qdoc-5.4.0_rc.ebuild = qdoc-5.4.0.ebuild} | 0
 dev-qt/qtconcurrent/Manifest| 2 +-
 .../{qtconcurrent-5.4.0_rc.ebuild = qtconcurrent-5.4.0.ebuild} | 0
 dev-qt/qtcore/Manifest  | 2 +-
 dev-qt/qtcore/{qtcore-5.4.0_rc.ebuild = qtcore-5.4.0.ebuild}   | 0
 dev-qt/qtdbus/Manifest  | 2 +-
 dev-qt/qtdbus/{qtdbus-5.4.0_rc.ebuild = qtdbus-5.4.0.ebuild}   | 0
 dev-qt/qtdeclarative/Manifest   | 2 +-
 .../{qtdeclarative-5.4.0_rc.ebuild = qtdeclarative-5.4.0.ebuild}   | 0
 dev-qt/qtdiag/Manifest  | 2 +-
 dev-qt/qtdiag/{qtdiag-5.4.0_rc.ebuild = qtdiag-5.4.0.ebuild}   | 0
 dev-qt/qtgraphicaleffects/Manifest  | 2 +-
 ...graphicaleffects-5.4.0_rc.ebuild = qtgraphicaleffects-5.4.0.ebuild} | 0
 dev-qt/qtgui/Manifest   | 2 +-
 dev-qt/qtgui/{qtgui-5.4.0_rc.ebuild = qtgui-5.4.0.ebuild}  | 0
 dev-qt/qthelp/Manifest  | 2 +-
 dev-qt/qthelp/{qthelp-5.4.0_rc.ebuild = qthelp-5.4.0.ebuild}   | 0
 dev-qt/qtimageformats/Manifest  | 2 +-
 .../{qtimageformats-5.4.0_rc.ebuild = qtimageformats-5.4.0.ebuild} | 0
 dev-qt/qtmultimedia/Manifest| 2 +-
 .../{qtmultimedia-5.4.0_rc.ebuild = qtmultimedia-5.4.0.ebuild} | 0
 dev-qt/qtnetwork/Manifest   | 2 +-
 dev-qt/qtnetwork/{qtnetwork-5.4.0_rc.ebuild = qtnetwork-5.4.0.ebuild}  | 0
 dev-qt/qtopengl/Manifest| 2 +-
 dev-qt/qtopengl/{qtopengl-5.4.0_rc.ebuild = qtopengl-5.4.0.ebuild} | 0
 dev-qt/qtpaths/Manifest | 2 +-
 dev-qt/qtpaths/{qtpaths-5.4.0_rc.ebuild = qtpaths-5.4.0.ebuild}| 0
 dev-qt/qtpositioning/Manifest   | 2 +-
 .../{qtpositioning-5.4.0_rc.ebuild = qtpositioning-5.4.0.ebuild}   | 0
 dev-qt/qtprintsupport/Manifest  | 2 +-
 .../{qtprintsupport-5.4.0_rc.ebuild = qtprintsupport-5.4.0.ebuild} | 0
 dev-qt/qtquick1/Manifest| 2 +-
 dev-qt/qtquick1/{qtquick1-5.4.0_rc.ebuild = qtquick1-5.4.0.ebuild} | 0
 dev-qt/qtquickcontrols/Manifest | 2 +-
 .../{qtquickcontrols-5.4.0_rc.ebuild = qtquickcontrols-5.4.0.ebuild}   | 0
 dev-qt/qtscript/Manifest| 2 +-
 dev-qt/qtscript/{qtscript-5.4.0_rc.ebuild = qtscript-5.4.0.ebuild} | 0
 dev-qt/qtsensors/Manifest   | 2 +-
 dev-qt/qtsensors/{qtsensors-5.4.0_rc.ebuild = qtsensors-5.4.0.ebuild}  | 0
 dev-qt/qtserialport/Manifest| 2 +-
 .../{qtserialport-5.4.0_rc.ebuild = qtserialport-5.4.0.ebuild} | 0
 dev-qt/qtsql/Manifest   | 2 +-
 dev-qt/qtsql/{qtsql-5.4.0_rc.ebuild = qtsql-5.4.0.ebuild}  | 0
 dev-qt/qtsvg/Manifest   | 2 +-
 dev-qt/qtsvg/{qtsvg

[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/, dev-libs/extra-cmake-modules/files/

2014-07-13 Thread Michael Palimaka
commit: 52045ba54d1775bf71e202085ce84fbd54ee690f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sun Jul 13 15:29:33 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sun Jul 13 15:29:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52045ba5

[dev-libs/extra-cmake-modules] Backport patch from upstream fixing build 
failure when LINGUAS is set and Qt4 is installed.

Package-Manager: portage-2.2.10

---
 ebuild = extra-cmake-modules-1.0.0-r1.ebuild} |  2 ++
 .../files/extra-cmake-modules-1.0.0-linguas.patch  | 42 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0-r1.ebuild
similarity index 94%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0-r1.ebuild
index 0cde8c2..da40a74 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0-r1.ebuild
@@ -26,6 +26,8 @@ DEPEND=
)
 
 
+PATCHES=( ${FILESDIR}/${P}-linguas.patch )
+
 python_check_deps() {
has_version dev-python/sphinx[${PYTHON_USEDEP}]
 }

diff --git 
a/dev-libs/extra-cmake-modules/files/extra-cmake-modules-1.0.0-linguas.patch 
b/dev-libs/extra-cmake-modules/files/extra-cmake-modules-1.0.0-linguas.patch
new file mode 100644
index 000..76bf989
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/files/extra-cmake-modules-1.0.0-linguas.patch
@@ -0,0 +1,42 @@
+From 5acf1735f7f497662c6ebe43220489dc81785ec6 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka kensing...@gentoo.org
+Date: Wed, 9 Jul 2014 23:54:11 +1000
+Subject: [PATCH] Don't search default paths when finding lconvert.
+
+Otherwise, if lconvert exists in normal system paths (eg. /usr/bin) that one
+will be used instead of the one alongside Qt5::lrelease. This could cause Qt4
+lconvert to be incorrectly used on some systems.
+
+REVIEW: 119198
+---
+ modules/ECMCreateQmFromPoFiles.cmake | 1 +
+ modules/ECMPoQmTools.cmake   | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/modules/ECMCreateQmFromPoFiles.cmake 
b/modules/ECMCreateQmFromPoFiles.cmake
+index 4a31a93..b66e598 100644
+--- a/modules/ECMCreateQmFromPoFiles.cmake
 b/modules/ECMCreateQmFromPoFiles.cmake
+@@ -113,6 +113,7 @@ function(_ECM_QM_CREATE_TARGET install_destination 
catalog_name)
+ find_program(lconvert_executable
+ NAMES lconvert-qt5 lconvert
+ PATHS ${lrelease_path}
++NO_DEFAULT_PATH
+ )
+ 
+ if (catalog_name)
+diff --git a/modules/ECMPoQmTools.cmake b/modules/ECMPoQmTools.cmake
+index 3ce6958..74dc656 100644
+--- a/modules/ECMPoQmTools.cmake
 b/modules/ECMPoQmTools.cmake
+@@ -129,6 +129,7 @@ function(ecm_process_po_files_as_qm lang)
+ find_program(lconvert_executable
+ NAMES lconvert-qt5 lconvert
+ PATHS ${lrelease_path}
++NO_DEFAULT_PATH
+ )
+ 
+ # Create commands to turn po files into qm files
+-- 
+1.8.5.5
+



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-07-15 Thread Michael Palimaka
commit: f474d97c62f3699493479836317f00e82f933671
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:12:58 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:12:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f474d97c

[profiles/package.mask] Mask Plasma 5.0.0

---
 profiles/package.mask/plasma-5.0.0 | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/profiles/package.mask/plasma-5.0.0 
b/profiles/package.mask/plasma-5.0.0
new file mode 100644
index 000..698f0be
--- /dev/null
+++ b/profiles/package.mask/plasma-5.0.0
@@ -0,0 +1,22 @@
+# Michael Palimaka kensing...@gentoo.org (15 Jul 2014)
+# Cross-overlay dependencies.
+~kde-base/baloo-5.0.0
+~kde-base/breeze-5.0.0
+~kde-base/kde-cli-tools-5.0.0
+~kde-base/kfilemetadata-5.0.0
+~kde-base/khelpcenter-5.0.0
+~kde-base/khotkeys-5.0.0
+~kde-base/kinfocenter-5.0.0
+~kde-base/kio-extras-5.0.0
+~kde-base/kmenuedit-5.0.0
+~kde-base/ksysguard-5.0.0
+~kde-base/kwin-5.0.0
+~kde-base/kwrited-5.0.0
+~kde-base/libksysguard-5.0.0
+~kde-base/milou-5.0.0
+~kde-base/oxygen-5.0.0
+~kde-base/plasma-desktop-5.0.0
+~kde-base/plasma-workspace-5.0.0
+~kde-base/powerdevil-5.0.0
+~kde-base/systemsettings-5.0.0
+~x11-libs/libkscreen-5.0.91



[gentoo-commits] proj/kde:master commit in: media-fonts/oxygen-fonts/

2014-07-15 Thread Michael Palimaka
commit: 2ebcff5a96d89911cca01abdbea8f7f4c18578f1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:14:58 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:14:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2ebcff5a

[media-fonts/oxygen-fonts] Version bump. Remove old.

Package-Manager: portage-2.2.10

---
 .../{oxygen-fonts-0.3.98.ebuild = oxygen-fonts-0.4.0.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild 
b/media-fonts/oxygen-fonts/oxygen-fonts-0.4.0.ebuild
similarity index 90%
rename from media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild
rename to media-fonts/oxygen-fonts/oxygen-fonts-0.4.0.ebuild
index c482030..18434d2 100644
--- a/media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild
+++ b/media-fonts/oxygen-fonts/oxygen-fonts-0.4.0.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils font
 
 DESCRIPTION=Desktop/GUI font family for integrated use with the KDE desktop
 HOMEPAGE=https://projects.kde.org/projects/playground/artwork/oxygen-fonts;
-SRC_URI=mirror://kde/unstable/plasma/4.98.0/src/${P}.tar.xz
+SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
 
 LICENSE=OFL-1.1
 SLOT=0



[gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/

2014-07-15 Thread Michael Palimaka
commit: 7aff33f62a3205f5bc4f5220a68b675e38f46ad5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:16:22 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:16:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7aff33f6

[x11-libs/libkscreen] Version bump. Remove old.

Package-Manager: portage-2.2.10

---
 .../libkscreen/{libkscreen-1.73.ebuild = libkscreen-5.0.91.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libkscreen/libkscreen-1.73.ebuild 
b/x11-libs/libkscreen/libkscreen-5.0.91.ebuild
similarity index 90%
rename from x11-libs/libkscreen/libkscreen-1.73.ebuild
rename to x11-libs/libkscreen/libkscreen-5.0.91.ebuild
index ef28d68..e35dcf3 100644
--- a/x11-libs/libkscreen/libkscreen-1.73.ebuild
+++ b/x11-libs/libkscreen/libkscreen-5.0.91.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = ** ]]; then
EGIT_BRANCH=frameworks
KEYWORDS=
 else
-   SRC_URI=mirror://kde/unstable/plasma/4.98.0/src/${P}.tar.xz
+   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
KEYWORDS=~amd64 ~x86
 fi
 



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-15 Thread Michael Palimaka
commit: 1b7e3e980aaf91b3cd2d0cf96d162975c0d1e279
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:19:57 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:19:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b7e3e98

[eclass] Handle Plasma 5 release.

---
 eclass/kde5.eclass | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index daa81d2..c0251bb 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -212,7 +212,12 @@ _calculate_src_uri() {
esac
;;
kde-base)
-   
SRC_URI=mirror://kde/unstable/plasma/${PV}/src/${_kmname}-${PV}.tar.xz
+   case ${PV} in
+   4.??.? )
+   
SRC_URI=mirror://kde/unstable/plasma/${PV}/src/${_kmname}-${PV}.tar.xz ;;
+   *)
+   
SRC_URI=mirror://kde/stable/plasma/${PV}/${_kmname}-${PV}.tar.xz ;;
+   esac
;;
esac
 }



[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/baloo/, kde-base/ksysguard/, kde-base/plasma-desktop/, ...

2014-07-15 Thread Michael Palimaka
commit: 1fa0e0f39371cf4fb40def7f764eb9073220c0f6
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:25:34 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:26:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1fa0e0f3

[kde-base] Add Plasma 5.0.0

---
 kde-base/baloo/baloo-5.0.0.ebuild  |  46 +++
 kde-base/breeze/breeze-5.0.0.ebuild|  22 
 kde-base/kde-cli-tools/kde-cli-tools-5.0.0.ebuild  |  50 
 kde-base/kfilemetadata/kfilemetadata-5.0.0.ebuild  |  39 ++
 kde-base/khelpcenter/khelpcenter-5.0.0.ebuild  |  40 +++
 kde-base/khotkeys/khotkeys-5.0.0.ebuild|  41 +++
 kde-base/kinfocenter/kinfocenter-5.0.0.ebuild  |  70 +++
 kde-base/kio-extras/kio-extras-5.0.0.ebuild|  78 
 kde-base/kmenuedit/kmenuedit-5.0.0.ebuild  |  44 +++
 kde-base/ksysguard/ksysguard-5.0.0.ebuild  |  47 
 kde-base/kwin/kwin-5.0.0.ebuild|  76 
 kde-base/kwrited/kwrited-5.0.0.ebuild  |  23 
 kde-base/libksysguard/libksysguard-5.0.0.ebuild|  53 
 kde-base/milou/milou-5.0.0.ebuild  |  24 
 kde-base/oxygen/oxygen-5.0.0.ebuild|  34 ++
 .../plasma-desktop/plasma-desktop-5.0.0.ebuild | 102 
 .../plasma-workspace-wallpapers-5.0.0.ebuild   |  16 +++
 .../plasma-workspace/plasma-workspace-5.0.0.ebuild | 133 +
 kde-base/powerdevil/powerdevil-5.0.0.ebuild|  56 +
 .../systemsettings/systemsettings-5.0.0.ebuild |  39 ++
 20 files changed, 1033 insertions(+)

diff --git a/kde-base/baloo/baloo-5.0.0.ebuild 
b/kde-base/baloo/baloo-5.0.0.ebuild
new file mode 100644
index 000..c25f1c0
--- /dev/null
+++ b/kde-base/baloo/baloo-5.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH=frameworks
+inherit kde5
+
+DESCRIPTION=Framework for searching and managing metadata
+KEYWORDS=~amd64
+IUSE=
+
+# TODO re-enable kdepim integration
+DEPEND=
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep solid)
+   $(add_kdebase_dep kfilemetadata)
+   =dev-libs/xapian-1.2*[chert]
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   sys-apps/attr
+   !kde-base/nepomuk-4.12.50
+
+RDEPEND=${DEPEND}
+   !kde-base/baloo:4[-minimal(-)]
+
+
+src_configure() {
+   local mycmakeargs=( -DKDEPIM_SUPPORT_BUILD=OFF )
+
+   kde5_src_configure
+}

diff --git a/kde-base/breeze/breeze-5.0.0.ebuild 
b/kde-base/breeze/breeze-5.0.0.ebuild
new file mode 100644
index 000..aa83292
--- /dev/null
+++ b/kde-base/breeze/breeze-5.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION=Breeze visual style for the Plasma desktop
+HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze;
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   dev-qt/qtwidgets:5
+
+RDEPEND=
+   ${DEPEND}
+   dev-qt/qtgraphicaleffects:5
+

diff --git a/kde-base/kde-cli-tools/kde-cli-tools-5.0.0.ebuild 
b/kde-base/kde-cli-tools/kde-cli-tools-5.0.0.ebuild
new file mode 100644
index 000..9bd6c7c
--- /dev/null
+++ b/kde-base/kde-cli-tools/kde-cli-tools-5.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_TEST=true
+VIRTUALX_REQUIRED=test
+inherit kde5
+
+DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the 
system
+HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools;
+KEYWORDS=~amd64
+IUSE=X
+
+DEPEND=
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kdesu)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-07-15 Thread Michael Palimaka
commit: b6d897cdae4eab15c4e5dfb55b44b490757f99c3
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:29:12 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:29:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b6d897cd

[profiles/package.mask] Remove obsolete masks.

---
 profiles/package.mask/kde5-extra |  3 ---
 profiles/package.mask/plasma5-rc | 22 --
 2 files changed, 25 deletions(-)

diff --git a/profiles/package.mask/kde5-extra b/profiles/package.mask/kde5-extra
deleted file mode 100644
index d83199b..000
--- a/profiles/package.mask/kde5-extra
+++ /dev/null
@@ -1,3 +0,0 @@
-# Michael Palimaka kensing...@gentoo.org (21 Jun 2014)
-# Cross-overlay dependencies.
-~x11-libs/libkscreen-1.72

diff --git a/profiles/package.mask/plasma5-rc b/profiles/package.mask/plasma5-rc
deleted file mode 100644
index e55274b..000
--- a/profiles/package.mask/plasma5-rc
+++ /dev/null
@@ -1,22 +0,0 @@
-# Michael Palimaka kensing...@gentoo.org (08 Jul 2014)
-# Cross-overlay dependencies.
-~kde-base/baloo-4.98.0
-~kde-base/breeze-4.98.0
-~kde-base/kde-cli-tools-4.98.0
-~kde-base/kfilemetadata-4.98.0
-~kde-base/khelpcenter-4.98.0
-~kde-base/khotkeys-4.98.0
-~kde-base/kinfocenter-4.98.0
-~kde-base/kio-extras-4.98.0
-~kde-base/kmenuedit-4.98.0
-~kde-base/ksysguard-4.98.0
-~kde-base/kwin-4.98.0
-~kde-base/kwrited-4.98.0
-~kde-base/libksysguard-4.98.0
-~kde-base/milou-4.98.0
-~kde-base/oxygen-4.98.0
-~kde-base/plasma-desktop-4.98.0
-~kde-base/plasma-workspace-4.98.0
-~kde-base/powerdevil-4.98.0
-~kde-base/systemsettings-4.98.0
-~x11-libs/libkscreen-1.73



[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/baloo/, kde-base/ksysguard/, kde-base/plasma-desktop/, ...

2014-07-15 Thread Michael Palimaka
commit: 1805b3191593a841474b12401302db534c4af03f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:28:38 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:28:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1805b319

[kde-base] Remove Plasma 4.98.0

---
 kde-base/baloo/baloo-4.98.0.ebuild |  46 ---
 kde-base/breeze/breeze-4.98.0.ebuild   |  22 
 kde-base/kde-cli-tools/kde-cli-tools-4.98.0.ebuild |  50 
 kde-base/kfilemetadata/kfilemetadata-4.98.0.ebuild |  39 --
 kde-base/khelpcenter/khelpcenter-4.98.0.ebuild |  40 ---
 kde-base/khotkeys/khotkeys-4.98.0.ebuild   |  41 ---
 kde-base/kinfocenter/kinfocenter-4.98.0.ebuild |  70 ---
 kde-base/kio-extras/kio-extras-4.98.0.ebuild   |  78 
 kde-base/kmenuedit/kmenuedit-4.98.0.ebuild |  44 ---
 kde-base/ksysguard/ksysguard-4.98.0.ebuild |  47 
 kde-base/kwin/kwin-4.98.0.ebuild   |  76 
 kde-base/kwrited/kwrited-4.98.0.ebuild |  23 
 kde-base/libksysguard/libksysguard-4.98.0.ebuild   |  53 
 kde-base/milou/milou-4.98.0.ebuild |  24 
 kde-base/oxygen/oxygen-4.98.0.ebuild   |  34 --
 .../plasma-desktop/plasma-desktop-4.98.0.ebuild| 101 
 .../plasma-workspace-wallpapers-4.98.0.ebuild  |  16 ---
 .../plasma-workspace-4.98.0.ebuild | 133 -
 kde-base/powerdevil/powerdevil-4.98.0.ebuild   |  56 -
 .../systemsettings/systemsettings-4.98.0.ebuild|  39 --
 20 files changed, 1032 deletions(-)

diff --git a/kde-base/baloo/baloo-4.98.0.ebuild 
b/kde-base/baloo/baloo-4.98.0.ebuild
deleted file mode 100644
index c25f1c0..000
--- a/kde-base/baloo/baloo-4.98.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH=frameworks
-inherit kde5
-
-DESCRIPTION=Framework for searching and managing metadata
-KEYWORDS=~amd64
-IUSE=
-
-# TODO re-enable kdepim integration
-DEPEND=
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep solid)
-   $(add_kdebase_dep kfilemetadata)
-   =dev-libs/xapian-1.2*[chert]
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   sys-apps/attr
-   !kde-base/nepomuk-4.12.50
-
-RDEPEND=${DEPEND}
-   !kde-base/baloo:4[-minimal(-)]
-
-
-src_configure() {
-   local mycmakeargs=( -DKDEPIM_SUPPORT_BUILD=OFF )
-
-   kde5_src_configure
-}

diff --git a/kde-base/breeze/breeze-4.98.0.ebuild 
b/kde-base/breeze/breeze-4.98.0.ebuild
deleted file mode 100644
index aa83292..000
--- a/kde-base/breeze/breeze-4.98.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION=Breeze visual style for the Plasma desktop
-HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze;
-KEYWORDS=~amd64
-IUSE=
-
-DEPEND=
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   dev-qt/qtwidgets:5
-
-RDEPEND=
-   ${DEPEND}
-   dev-qt/qtgraphicaleffects:5
-

diff --git a/kde-base/kde-cli-tools/kde-cli-tools-4.98.0.ebuild 
b/kde-base/kde-cli-tools/kde-cli-tools-4.98.0.ebuild
deleted file mode 100644
index 9bd6c7c..000
--- a/kde-base/kde-cli-tools/kde-cli-tools-4.98.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_TEST=true
-VIRTUALX_REQUIRED=test
-inherit kde5
-
-DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the 
system
-HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools;
-KEYWORDS=~amd64
-IUSE=X
-
-DEPEND=
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdesu)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep

[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: b7e3f27864893022dbefc6d99577f5f343aba13b
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:32:01 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:32:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b7e3f278

[kde-base/konversation] Remove stuff handled by eclass.

---
 net-irc/konversation/konversation-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 3d1bc90..afa38c3 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -12,8 +12,7 @@ HOMEPAGE=http://konversation.kde.org;
 
 LICENSE=GPL-2
 KEYWORDS=
-SLOT=5
-IUSE=+crypt debug
+IUSE=+crypt
 
 DEPEND=
crypt? ( app-crypt/qca:2 )



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 30b370ec78086219f07408a8e47a52c142b63845
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:29:54 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:29:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30b370ec

[net-irc/konversation] Whitespace.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/metadata.xml 
b/net-irc/konversation/metadata.xml
index 8d36d5b..a23f444 100644
--- a/net-irc/konversation/metadata.xml
+++ b/net-irc/konversation/metadata.xml
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-  herdkde/herd
+   herdkde/herd
 /pkgmetadata



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 2f1f7b5bf51b5617506b78dc90f8fe4fd651cac4
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:34:57 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:34:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2f1f7b5b

[kde-base/konversation] Fix mycmakeargs.

---
 net-irc/konversation/konversation-4..ebuild | 3 ++-
 net-irc/konversation/konversation-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-4..ebuild 
b/net-irc/konversation/konversation-4..ebuild
index 928de78..26ae1a6 100644
--- a/net-irc/konversation/konversation-4..ebuild
+++ b/net-irc/konversation/konversation-4..ebuild
@@ -23,8 +23,9 @@ RDEPEND=${DEPEND}
 
 
 src_configure() {
-   mycmakeargs+=(
+   local mycmakeargs=(
$(cmake-utils_use_with crypt QCA2)
)
+
kde4-base_src_configure
 }

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 205636f..722fe52 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -22,8 +22,9 @@ RDEPEND=${DEPEND}
 
 
 src_configure() {
-   mycmakeargs+=(
+   local mycmakeargs=(
$(cmake-utils_use_with crypt QCA2)
)
+
kde5_src_configure
 }



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 4979de725c7a4fdbf8e2f3d9132217cb8eda7831
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:34:21 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:34:21 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4979de72

[kde-base/konversation] Improve HOMEPAGE.

---
 net-irc/konversation/konversation-4..ebuild | 2 +-
 net-irc/konversation/konversation-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-4..ebuild 
b/net-irc/konversation/konversation-4..ebuild
index bfae242..928de78 100644
--- a/net-irc/konversation/konversation-4..ebuild
+++ b/net-irc/konversation/konversation-4..ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit kde4-base
 
 DESCRIPTION=A user friendly IRC Client for KDE4
-HOMEPAGE=http://konversation.kde.org;
+HOMEPAGE=http://kde.org/applications/internet/konversation/ 
http://konversation.kde.org;
 
 LICENSE=GPL-2
 KEYWORDS=

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index afa38c3..205636f 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -8,7 +8,7 @@ EGIT_BRANCH=frameworks
 inherit kde5
 
 DESCRIPTION=A user friendly IRC Client for KDE
-HOMEPAGE=http://konversation.kde.org;
+HOMEPAGE=http://kde.org/applications/internet/konversation/ 
http://konversation.kde.org;
 
 LICENSE=GPL-2
 KEYWORDS=



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 0efbde9cdb83d4cb6e7a6c9c33430423fe816ff0
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:38:05 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:38:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0efbde9c

[net-irc/konversation] Require Qt5 version of qca. Remove qca-ossl dependency 
as it's integrated into qca upstream.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 722fe52..b7160d7 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -15,11 +15,9 @@ KEYWORDS=
 IUSE=+crypt
 
 DEPEND=
-   crypt? ( app-crypt/qca:2 )
-
-RDEPEND=${DEPEND}
-   crypt? ( app-crypt/qca-ossl )
+   crypt? ( app-crypt/qca:2[qt5] )
 
+RDEPEND=${DEPEND}
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-15 Thread Michael Palimaka
commit: 5039e2d4f5a2be8c55b1c1c080d5c6b7eff75e28
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:43:40 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:43:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5039e2d4

[eclass] Only add nls USE flag for release builds.

---
 eclass/kde5.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c0251bb..c703c84 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -156,7 +156,9 @@ esac
 case ${KDE_NLS} in
false)  ;;
*)
-   IUSE+= nls
+   if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   IUSE+= nls
+   fi
;;
 esac
 



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 4fbf52f53ed2d0612343cf38a69704caf7ad403f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:41:50 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:41:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4fbf52f5

[net-irc/konversation] Support translations.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index b7160d7..0f32fa2 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 EGIT_BRANCH=frameworks
+KDE_NLS=true
 inherit kde5
 
 DESCRIPTION=A user friendly IRC Client for KDE
@@ -14,10 +15,12 @@ LICENSE=GPL-2
 KEYWORDS=
 IUSE=+crypt
 
-DEPEND=
+RDEPEND=
crypt? ( app-crypt/qca:2[qt5] )
 
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
+   sys-devel/gettext
+
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 17cbfaf327df902ff3c71d646b3bf0a363bb656f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:45:16 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:45:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17cbfaf3

[net-irc/konversation] Remove crypt USE flag as support is disabled upstream.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 0f32fa2..cb58f0e 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -13,19 +13,9 @@ HOMEPAGE=http://kde.org/applications/internet/konversation/ 
http://konversation
 
 LICENSE=GPL-2
 KEYWORDS=
-IUSE=+crypt
+IUSE=
 
-RDEPEND=
-   crypt? ( app-crypt/qca:2[qt5] )
-
+RDEPEND=
 DEPEND=${RDEPEND}
sys-devel/gettext
 
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with crypt QCA2)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-15 Thread Michael Palimaka
commit: bf0174894198663125fd2aee9e2c9085a0a59896
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:47:02 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:47:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bf017489

Revert [eclass] Only add nls USE flag for release builds.

Causes breakage for live ebuilds which rely on having the nls USE flag to
specify required dependencies.

This reverts commit 5039e2d4f5a2be8c55b1c1c080d5c6b7eff75e28.

---
 eclass/kde5.eclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c703c84..c0251bb 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -156,9 +156,7 @@ esac
 case ${KDE_NLS} in
false)  ;;
*)
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   IUSE+= nls
-   fi
+   IUSE+= nls
;;
 esac
 



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 85f6d1ae4cdca672b0b97c8f1c3be5508f365d73
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:48:14 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:48:14 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85f6d1ae

[net-irc/konversation] gettext is only required when nls USE flag is enabled.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index cb58f0e..12d2f23 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -17,5 +17,5 @@ IUSE=
 
 RDEPEND=
 DEPEND=${RDEPEND}
-   sys-devel/gettext
+   nls? ( sys-devel/gettext )
 



[gentoo-commits] proj/kde:master commit in: kde-base/kwin/

2014-07-15 Thread Michael Palimaka
commit: ad70fb7bd2c2be4c6952b47a391d978910ae5ab3
Author: Elias Probst mail AT eliasprobst DOT eu
AuthorDate: Tue Jul 15 15:57:01 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:51:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad70fb7b

[kde-base/kwin] Add media-libs/libepoxy dependency (upstream: 01e1aef3)

Package-Manager: portage-2.2.10

---
 kde-base/kwin/kwin-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/kwin/kwin-.ebuild b/kde-base/kwin/kwin-.ebuild
index d0e1f7d..ae953c6 100644
--- a/kde-base/kwin/kwin-.ebuild
+++ b/kde-base/kwin/kwin-.ebuild
@@ -43,6 +43,7 @@ COMMON_DEPEND=
dev-qt/qtscript:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras
+   media-libs/libepoxy
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: b613b0c7074b9e742681535a7ebf7396be082fc0
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:55:54 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:55:54 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b613b0c7

[net-irc/konversation] Add dependencies.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 32 ++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 12d2f23..9c02355 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -15,7 +15,37 @@ LICENSE=GPL-2
 KEYWORDS=
 IUSE=
 
-RDEPEND=
+RDEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kemoticons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kidletime)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/phonon[qt4]
+
 DEPEND=${RDEPEND}
nls? ( sys-devel/gettext )
 



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/

2014-07-15 Thread Michael Palimaka
commit: 03b1e47f32b9e2d2370c778f074cd3569a042833
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 15 16:57:37 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 15 16:57:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=03b1e47f

[net-irc/konversation] Add more dependencies.

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 9c02355..b22bfb1 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -39,6 +39,7 @@ RDEPEND=
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
$(add_frameworks_dep sonnet)
dev-qt/qtdbus:5
dev-qt/qtgui:5



[gentoo-commits] proj/qt:master commit in: /

2014-07-16 Thread Michael Palimaka
commit: 23887d70a4bac2047be7b5f067343fd1a205aca9
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 10:07:41 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 10:07:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=23887d70

[.travis.yml] Update.

---
 .travis.yml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a249e2b..1ae589d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,11 @@ before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/
 - mv .git travis-overlay/
+- wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget 
http://distfiles.gentoo.org/distfiles/portage-${PORTAGE_VER}.tar.bz2;
 - wget http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz;
-- sudo chmod 777 /etc/passwd /etc/group /etc /usr
+- wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
+- sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh
 - echo portage:x:250:250:portage:/var/tmp/portage:/bin/false  
/etc/passwd
 - echo portage::250:portage,travis  /etc/group
 - mkdir -p /etc/portage/ /usr/portage/distfiles
@@ -22,8 +24,7 @@ before_script:
 - rsync --recursive --links --safe-links --perms --times --omit-dir-times 
--compress --force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage 
/usr/portage
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
 - wget http://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
-- wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- chmod 555 spinner.sh
+- if ! cmp -s .travis.yml .travis.yml.upstream; then  echo -e \e[31m !!! 
.travis.yml outdated! Update available https://github.com/mrueg/repoman-travis 
\e[0m  /tmp/update ; fi
 - cd travis-overlay
 script:
 - ./../spinner.sh ./../portage-${PORTAGE_VER}/bin/repoman full -d



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/, dev-qt/qtsql/files/

2014-07-16 Thread Michael Palimaka
commit: aab43277583618454c98f2083a23adccfba309be
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 10:30:40 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 10:30:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=aab43277

[dev-qt/qtsql] Backport patch from upstream to avoid linking against 
already-installed version wrt bug #511042.

Package-Manager: portage-2.2.10

---
 dev-qt/qtsql/files/qtsql-pathfiltering.patch | 31 
 dev-qt/qtsql/qtsql-5.3.1.ebuild  |  2 ++
 dev-qt/qtsql/qtsql-5.3..ebuild   |  2 ++
 3 files changed, 35 insertions(+)

diff --git a/dev-qt/qtsql/files/qtsql-pathfiltering.patch 
b/dev-qt/qtsql/files/qtsql-pathfiltering.patch
new file mode 100644
index 000..6571896
--- /dev/null
+++ b/dev-qt/qtsql/files/qtsql-pathfiltering.patch
@@ -0,0 +1,31 @@
+From 9de7b4d7501c7e8e9eb561d02149a52b05a2bc1d Mon Sep 17 00:00:00 2001
+From: Michael Palimaka kensing...@gentoo.org
+Date: Fri, 27 Jun 2014 04:25:52 +1000
+Subject: [PATCH] Canonicalize inputs when filtering default system paths
+
+Contrary to expectations, various foo-config tools sometimes spit out
+denormalized paths, which breaks the text-based filtering, as it relies
+on exact matches with normalized paths.
+
+Change-Id: I0613ed24953a3bde19939d28d09572c88b43a361
+Task-number: QTBUG-39216
+Reviewed-by: Oswald Buddenhagen oswald.buddenha...@digia.com
+---
+ configure | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure b/configure
+index 8c16b12..96cc82b 100755
+--- a/configure
 b/configure
+@@ -364,6 +364,7 @@ filterDefaultPaths()
+ {
+ local path
+ path=`cat`
++path=`$relpath/config.tests/unix/makeabs $path`
+ echo $1 | grep ^$path\$  /dev/null || echo $path
+ }
+ 
+-- 
+1.8.5.5
+

diff --git a/dev-qt/qtsql/qtsql-5.3.1.ebuild b/dev-qt/qtsql/qtsql-5.3.1.ebuild
index dc22e1c..2713a7f 100644
--- a/dev-qt/qtsql/qtsql-5.3.1.ebuild
+++ b/dev-qt/qtsql/qtsql-5.3.1.ebuild
@@ -38,6 +38,8 @@ QT5_TARGET_SUBDIRS=(
src/plugins/sqldrivers
 )
 
+PATCHES=( ${FILESDIR}/${PN}-pathfiltering.patch )
+
 src_configure() {
local myconf=(
$(qt_use freetds  sql-tdsplugin)

diff --git a/dev-qt/qtsql/qtsql-5.3..ebuild 
b/dev-qt/qtsql/qtsql-5.3..ebuild
index dc22e1c..2713a7f 100644
--- a/dev-qt/qtsql/qtsql-5.3..ebuild
+++ b/dev-qt/qtsql/qtsql-5.3..ebuild
@@ -38,6 +38,8 @@ QT5_TARGET_SUBDIRS=(
src/plugins/sqldrivers
 )
 
+PATCHES=( ${FILESDIR}/${PN}-pathfiltering.patch )
+
 src_configure() {
local myconf=(
$(qt_use freetds  sql-tdsplugin)



[gentoo-commits] proj/kde:master commit in: kde-base/okular/

2014-07-16 Thread Michael Palimaka
commit: 3d6c70e9e172419790f4b29c3169367187b07cc7
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 12:32:17 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 12:32:17 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d6c70e9

[kde-base/okular] Pin libkscreen to SLOT 4.

Package-Manager: portage-2.2.10

---
 kde-base/okular/okular-4.13.3.ebuild   | 2 +-
 kde-base/okular/okular-4.13.49..ebuild | 2 +-
 kde-base/okular/okular-4.14.49..ebuild | 2 +-
 kde-base/okular/okular-4..ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-base/okular/okular-4.13.3.ebuild 
b/kde-base/okular/okular-4.13.3.ebuild
index 4660d80..f21aedc 100644
--- a/kde-base/okular/okular-4.13.3.ebuild
+++ b/kde-base/okular/okular-4.13.3.ebuild
@@ -24,7 +24,7 @@ DEPEND=
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
-   dpi? ( x11-libs/libkscreen )
+   dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)

diff --git a/kde-base/okular/okular-4.13.49..ebuild 
b/kde-base/okular/okular-4.13.49..ebuild
index 86fccec..f960cd6 100644
--- a/kde-base/okular/okular-4.13.49..ebuild
+++ b/kde-base/okular/okular-4.13.49..ebuild
@@ -24,7 +24,7 @@ DEPEND=
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
-   dpi? ( x11-libs/libkscreen )
+   dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)

diff --git a/kde-base/okular/okular-4.14.49..ebuild 
b/kde-base/okular/okular-4.14.49..ebuild
index 86fccec..f960cd6 100644
--- a/kde-base/okular/okular-4.14.49..ebuild
+++ b/kde-base/okular/okular-4.14.49..ebuild
@@ -24,7 +24,7 @@ DEPEND=
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
-   dpi? ( x11-libs/libkscreen )
+   dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)

diff --git a/kde-base/okular/okular-4..ebuild 
b/kde-base/okular/okular-4..ebuild
index 86fccec..f960cd6 100644
--- a/kde-base/okular/okular-4..ebuild
+++ b/kde-base/okular/okular-4..ebuild
@@ -24,7 +24,7 @@ DEPEND=
chm? ( dev-libs/chmlib )
crypt? ( app-crypt/qca:2 )
djvu? ( app-text/djvu )
-   dpi? ( x11-libs/libkscreen )
+   dpi? ( x11-libs/libkscreen:4 )
ebook? ( app-text/ebook-tools )
jpeg? (
$(add_kdebase_dep libkexiv2)



[gentoo-commits] proj/kde:master commit in: plasma-active/plasma-mobile/

2014-07-16 Thread Michael Palimaka
commit: 105f30e33e1daaef56111a15d47b4c50de3fcd96
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 12:38:47 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 12:38:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=105f30e3

[plasma-active/plasma-mobile] Pin x11-libs/libkscreen dependency to SLOT 4.

Package-Manager: portage-2.2.10

---
 plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild | 2 +-
 plasma-active/plasma-mobile/plasma-mobile-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild 
b/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild
index e71f074..7ff79a7 100644
--- a/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild
+++ b/plasma-active/plasma-mobile/plasma-mobile-0.5_p20131003.ebuild
@@ -22,7 +22,7 @@ DEPEND=
dev-libs/soprano
dev-qt/qt-mobility[sensors]
net-libs/libnm-qt
-   x11-libs/libkscreen
+   x11-libs/libkscreen:4
 
 RDEPEND=${DEPEND}
 

diff --git a/plasma-active/plasma-mobile/plasma-mobile-.ebuild 
b/plasma-active/plasma-mobile/plasma-mobile-.ebuild
index 994512e..cafde40 100644
--- a/plasma-active/plasma-mobile/plasma-mobile-.ebuild
+++ b/plasma-active/plasma-mobile/plasma-mobile-.ebuild
@@ -20,7 +20,7 @@ DEPEND=
dev-libs/soprano
dev-qt/qt-mobility[sensors]
net-libs/libnm-qt
-   x11-libs/libkscreen
+   x11-libs/libkscreen:4
 
 
 RDEPEND=${DEPEND}



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-16 Thread Michael Palimaka
commit: 102fd69c297ef09c8648648e6a0b1e43351bdc9f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 12:51:28 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 12:51:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=102fd69c

[eclass] Remove requirement to use live version of extra-cmake-modules.

Upstream should be maintaining compatibility now so this is no longer
necessary.

---
 eclass/kde5.eclass | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c0251bb..30c5702 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -111,11 +111,7 @@ fi
 case ${KDE_AUTODEPS} in
false)  ;;
*)
-   if [[ ${KDE_BUILD_TYPE} = live ]]; then
-   DEPEND+= =dev-libs/extra-cmake-modules-
-   else
-   DEPEND+= =dev-libs/extra-cmake-modules-1.0.0
-   fi
+   DEPEND+= =dev-libs/extra-cmake-modules-1.0.0
RDEPEND+= =kde-frameworks/kf-env-2
COMMONDEPEND+= =dev-qt/qtcore-${QT_MINIMAL}:5
;;



[gentoo-commits] proj/kde:master commit in: kde-base/pykde4/, kde-base/pykde4/files/

2014-07-16 Thread Michael Palimaka
commit: 4b651f68d3915fd1bc560c51274fdd30c63e6204
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 13:43:20 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 13:43:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4b651f68

[kde-base/pykde4] Add patch from upstream to solve build failure with 
PyQt4-4.11 wrt bug #506452.

Package-Manager: portage-2.2.10

---
 kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch | 14 ++
 kde-base/pykde4/pykde4-4.13.3.ebuild |  2 ++
 kde-base/pykde4/pykde4-4.13.49..ebuild   |  2 ++
 kde-base/pykde4/pykde4-4.14.49..ebuild   |  2 ++
 kde-base/pykde4/pykde4-4..ebuild |  2 ++
 5 files changed, 22 insertions(+)

diff --git a/kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch 
b/kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch
new file mode 100644
index 000..8c322ef
--- /dev/null
+++ b/kde-base/pykde4/files/pykde4-4.13.3-pyqt4-4.11.patch
@@ -0,0 +1,14 @@
+https://bugs.kde.org/show_bug.cgi?id=332223
+
+diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
+--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 2014-01-18 
13:18:35.0 -0600
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip   2014-03-16 
16:56:36.865132943 -0500
+@@ -26,7 +26,7 @@ namespace Phonon
+ {
+ namespace BackendCapabilities
+ {
+-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
++class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
+ {
+ 
+ signals:

diff --git a/kde-base/pykde4/pykde4-4.13.3.ebuild 
b/kde-base/pykde4/pykde4-4.13.3.ebuild
index 88fab2f..215726c 100644
--- a/kde-base/pykde4/pykde4-4.13.3.ebuild
+++ b/kde-base/pykde4/pykde4-4.13.3.ebuild
@@ -29,6 +29,8 @@ DEPEND=${RDEPEND}
sys-devel/libtool
 
 
+PATCHES=( ${FILESDIR}/${PN}-4.13.3-pyqt4-4.11.patch )
+
 pkg_setup() {
kde4-base_pkg_setup
 

diff --git a/kde-base/pykde4/pykde4-4.13.49..ebuild 
b/kde-base/pykde4/pykde4-4.13.49..ebuild
index be0f544..84ef4be 100644
--- a/kde-base/pykde4/pykde4-4.13.49..ebuild
+++ b/kde-base/pykde4/pykde4-4.13.49..ebuild
@@ -29,6 +29,8 @@ DEPEND=${RDEPEND}
sys-devel/libtool
 
 
+PATCHES=( ${FILESDIR}/${PN}-4.13.3-pyqt4-4.11.patch )
+
 pkg_setup() {
kde4-base_pkg_setup
 

diff --git a/kde-base/pykde4/pykde4-4.14.49..ebuild 
b/kde-base/pykde4/pykde4-4.14.49..ebuild
index be0f544..84ef4be 100644
--- a/kde-base/pykde4/pykde4-4.14.49..ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49..ebuild
@@ -29,6 +29,8 @@ DEPEND=${RDEPEND}
sys-devel/libtool
 
 
+PATCHES=( ${FILESDIR}/${PN}-4.13.3-pyqt4-4.11.patch )
+
 pkg_setup() {
kde4-base_pkg_setup
 

diff --git a/kde-base/pykde4/pykde4-4..ebuild 
b/kde-base/pykde4/pykde4-4..ebuild
index be0f544..84ef4be 100644
--- a/kde-base/pykde4/pykde4-4..ebuild
+++ b/kde-base/pykde4/pykde4-4..ebuild
@@ -29,6 +29,8 @@ DEPEND=${RDEPEND}
sys-devel/libtool
 
 
+PATCHES=( ${FILESDIR}/${PN}-4.13.3-pyqt4-4.11.patch )
+
 pkg_setup() {
kde4-base_pkg_setup
 



[gentoo-commits] proj/kde:master commit in: kde-base/kstars/

2014-07-16 Thread Michael Palimaka
commit: 30fadf70c3ea414ef3de723228584be259cdf355
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 15:11:09 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 15:11:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30fadf70

[kde-base/kstars] Raise sci-libs/indilib dependency.

Package-Manager: portage-2.2.10

---
 kde-base/kstars/kstars-4.14.49..ebuild | 2 +-
 kde-base/kstars/kstars-4..ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/kstars/kstars-4.14.49..ebuild 
b/kde-base/kstars/kstars-4.14.49..ebuild
index 75709ae..b4c4d76 100644
--- a/kde-base/kstars/kstars-4.14.49..ebuild
+++ b/kde-base/kstars/kstars-4.14.49..ebuild
@@ -16,7 +16,7 @@ DEPEND=
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)
fits? ( =sci-libs/cfitsio-0.390 )
-   indi? ( =sci-libs/indilib-0.9.1 )
+   indi? ( =sci-libs/indilib-0.9.8 )
 
 RDEPEND=${DEPEND}
 

diff --git a/kde-base/kstars/kstars-4..ebuild 
b/kde-base/kstars/kstars-4..ebuild
index 75709ae..b4c4d76 100644
--- a/kde-base/kstars/kstars-4..ebuild
+++ b/kde-base/kstars/kstars-4..ebuild
@@ -16,7 +16,7 @@ DEPEND=
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)
fits? ( =sci-libs/cfitsio-0.390 )
-   indi? ( =sci-libs/indilib-0.9.1 )
+   indi? ( =sci-libs/indilib-0.9.8 )
 
 RDEPEND=${DEPEND}
 



[gentoo-commits] proj/kde:master commit in: kde-base/kstars/

2014-07-16 Thread Michael Palimaka
commit: 912ef6426c8248ead1c164a813a26a1a4b8434f5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 15:16:16 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 15:16:16 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=912ef642

[kde-base/kstars] Enforce REQUIRED_USE to avoid build failure.

Package-Manager: portage-2.2.10

---
 kde-base/kstars/kstars-4.13.3.ebuild   | 2 ++
 kde-base/kstars/kstars-4.13.49..ebuild | 2 ++
 kde-base/kstars/kstars-4.14.49..ebuild | 2 ++
 kde-base/kstars/kstars-4..ebuild   | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/kde-base/kstars/kstars-4.13.3.ebuild 
b/kde-base/kstars/kstars-4.13.3.ebuild
index e1a0103..fc73c66 100644
--- a/kde-base/kstars/kstars-4.13.3.ebuild
+++ b/kde-base/kstars/kstars-4.13.3.ebuild
@@ -12,6 +12,8 @@ HOMEPAGE=http://www.kde.org/applications/education/kstars 
http://edu.kde.org/ks
 KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=debug fits indi
 
+REQUIRED_USE=indi? ( fits )
+
 DEPEND=
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)

diff --git a/kde-base/kstars/kstars-4.13.49..ebuild 
b/kde-base/kstars/kstars-4.13.49..ebuild
index 75709ae..892b27e 100644
--- a/kde-base/kstars/kstars-4.13.49..ebuild
+++ b/kde-base/kstars/kstars-4.13.49..ebuild
@@ -12,6 +12,8 @@ HOMEPAGE=http://www.kde.org/applications/education/kstars 
http://edu.kde.org/ks
 KEYWORDS=
 IUSE=debug fits indi
 
+REQUIRED_USE=indi? ( fits )
+
 DEPEND=
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)

diff --git a/kde-base/kstars/kstars-4.14.49..ebuild 
b/kde-base/kstars/kstars-4.14.49..ebuild
index b4c4d76..f575d8d 100644
--- a/kde-base/kstars/kstars-4.14.49..ebuild
+++ b/kde-base/kstars/kstars-4.14.49..ebuild
@@ -12,6 +12,8 @@ HOMEPAGE=http://www.kde.org/applications/education/kstars 
http://edu.kde.org/ks
 KEYWORDS=
 IUSE=debug fits indi
 
+REQUIRED_USE=indi? ( fits )
+
 DEPEND=
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)

diff --git a/kde-base/kstars/kstars-4..ebuild 
b/kde-base/kstars/kstars-4..ebuild
index b4c4d76..f575d8d 100644
--- a/kde-base/kstars/kstars-4..ebuild
+++ b/kde-base/kstars/kstars-4..ebuild
@@ -12,6 +12,8 @@ HOMEPAGE=http://www.kde.org/applications/education/kstars 
http://edu.kde.org/ks
 KEYWORDS=
 IUSE=debug fits indi
 
+REQUIRED_USE=indi? ( fits )
+
 DEPEND=
dev-cpp/eigen:3
$(add_kdebase_dep libkdeedu)



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-16 Thread Michael Palimaka
commit: 4a18f7aaa5f167d114d848c3a82621761f721ac7
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 17:37:53 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 17:37:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4a18f7aa

[eclass] Sync with portage.

---
 eclass/kde4-base.eclass  | 10 ++
 eclass/kde4-functions.eclass |  4 ++--
 eclass/kde4-meta-pkg.eclass  |  4 ++--
 eclass/kde4-meta.eclass  | 14 +++---
 4 files changed, 13 insertions(+), 19 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index f08b307..8bb4016 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -13,8 +13,8 @@
 # NOTE: KDE 4 ebuilds currently support EAPIs 4 and 5.  This will be
 # reviewed over time as new EAPI versions are approved.
 
-if [[ ${___ECLASS_ONCE_KDE4_BASE} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_KDE4_BASE=recur -_+^+_- spank
+if [[ -z ${_KDE4_BASE_ECLASS} ]]; then
+_KDE4_BASE_ECLASS=1
 
 # @ECLASS-VARIABLE: KDE_SELINUX_MODULE
 # @DESCRIPTION:
@@ -439,12 +439,6 @@ _calculate_src_uri() {
4.[1-7].[12345])
# Stable KDE SC with old .bz2 support

SRC_URI=mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2 ;;
-   4.11.7)
-   # Part of 4.12 actually, sigh. Not 
stable for next release!
-   
SRC_URI=mirror://kde/stable/4.12.3/src/${_kmname_pv}.tar.xz ;;
-   4.11.8)
-   # Part of 4.12 actually, sigh. Not 
stable for next release!
-   
SRC_URI=mirror://kde/stable/4.12.4/src/${_kmname_pv}.tar.xz ;;
4.11.9)
# Part of 4.12 actually, sigh. Not 
stable for next release!

SRC_URI=mirror://kde/stable/4.12.5/src/${_kmname_pv}.tar.xz ;;

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index c12df73..0a72e59 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -12,8 +12,8 @@ inherit versionator
 # This eclass contains all functions shared by the different eclasses,
 # for KDE 4 ebuilds.
 
-if [[ ${___ECLASS_ONCE_KDE4_FUNCTIONS} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_KDE4_FUNCTIONS=recur -_+^+_- spank
+if [[ -z ${_KDE4_FUNCTIONS_ECLASS} ]]; then
+_KDE4_FUNCTIONS_ECLASS=1
 
 # @ECLASS-VARIABLE: EAPI
 # @DESCRIPTION:

diff --git a/eclass/kde4-meta-pkg.eclass b/eclass/kde4-meta-pkg.eclass
index 73ff30a..535c36c 100644
--- a/eclass/kde4-meta-pkg.eclass
+++ b/eclass/kde4-meta-pkg.eclass
@@ -9,8 +9,8 @@
 # @DESCRIPTION:
 # This eclass should only be used for defining meta packages for KDE4.
 
-if [[ ${___ECLASS_ONCE_KDE4_META_PKG} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_KDE4_META_PKG=recur -_+^+_- spank
+if [[ -z ${_KDE4_META_PKG_ECLASS} ]]; then
+_KDE4_META_PKG_ECLASS=1
 
 inherit kde4-functions
 

diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index cb3fc6f..1848977 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -12,8 +12,8 @@
 # You must define KMNAME to use this eclass, and do so before inheriting it. 
All other variables are optional.
 # Do not include the same item in more than one of KMMODULE, KMMEXTRA, 
KMCOMPILEONLY, KMEXTRACTONLY.
 
-if [[ ${___ECLASS_ONCE_KDE4_META} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_KDE4_META=recur -_+^+_- spank
+if [[ -z ${_KDE4_META_ECLASS} ]]; then
+_KDE4_META_ECLASS=1
 
 [[ -z ${KMNAME} ]]  die kde4-meta.eclass inherited but KMNAME not defined - 
broken ebuild
 
@@ -167,7 +167,7 @@ kde4-meta_src_extract() {
|| die ${escm}: can't export 
cmake files to '${S}'.
fi
# Copy all subdirectories
-   for subdir in $(__list_needed_subdirectories); 
do
+   for subdir in $(_list_needed_subdirectories); do
targetdir=
if [[ $subdir = doc/*  ! -e 
$wc_path/$subdir ]]; then
continue
@@ -196,7 +196,7 @@ kde4-meta_src_extract() {
tarfile=${DISTDIR}/${tarball}
 
# Detect real toplevel dir from tarball name - it will be used 
upon extraction
-   # and in __list_needed_subdirectories
+   # and in _list_needed_subdirectories
topdir=${tarball%.tar.*}/
 
ebegin Unpacking parts of ${tarball} to ${WORKDIR}
@@ -207,7 +207,7 @@ kde4-meta_src_extract() {
do
extractlist+= ${topdir}${f

[gentoo-commits] proj/qt:master commit in: eclass/

2014-07-16 Thread Michael Palimaka
commit: 48f6e4a0f077245d12a9ea78b6062fcb1d371f24
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 17:42:48 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 17:43:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=48f6e4a0

[eclass] Remove CVS header.

---
 eclass/qmake-utils.eclass | 2 +-
 eclass/qt4-build.eclass   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index 4457675..b91e3e0 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -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/eclass/qmake-utils.eclass,v 1.2 2014/07/11 
08:21:58 ulm Exp $
+# $Header: $
 
 # @ECLASS: qmake-utils.eclass
 # @MAINTAINER:

diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index c85653f..a2a0126 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -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/eclass/qt4-build.eclass,v 1.152 2013/10/14 
17:29:55 pesa Exp $
+# $Header: $
 
 # @ECLASS: qt4-build.eclass
 # @MAINTAINER:



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-16 Thread Michael Palimaka
commit: f2325564c3bc91a16993aa4b780fe1f5b8bd10c3
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 16 17:41:27 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 16 17:41:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f2325564

[eclass] Avoid reserved names wrt bug #516092.

---
 eclass/cmake-utils.eclass| 4 ++--
 eclass/kde5-functions.eclass | 4 ++--
 eclass/kde5.eclass   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 1b3283c..1803129 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -17,8 +17,8 @@
 # builds (default), in-source builds and an implementation of the well-known 
use_enable
 # and use_with functions for CMake.
 
-if [[ ${___ECLASS_ONCE_CMAKE_UTILS} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_CMAKE_UTILS=recur -_+^+_- spank
+if [[ -z ${_CMAKE_UTILS_ECLASS} ]]; then
+_CMAKE_UTILS_ECLASS=1
 
 
 # @ECLASS-VARIABLE: BUILD_DIR

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 6f365f1..94aec5a 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -12,8 +12,8 @@ inherit versionator
 # This eclass contains all functions shared by the different eclasses,
 # for KDE 5 ebuilds.
 
-if [[ ${___ECLASS_ONCE_KDE5_FUNCTIONS} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_KDE5_FUNCTIONS=recur -_+^+_- spank
+if [[ -z ${_KDE5_FUNCTIONS_ECLASS} ]]; then
+_KDE5_FUNCTIONS_ECLASS=1
 
 # @ECLASS-VARIABLE: EAPI
 # @DESCRIPTION:

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 30c5702..ef6be2d 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -9,8 +9,8 @@
 # @DESCRIPTION:
 # The kde5.eclass provides support for building KDE 5-related packages.
 
-if [[ ${___ECLASS_ONCE_KDE5} != recur -_+^+_- spank ]] ; then
-___ECLASS_ONCE_KDE5=recur -_+^+_- spank
+if [[ -z ${_KDE5_ECLASS} ]]; then
+_KDE5_ECLASS=1
 
 CMAKE_MIN_VERSION=2.8.12
 



[gentoo-commits] proj/kde:master commit in: kde-base/pykde4/

2014-07-17 Thread Michael Palimaka
commit: b17a021ddc9195c01bd6dbf5465c1e7438aff7e5
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 10:55:05 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 10:55:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b17a021d

[kde-base/pykde4] Raise dev-python/sip and dev-python/PyQt4 dependencies.

The patch added in 4b651f68d3915fd1bc560c51274fdd30c63e6204 to solve bug #517278
is not backwards compatible, so this avoids another build failure if an older
version is installed.

This change can be reviewed if a backwards-compatible version of the patch is
integrated upstream.

Package-Manager: portage-2.2.10

---
 kde-base/pykde4/pykde4-4.14.49..ebuild | 4 ++--
 kde-base/pykde4/pykde4-4..ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-base/pykde4/pykde4-4.14.49..ebuild 
b/kde-base/pykde4/pykde4-4.14.49..ebuild
index 84ef4be..b5e967b 100644
--- a/kde-base/pykde4/pykde4-4.14.49..ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49..ebuild
@@ -18,8 +18,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} test? ( nepomuk )
 
 RDEPEND=
${PYTHON_DEPS}
-   
=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
-   =dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+   
=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+   =dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
nepomuk? ( =dev-libs/soprano-2.9.0 )

diff --git a/kde-base/pykde4/pykde4-4..ebuild 
b/kde-base/pykde4/pykde4-4..ebuild
index 84ef4be..b5e967b 100644
--- a/kde-base/pykde4/pykde4-4..ebuild
+++ b/kde-base/pykde4/pykde4-4..ebuild
@@ -18,8 +18,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} test? ( nepomuk )
 
 RDEPEND=
${PYTHON_DEPS}
-   
=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
-   =dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+   
=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+   =dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
nepomuk? ( =dev-libs/soprano-2.9.0 )



[gentoo-commits] proj/kde:master commit in: kde-misc/about-distro/

2014-07-17 Thread Michael Palimaka
commit: 9657fcd1fb9591f0189f8cdd4ca1d599fe2d503d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 11:27:48 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 11:27:48 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9657fcd1

[kde-misc/about-distro] Add KF5 version.

Package-Manager: portage-2.2.10

---
 ...stro-.ebuild = about-distro-4..ebuild} |  0
 kde-misc/about-distro/about-distro-.ebuild | 22 +-
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/kde-misc/about-distro/about-distro-.ebuild 
b/kde-misc/about-distro/about-distro-4..ebuild
similarity index 100%
copy from kde-misc/about-distro/about-distro-.ebuild
copy to kde-misc/about-distro/about-distro-4..ebuild

diff --git a/kde-misc/about-distro/about-distro-.ebuild 
b/kde-misc/about-distro/about-distro-.ebuild
index fdcbb49..1c923a7 100644
--- a/kde-misc/about-distro/about-distro-.ebuild
+++ b/kde-misc/about-distro/about-distro-.ebuild
@@ -4,9 +4,8 @@
 
 EAPI=5
 
-KDE_LINGUAS=bs cs da de el es fi fr gl hu lt nl pl pt pt_BR ro ru sk sl sv tr
-ug uk
-inherit kde4-base
+EGIT_BRANCH=frameworks
+inherit kde5
 
 DESCRIPTION=KCM displaying distribution and system information
 HOMEPAGE=https://projects.kde.org/projects/playground/base/about-distro;
@@ -21,17 +20,22 @@ else
 fi
 
 LICENSE=GPL-3
-SLOT=4
-IUSE=debug
 
-RDEPEND=${DEPEND}
-   sys-apps/lsb-release
+DEPEND=
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep solid)
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
 
+RDEPEND=${DEPEND}
 
 src_install() {
-   kde4-base_src_install
+   kde5_src_install
 
-   insinto /usr/share/config
+   insinto /etc/xdg
doins ${FILESDIR}/kcm-about-distrorc
 
insinto /usr/share/${PN}



[gentoo-commits] proj/kde:master commit in: kde-base/pykde4/

2014-07-17 Thread Michael Palimaka
commit: ab2afee00214d94f3daec65425e5f62ef8deeda3
Author: Arfrever Frehtes Taifersar Arahesis arfrever.fta AT gmail DOT 
com
AuthorDate: Thu Jul 17 11:42:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 11:42:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ab2afee0

[kde-base/pykde4] Remove obsolete USE default dependency.

---
 kde-base/pykde4/pykde4-4.14.49..ebuild | 2 +-
 kde-base/pykde4/pykde4-4..ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/pykde4/pykde4-4.14.49..ebuild 
b/kde-base/pykde4/pykde4-4.14.49..ebuild
index b5e967b..1e86105 100644
--- a/kde-base/pykde4/pykde4-4.14.49..ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49..ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} test? ( nepomuk )
 
 RDEPEND=
${PYTHON_DEPS}
-   
=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+   
=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script,sql,svg,webkit,X]
=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )

diff --git a/kde-base/pykde4/pykde4-4..ebuild 
b/kde-base/pykde4/pykde4-4..ebuild
index b5e967b..1e86105 100644
--- a/kde-base/pykde4/pykde4-4..ebuild
+++ b/kde-base/pykde4/pykde4-4..ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} test? ( nepomuk )
 
 RDEPEND=
${PYTHON_DEPS}
-   
=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+   
=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script,sql,svg,webkit,X]
=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )



[gentoo-commits] proj/kde:master commit in: eclass/

2014-07-17 Thread Michael Palimaka
commit: 8b044a866ca48bcfc3a6cd673a9f866c50e5e9d9
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 12:59:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 12:59:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8b044a86

[eclass] Add logic to handle missing handbooks when the default is en_US 
instead of the usual en.

---
 eclass/kde4-functions.eclass | 8 
 1 file changed, 8 insertions(+)

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 0a72e59..a5af8bd 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -216,6 +216,14 @@ enable_selected_doc_linguas() {
 
# Disable subdirectories recursively
comment_all_add_subdirectory ${handbookdir}
+
+   # In certain packages, the default handbook is en_US 
instead of the usual en. Since there is no en_US 'translation',
+   # it makes no sense to add to KDE_LINGUAS which causes 
this type of handbook to not be installed.
+   if [[ -d ${handbookdir}/en_US  ! -d 
${handbookdir}/en ]]; then
+   mv ${handbookdir}/en_US ${handbookdir}/en 
|| die
+   sed -e s/en_US/en/ -i 
${handbookdir}/CMakeLists.txt
+   fi
+
# Add requested translations
local lingua
for lingua in en ${KDE_LINGUAS}; do



[gentoo-commits] proj/kde:master commit in: app-office/skrooge/

2014-07-17 Thread Michael Palimaka
commit: 565fe75bc658dd38fd0ebf31927a5f0f66508182
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 13:03:30 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 13:03:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=565fe75b

[app-office/skrooge] Remove workaround now handled in the eclass.

See 8b044a866ca48bcfc3a6cd673a9f866c50e5e9d9.

Package-Manager: portage-2.2.10

---
 app-office/skrooge/skrooge-.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/app-office/skrooge/skrooge-.ebuild 
b/app-office/skrooge/skrooge-.ebuild
index 9065bbf..456d801 100644
--- a/app-office/skrooge/skrooge-.ebuild
+++ b/app-office/skrooge/skrooge-.ebuild
@@ -37,18 +37,6 @@ fi
 
 DOCS=( AUTHORS CHANGELOG README TODO )
 
-src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   # KDE_LINGUAS is also used to install appropriate handbooks
-   # since there is no en_US 'translation', it cannot be added
-   # hence making this impossible to install
-   mv doc/en_US doc/en || die doc move failed
-   sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die sed failed
-   fi
-
-   kde4-base_src_prepare
-}
-
 src_test() {
local mycmakeargs=(
-DSKG_BUILD_TEST=ON



[gentoo-commits] proj/kde:master commit in: media-sound/amarok/

2014-07-17 Thread Michael Palimaka
commit: 4ed3b0885b00775ba2a8a27752fd368f331642a3
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 13:04:37 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 13:04:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4ed3b088

[media-sound/amarok] Remove workaround now handled in the eclass.

See 8b044a866ca48bcfc3a6cd673a9f866c50e5e9d9.

Package-Manager: portage-2.2.10

---
 media-sound/amarok/amarok-.ebuild | 9 -
 1 file changed, 9 deletions(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index 91106ad..156db7b 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -77,15 +77,6 @@ RDEPEND=${COMMONDEPEND}
$(add_kdebase_dep phonon-kde)
 
 
-src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   mv doc/en_US doc/en || die
-   sed -e s/en_US/en/ -i doc/CMakeLists.txt || die
-   fi
-
-   kde4-base_src_prepare
-}
-
 src_configure() {
# Append minimal-toc cflag for ppc64, see bug 280552 and 292707
use ppc64  append-flags -mminimal-toc



[gentoo-commits] proj/kde:master commit in: kde-misc/kde-gtk-config/

2014-07-17 Thread Michael Palimaka
commit: 29fef121dbff22aaffdb2878137190ff815a34cd
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 13:48:26 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 13:49:33 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=29fef121

[kde-misc/kde-gtk-config] Add KF5 live ebuild wrt bug #517050.

Package-Manager: portage-2.2.10

---
 kde-misc/kde-gtk-config/kde-gtk-config-.ebuild | 39 ++
 kde-misc/kde-gtk-config/metadata.xml   |  5 +++
 2 files changed, 44 insertions(+)

diff --git a/kde-misc/kde-gtk-config/kde-gtk-config-.ebuild 
b/kde-misc/kde-gtk-config/kde-gtk-config-.ebuild
new file mode 100644
index 000..5303f38
--- /dev/null
+++ b/kde-misc/kde-gtk-config/kde-gtk-config-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH=frameworks
+inherit kde5
+
+DESCRIPTION=KDE systemsettings kcm to set GTK application lookfeel
+HOMEPAGE=http://projects.kde.org/kde-gtk-config;
+LICENSE=GPL-3
+
+RDEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kwidgetsaddons)
+   dev-libs/glib:2
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   x11-libs/gtk+:2
+   x11-libs/gtk+:3
+
+DEPEND=${RDEPEND}
+
+pkg_postinst() {
+   kde5_pkg_postinst
+   einfo
+   elog If you notice missing icons in your GTK applications, you may 
have to install
+   elog the corresponding themes for GTK. A good guess would be 
x11-themes/oxygen-gtk
+   elog for example.
+   einfo
+}

diff --git a/kde-misc/kde-gtk-config/metadata.xml 
b/kde-misc/kde-gtk-config/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-misc/kde-gtk-config/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdkde/herd
+/pkgmetadata



[gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/

2014-07-17 Thread Michael Palimaka
commit: 11fefa642783275f3042bb389224d073b1bc966c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Jul 17 14:53:18 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Jul 17 14:53:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=11fefa64

[media-video/plasma-mediacenter] Restrict tests wrt bug #516686.

Package-Manager: portage-2.2.10

---
 media-video/plasma-mediacenter/plasma-mediacenter-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild 
b/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild
index c0052bf..af93fc0 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-.ebuild
@@ -22,6 +22,9 @@ SLOT=0
 KEYWORDS=
 IUSE=debug
 
+# bug 516686
+RESTRICT=test
+
 DEPEND=
$(add_kdebase_dep nepomuk-core)
dev-qt/qt-mobility[multimedia,qml]



[gentoo-commits] proj/kde:master commit in: net-libs/libmm-qt/

2014-07-19 Thread Michael Palimaka
commit: ffa24e665449d73e4826bb4e3eb0633e792c7b7d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Jul 19 15:57:35 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Jul 19 15:57:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ffa24e66

[net-libs/libmm-qt] Version bump.

Package-Manager: portage-2.2.10

---
 net-libs/libmm-qt/{libmm-qt-.ebuild = libmm-qt-5.0.91.ebuild} | 2 +-
 net-libs/libmm-qt/libmm-qt-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libmm-qt/libmm-qt-.ebuild 
b/net-libs/libmm-qt/libmm-qt-5.0.91.ebuild
similarity index 89%
copy from net-libs/libmm-qt/libmm-qt-.ebuild
copy to net-libs/libmm-qt/libmm-qt-5.0.91.ebuild
index 1ef6764..c373ee7 100644
--- a/net-libs/libmm-qt/libmm-qt-.ebuild
+++ b/net-libs/libmm-qt/libmm-qt-5.0.91.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS=~amd64 ~x86
-   SRC_URI=mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz
+   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
 else
KEYWORDS=
 fi

diff --git a/net-libs/libmm-qt/libmm-qt-.ebuild 
b/net-libs/libmm-qt/libmm-qt-.ebuild
index 1ef6764..c373ee7 100644
--- a/net-libs/libmm-qt/libmm-qt-.ebuild
+++ b/net-libs/libmm-qt/libmm-qt-.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS=~amd64 ~x86
-   SRC_URI=mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz
+   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
 else
KEYWORDS=
 fi



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-07-19 Thread Michael Palimaka
commit: 5542119111793a63ffed0bf47e8fbaec684dfc99
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Jul 19 15:57:19 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Jul 19 15:57:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=55421191

[profiles/package.mask] Mask more stuff released with Plasma 5.

---
 profiles/package.mask/plasma-5.0.0 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/package.mask/plasma-5.0.0 
b/profiles/package.mask/plasma-5.0.0
index 698f0be..00915d3 100644
--- a/profiles/package.mask/plasma-5.0.0
+++ b/profiles/package.mask/plasma-5.0.0
@@ -16,7 +16,10 @@
 ~kde-base/milou-5.0.0
 ~kde-base/oxygen-5.0.0
 ~kde-base/plasma-desktop-5.0.0
+~kde-base/plasma-nm-5.0.0
 ~kde-base/plasma-workspace-5.0.0
 ~kde-base/powerdevil-5.0.0
 ~kde-base/systemsettings-5.0.0
+~net-libs/libmm-qt-5.0.91
+~net-libs/libnm-qt-5.0.91
 ~x11-libs/libkscreen-5.0.91



[gentoo-commits] proj/kde:master commit in: net-libs/libnm-qt/

2014-07-19 Thread Michael Palimaka
commit: 402ec63956815912d17bc08721f8adcb196af100
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Jul 19 17:36:04 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Jul 19 17:36:04 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=402ec639

[dev-libs/libnm-qt] Version bump.

Package-Manager: portage-2.2.10

---
 net-libs/libnm-qt/{libnm-qt-.ebuild = libnm-qt-5.0.91.ebuild} | 2 +-
 net-libs/libnm-qt/libnm-qt-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnm-qt/libnm-qt-.ebuild 
b/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
similarity index 90%
copy from net-libs/libnm-qt/libnm-qt-.ebuild
copy to net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
index ade5ec0..c34d49c 100644
--- a/net-libs/libnm-qt/libnm-qt-.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS=~amd64 ~x86
-   SRC_URI=mirror://kde/unstable/networkmanager-qt/${PV}/src/${P}.tar.xz
+   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
 else
KEYWORDS=
 fi

diff --git a/net-libs/libnm-qt/libnm-qt-.ebuild 
b/net-libs/libnm-qt/libnm-qt-.ebuild
index ade5ec0..c34d49c 100644
--- a/net-libs/libnm-qt/libnm-qt-.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS=~amd64 ~x86
-   SRC_URI=mirror://kde/unstable/networkmanager-qt/${PV}/src/${P}.tar.xz
+   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
 else
KEYWORDS=
 fi



[gentoo-commits] proj/kde:master commit in: net-libs/libnm-qt/

2014-07-19 Thread Michael Palimaka
commit: e98a45b3c1d91d5115bd860b6eb293ca591d8aae
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Jul 19 17:39:18 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Jul 19 17:39:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e98a45b3

[net-libs/libnm-qt] Don't bother about setting BUILD_EXAMPLES.

It defaults to off, and we punt it automagically through the eclass anyway.

Package-Manager: portage-2.2.10

---
 net-libs/libnm-qt/libnm-qt-5.0.91.ebuild | 6 --
 net-libs/libnm-qt/libnm-qt-.ebuild   | 6 --
 2 files changed, 12 deletions(-)

diff --git a/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild 
b/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
index c34d49c..ac8aad6 100644
--- a/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
@@ -31,9 +31,3 @@ RDEPEND=
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_EXAMPLES=FALSE )
-
-   kde5_src_configure
-}

diff --git a/net-libs/libnm-qt/libnm-qt-.ebuild 
b/net-libs/libnm-qt/libnm-qt-.ebuild
index c34d49c..ac8aad6 100644
--- a/net-libs/libnm-qt/libnm-qt-.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-.ebuild
@@ -31,9 +31,3 @@ RDEPEND=
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_EXAMPLES=FALSE )
-
-   kde5_src_configure
-}



[gentoo-commits] proj/kde:master commit in: net-libs/libnm-qt/

2014-07-19 Thread Michael Palimaka
commit: fc6e0bd75da13de082702e2f81bba76542173d0e
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sat Jul 19 17:44:15 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sat Jul 19 17:44:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fc6e0bd7

[net-libs/libnm-qt] Don't set KDE_DOXYGEN.

It doesn't do anything useful.

Package-Manager: portage-2.2.10

---
 net-libs/libnm-qt/libnm-qt-5.0.91.ebuild | 1 -
 net-libs/libnm-qt/libnm-qt-.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild 
b/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
index ac8aad6..3412fdd 100644
--- a/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-5.0.91.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_TEST=true
-KDE_DOXYGEN=true
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then

diff --git a/net-libs/libnm-qt/libnm-qt-.ebuild 
b/net-libs/libnm-qt/libnm-qt-.ebuild
index ac8aad6..3412fdd 100644
--- a/net-libs/libnm-qt/libnm-qt-.ebuild
+++ b/net-libs/libnm-qt/libnm-qt-.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_TEST=true
-KDE_DOXYGEN=true
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-nm/, kde-misc/plasma-nm/

2014-07-21 Thread Michael Palimaka
commit: c7b7d363417a1c7e334d4c5ca8d21586b853d17f
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 17:53:51 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 17:53:51 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c7b7d363

[kde-base/plasma-nm] Move package to correct category.

---
 {kde-misc = kde-base}/plasma-nm/metadata.xml   | 0
 {kde-misc = kde-base}/plasma-nm/plasma-nm-5.0.0.ebuild | 0
 {kde-misc = kde-base}/plasma-nm/plasma-nm-.ebuild  | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-misc/plasma-nm/metadata.xml b/kde-base/plasma-nm/metadata.xml
similarity index 100%
rename from kde-misc/plasma-nm/metadata.xml
rename to kde-base/plasma-nm/metadata.xml

diff --git a/kde-misc/plasma-nm/plasma-nm-5.0.0.ebuild 
b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
similarity index 100%
rename from kde-misc/plasma-nm/plasma-nm-5.0.0.ebuild
rename to kde-base/plasma-nm/plasma-nm-5.0.0.ebuild

diff --git a/kde-misc/plasma-nm/plasma-nm-.ebuild 
b/kde-base/plasma-nm/plasma-nm-.ebuild
similarity index 100%
rename from kde-misc/plasma-nm/plasma-nm-.ebuild
rename to kde-base/plasma-nm/plasma-nm-.ebuild



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2014-07-21 Thread Michael Palimaka
commit: 2621d60c9413a71c158c91f179eb7356877d2ccf
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 17:55:34 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 17:55:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2621d60c

[profiles/package.mask] Remove obsolete entry.

---
 profiles/package.mask/plasma-5.0.0 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/package.mask/plasma-5.0.0 
b/profiles/package.mask/plasma-5.0.0
index 27c59db..00915d3 100644
--- a/profiles/package.mask/plasma-5.0.0
+++ b/profiles/package.mask/plasma-5.0.0
@@ -20,7 +20,6 @@
 ~kde-base/plasma-workspace-5.0.0
 ~kde-base/powerdevil-5.0.0
 ~kde-base/systemsettings-5.0.0
-~kde-misc/plasma-nm-5.0.0
 ~net-libs/libmm-qt-5.0.91
 ~net-libs/libnm-qt-5.0.91
 ~x11-libs/libkscreen-5.0.91



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-nm/

2014-07-21 Thread Michael Palimaka
commit: cd5389ca240ce46cf5c9fe1a3cd651452f94761b
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 18:00:19 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 18:00:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cd5389ca

[kde-base/plasma-nm] Cleanup.

- KDE_LINGUAS doesn't do anything
- debug USE flag is handled by the eclass
- Update HOMEPAGE

Package-Manager: portage-2.2.10

---
 kde-base/plasma-nm/plasma-nm-5.0.0.ebuild | 7 ++-
 kde-base/plasma-nm/plasma-nm-.ebuild  | 9 +++--
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild 
b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
index 0efd30a..30a2dd3 100644
--- a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
+++ b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
@@ -4,9 +4,6 @@
 
 EAPI=5
 
-KDE_LINGUAS=ar bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl hr
-hu is it ja km lt lv mai mr ms nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
-sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
@@ -17,10 +14,10 @@ else
 fi
 
 DESCRIPTION=KDE Plasma applet for NetworkManager
-HOMEPAGE=https://projects.kde.org/projects/playground/network/plasma-nm;
+HOMEPAGE=https://projects.kde.org/projects/kde/workspace/plasma-nm;
 
 LICENSE=GPL-2 LGPL-2.1
-IUSE=debug modemmanager openconnect
+IUSE=modemmanager openconnect
 
 DEPEND=
$(add_frameworks_dep kcompletion)

diff --git a/kde-base/plasma-nm/plasma-nm-.ebuild 
b/kde-base/plasma-nm/plasma-nm-.ebuild
index 1c3e067..30a2dd3 100644
--- a/kde-base/plasma-nm/plasma-nm-.ebuild
+++ b/kde-base/plasma-nm/plasma-nm-.ebuild
@@ -4,23 +4,20 @@
 
 EAPI=5
 
-KDE_LINGUAS=ar bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl hr
-hu is it ja km lt lv mai mr ms nb nds nl nn pa pl pt pt_BR ro ru sk sl sr
-sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS=~amd64
-   SRC_URI=mirror://kde/unstable/${PN}/${P}.tar.xz
+   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
 else
KEYWORDS=
 fi
 
 DESCRIPTION=KDE Plasma applet for NetworkManager
-HOMEPAGE=https://projects.kde.org/projects/playground/network/plasma-nm;
+HOMEPAGE=https://projects.kde.org/projects/kde/workspace/plasma-nm;
 
 LICENSE=GPL-2 LGPL-2.1
-IUSE=debug modemmanager openconnect
+IUSE=modemmanager openconnect
 
 DEPEND=
$(add_frameworks_dep kcompletion)



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-desktop/

2014-07-21 Thread Michael Palimaka
commit: f5dd9f6436e9f67f9bd19fb914aad06e5529d078
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 18:52:01 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 18:52:01 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f5dd9f64

[kde-base/plasma-desktop] Fix dependency.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-desktop/plasma-desktop-5.0.0.ebuild | 2 +-
 kde-base/plasma-desktop/plasma-desktop-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/plasma-desktop/plasma-desktop-5.0.0.ebuild 
b/kde-base/plasma-desktop/plasma-desktop-5.0.0.ebuild
index 73e7b64..3b84991 100644
--- a/kde-base/plasma-desktop/plasma-desktop-5.0.0.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-5.0.0.ebuild
@@ -70,7 +70,7 @@ RDEPEND=
x11-libs/libXft
x11-libs/xcb-util-image
)
-   networkmanager? ( kde-misc/plasma-nm:5 )
+   networkmanager? ( $(add_kdebase_dep plasma-nm) )
pulseaudio? (
dev-libs/glib:2
media-libs/libcanberra

diff --git a/kde-base/plasma-desktop/plasma-desktop-.ebuild 
b/kde-base/plasma-desktop/plasma-desktop-.ebuild
index c477631..fd5671e 100644
--- a/kde-base/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-base/plasma-desktop/plasma-desktop-.ebuild
@@ -70,7 +70,7 @@ RDEPEND=
x11-libs/libXft
x11-libs/xcb-util-image
)
-   networkmanager? ( kde-misc/plasma-nm:5 )
+   networkmanager? ( $(add_kdebase_dep plasma-nm) )
pulseaudio? (
dev-libs/glib:2
media-libs/libcanberra



[gentoo-commits] proj/kde:master commit in: kde-base/milou/

2014-07-21 Thread Michael Palimaka
commit: 1eef66654a68e179c149002269feceb8cd6e618a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 19:36:08 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 19:36:08 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1eef6665

[kde-base/milou] frameworks branch was removed and merged to master upstream.

Package-Manager: portage-2.2.10

---
 kde-base/milou/milou-5.0.0.ebuild | 1 -
 kde-base/milou/milou-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-base/milou/milou-5.0.0.ebuild 
b/kde-base/milou/milou-5.0.0.ebuild
index 0b4b887..27a14ac 100644
--- a/kde-base/milou/milou-5.0.0.ebuild
+++ b/kde-base/milou/milou-5.0.0.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH=frameworks
 inherit kde5
 
 DESCRIPTION=Dedicated search application built on top of Baloo

diff --git a/kde-base/milou/milou-.ebuild b/kde-base/milou/milou-.ebuild
index 6e624b6..327458e 100644
--- a/kde-base/milou/milou-.ebuild
+++ b/kde-base/milou/milou-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-EGIT_BRANCH=frameworks
 inherit kde5
 
 DESCRIPTION=Dedicated search application built on top of Baloo



[gentoo-commits] proj/kde:master commit in: kde-misc/milou/

2014-07-21 Thread Michael Palimaka
commit: c5ca7ea11ed0bce80a613b9daffa4e3a4af65dcc
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 19:42:41 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 19:42:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5ca7ea1

[kde-misc/milou] Set EGIT_BRANCH since upstream changed master to be KF5 based.

Package-Manager: portage-2.2.10

---
 kde-misc/milou/milou-4..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-misc/milou/milou-4..ebuild 
b/kde-misc/milou/milou-4..ebuild
index 303c453..189262f 100644
--- a/kde-misc/milou/milou-4..ebuild
+++ b/kde-misc/milou/milou-4..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+EGIT_BRANCH=milou/0.1
 KDE_MINIMAL=4.13
 KDE_LINGUAS=bs ca cs da de el es fi fr hu ja ko lt nds nl pl pt pt_BR ro sk sv
 uk zh_CN zh_TW



[gentoo-commits] proj/kde:master commit in: kde-base/kwin/

2014-07-21 Thread Michael Palimaka
commit: 9c762d8361aa31fcde0f04d5f62e39a558e065a2
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul 21 20:13:31 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul 21 20:13:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c762d83

Revert [kde-base/kwin] Drop blocker on kde-base/kwin:4

Headers and dbus interface still collides.

This reverts commit 5c115aaede523930a2f3e90ede6e907e81e5999b.

---
 kde-base/kwin/kwin-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/kwin/kwin-.ebuild b/kde-base/kwin/kwin-.ebuild
index ae953c6..aed4c80 100644
--- a/kde-base/kwin/kwin-.ebuild
+++ b/kde-base/kwin/kwin-.ebuild
@@ -59,6 +59,7 @@ COMMON_DEPEND=
)
 
 RDEPEND=${COMMON_DEPEND}
+   !kde-base/kwin:4
!kde-base/systemsettings:4
 
 DEPEND=${COMMON_DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/

2014-07-22 Thread Michael Palimaka
commit: bbe5818b3fd14c933764c2fc67526e13eff3abc1
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 22 10:10:43 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 22 10:10:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bbe5818b

[kde-base/plasma-workspace] Sort deps.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild | 4 ++--
 kde-base/plasma-workspace/plasma-workspace-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild
index 1934178..a77601a 100644
--- a/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-5.0.0.ebuild
@@ -23,11 +23,11 @@ COMMON_DEPEND=
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdewebkit)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdesu)
+   $(add_frameworks_dep kdewebkit)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)

diff --git a/kde-base/plasma-workspace/plasma-workspace-.ebuild 
b/kde-base/plasma-workspace/plasma-workspace-.ebuild
index 3057166..0098cff 100644
--- a/kde-base/plasma-workspace/plasma-workspace-.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-.ebuild
@@ -23,11 +23,11 @@ COMMON_DEPEND=
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdewebkit)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kdesu)
+   $(add_frameworks_dep kdewebkit)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)



[gentoo-commits] proj/kde:master commit in: kde-base/plasma-nm/

2014-07-22 Thread Michael Palimaka
commit: 9126277ac611d28f117652e82d353802dca2026a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Tue Jul 22 10:20:19 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Tue Jul 22 10:20:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9126277a

[kde-base/plasma-nm] Behave more like other kde-base stuff.

Package-Manager: portage-2.2.10

---
 kde-base/plasma-nm/plasma-nm-5.0.0.ebuild | 10 +-
 kde-base/plasma-nm/plasma-nm-.ebuild  | 10 +-
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild 
b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
index 30a2dd3..43ebab2 100644
--- a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
+++ b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild
@@ -6,17 +6,9 @@ EAPI=5
 
 inherit kde5
 
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS=~amd64
-   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
-else
-   KEYWORDS=
-fi
-
 DESCRIPTION=KDE Plasma applet for NetworkManager
-HOMEPAGE=https://projects.kde.org/projects/kde/workspace/plasma-nm;
-
 LICENSE=GPL-2 LGPL-2.1
+KEYWORDS=~amd64
 IUSE=modemmanager openconnect
 
 DEPEND=

diff --git a/kde-base/plasma-nm/plasma-nm-.ebuild 
b/kde-base/plasma-nm/plasma-nm-.ebuild
index 30a2dd3..f307337 100644
--- a/kde-base/plasma-nm/plasma-nm-.ebuild
+++ b/kde-base/plasma-nm/plasma-nm-.ebuild
@@ -6,17 +6,9 @@ EAPI=5
 
 inherit kde5
 
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KEYWORDS=~amd64
-   SRC_URI=mirror://kde/stable/plasma/5.0.0/${P}.tar.xz
-else
-   KEYWORDS=
-fi
-
 DESCRIPTION=KDE Plasma applet for NetworkManager
-HOMEPAGE=https://projects.kde.org/projects/kde/workspace/plasma-nm;
-
 LICENSE=GPL-2 LGPL-2.1
+KEYWORDS=
 IUSE=modemmanager openconnect
 
 DEPEND=



<    2   3   4   5   6   7   8   9   10   11   >