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

2020-02-10 Thread Andreas Sturmlechner
commit: db5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  9 20:45:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 10 23:31:00 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=db5cf8b7

kde-frameworks/kio: Add missing xdg-utils

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>
(cherry picked from commit f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a)

 kde-frameworks/kio/kio-.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 636de954d9..5c2251234a 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-2)
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
+inherit ecm kde.org xdg-utils
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
@@ -82,3 +82,13 @@ src_configure() {
 
ecm_src_configure
 }
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   ecm_pkg_postrm
+   xdg_desktop_database_update
+}



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

2019-12-15 Thread Andreas Sturmlechner
commit: 412460b486aaa40d9e588fbac650aee817cf8ca5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 15 15:09:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 15 15:09:00 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=412460b4

kde-frameworks/kio: Add dev-qt/qtnetwork slot op

Upstream commit fe62e53838853e3ee1dbc2ad80ed34f0d814cd1b

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kio/kio-.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 5e8fc32b56..49d2948541 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -15,7 +15,16 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
+# drop qtnetwork subslot operator when QT_MINIMAL >= 5.15.0
 RDEPEND="
+   dev-libs/libxml2
+   dev-libs/libxslt
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5=[ssl]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kauth-${PVCUT}:5
>=kde-frameworks/karchive-${PVCUT}:5
>=kde-frameworks/kbookmarks-${PVCUT}:5
@@ -37,14 +46,6 @@ RDEPEND="
>=kde-frameworks/kwindowsystem-${PVCUT}:5
>=kde-frameworks/kxmlgui-${PVCUT}:5
>=kde-frameworks/solid-${PVCUT}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   dev-libs/libxml2
-   dev-libs/libxslt
acl? (
sys-apps/attr
virtual/acl



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

2019-09-11 Thread Andreas Sturmlechner
commit: 302fe791bba9b15a628e92faa24b16de147e62f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 10 19:40:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 10 19:40:37 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=302fe791

kde-frameworks/kio: Drop obsolete slot operator

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kio/kio-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 8e39de8e3f..362e1703ae 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -13,7 +13,6 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
-# drop qtnetwork subslot operator when QT_MINIMAL >= 5.12.0
 RDEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep karchive)
@@ -38,7 +37,7 @@ RDEPEND="
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork 'ssl' '' '5=')
+   $(add_qt_dep qtnetwork 'ssl')
$(add_qt_dep qtscript)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)



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

2019-09-11 Thread Andreas Sturmlechner
commit: 1b21528d5ef84a22cbc00188397be2a44fab405d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 10 19:41:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 10 19:42:19 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b21528d

kde-frameworks/kio: Update DEPEND

Upstream commits:
4ad1902278f0fe20db3e10db40e922f015943964
9e1220bf76adc48e4e42197a8a284d1b32ecd81a

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kio/kio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 362e1703ae..800d49d0ac 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -36,9 +36,9 @@ RDEPEND="
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork 'ssl')
-   $(add_qt_dep qtscript)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
dev-libs/libxml2



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

2018-12-02 Thread Andreas Sturmlechner
commit: 1279e9c330dafceda6bbaba13e06c353d4a00f19
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  2 08:44:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  2 08:44:27 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1279e9c3

kde-frameworks/kio: Add dev-qt/qtnetwork slot op

Upstream commit d48a506d83e1527171d580d548d86a613da1f46a

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kio/kio-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index f3c1563d16..6018df8207 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -12,6 +12,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
+# drop qtnetwork subslot operator when QT_MINIMAL >= 5.12.0
 RDEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep karchive)
@@ -36,7 +37,7 @@ RDEPEND="
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork 'ssl')
+   $(add_qt_dep qtnetwork 'ssl' '' '5=')
$(add_qt_dep qtscript)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)



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

2018-09-30 Thread Andreas Sturmlechner
commit: 486354fd2ec2b3aeaa1cb036702774d5b4b5f02c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 30 08:48:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 30 08:48:53 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=486354fd

kde-frameworks/kio: Add missing DEPEND

Upstream commit d428fc8e6447ede81f1e1911d0b66b39265672f3

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 kde-frameworks/kio/kio-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 144d29d298..f3c1563d16 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,6 +21,7 @@ RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kdesu/, kde-frameworks/kdelibs4support/, ...

2018-04-24 Thread Andreas Sturmlechner
commit: 2a91d596cd57fbcaadc0adbcc905dbb3587f7cff
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Apr 24 21:25:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 24 21:37:25 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a91d596

*/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

All non-obsolete x11-proto/ packages except x11-proto/xcb-proto were
merged into x11-base/xorg-proto.

 kde-apps/kmousetool/kmousetool-18.04.49..ebuild  | 2 +-
 kde-apps/kmousetool/kmousetool-.ebuild   | 2 +-
 kde-apps/kopete/kopete-18.04.49..ebuild  | 2 +-
 kde-apps/kopete/kopete-.ebuild   | 2 +-
 kde-frameworks/kcrash/kcrash-.ebuild | 2 +-
 kde-frameworks/kdelibs4support/kdelibs4support-.ebuild   | 2 +-
 kde-frameworks/kdesu/kdesu-.ebuild   | 2 +-
 kde-frameworks/kguiaddons/kguiaddons-.ebuild | 2 +-
 kde-frameworks/khtml/khtml-.ebuild   | 2 +-
 kde-frameworks/kinit/kinit-.ebuild   | 2 +-
 kde-frameworks/kio/kio-.ebuild   | 2 +-
 kde-frameworks/kjobwidgets/kjobwidgets-.ebuild   | 2 +-
 kde-frameworks/knotifications/knotifications-.ebuild | 2 +-
 kde-frameworks/kwindowsystem/kwindowsystem-.ebuild   | 2 +-
 kde-frameworks/plasma/plasma-.ebuild | 2 +-
 kde-misc/wacomtablet/wacomtablet-.ebuild | 2 +-
 kde-plasma/kgamma/kgamma-5.12.49..ebuild | 2 +-
 kde-plasma/kgamma/kgamma-.ebuild | 2 +-
 kde-plasma/khotkeys/khotkeys-5.12.49..ebuild | 2 +-
 kde-plasma/khotkeys/khotkeys-.ebuild | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-5.12.49..ebuild   | 2 +-
 kde-plasma/kscreenlocker/kscreenlocker-.ebuild   | 2 +-
 kde-plasma/kwin/kwin-5.12.49..ebuild | 2 +-
 kde-plasma/kwin/kwin-.ebuild | 2 +-
 kde-plasma/libksysguard/libksysguard-5.12.49..ebuild | 2 +-
 kde-plasma/libksysguard/libksysguard-.ebuild | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-5.12.49..ebuild | 2 +-
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 2 +-
 kde-plasma/plasma-workspace/plasma-workspace-5.12.49..ebuild | 2 +-
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild | 2 +-
 30 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/kde-apps/kmousetool/kmousetool-18.04.49..ebuild 
b/kde-apps/kmousetool/kmousetool-18.04.49..ebuild
index 5772adc65d..cd662e7a0e 100644
--- a/kde-apps/kmousetool/kmousetool-18.04.49..ebuild
+++ b/kde-apps/kmousetool/kmousetool-18.04.49..ebuild
@@ -26,9 +26,9 @@ COMMON_DEPEND="
x11-libs/libXtst
 "
 DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
x11-libs/libXext
x11-libs/libXt
-   x11-proto/xproto
 "
 RDEPEND="${COMMON_DEPEND}

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

2018-02-17 Thread Andreas Sturmlechner
commit: d6f9438755f792cbc748e5bca294e6a7c90e2e41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 13:21:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 13:22:20 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6f94387

kde-frameworks/kio: DEPEND on kde-frameworks/kauth

Upstream commit 17bf6df0d8ba7b4be050a73ac91e7c30da08b7ba
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-frameworks/kio/kio-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 51b1a40ea1..2608557ebc 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
 RDEPEND="
+   $(add_frameworks_dep kauth)
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)



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

2017-12-25 Thread Michael Palimaka
commit: 0e7d50740b1bf730177aa4b6c762a5d72ece08f8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Dec 25 09:20:23 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Dec 25 09:20:33 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e7d5074

kde-frameworks/kio: kdoctools is linked against now

Upstream-commit: a9a942be78ff4efe52a7b264aefdd707b9a8
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 kde-frameworks/kio/kio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 2eb7ab56e6..0e28c29620 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -44,13 +44,13 @@ RDEPEND="
sys-apps/attr
virtual/acl
)
+   handbook? ( $(add_frameworks_dep kdoctools) )
kerberos? ( virtual/krb5 )
kwallet? ( $(add_frameworks_dep kwallet) )
X? ( $(add_qt_dep qtx11extras) )
 "
 DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
-   handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
X? (
x11-libs/libX11



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

2017-08-20 Thread Andreas Sturmlechner
commit: 19e9b66409a07b3af8a7402dcf261e6ddc5c1a1c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 20 09:24:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 20 09:24:45 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=19e9b664

kde-frameworks/kio: Cleanup *DEPEND vars

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/kio/kio-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 0a37a2d153..2eb7ab56e6 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
-COMMON_DEPEND="
+RDEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -48,7 +48,7 @@ COMMON_DEPEND="
kwallet? ( $(add_frameworks_dep kwallet) )
X? ( $(add_qt_dep qtx11extras) )
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
@@ -61,7 +61,6 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
-RDEPEND="${COMMON_DEPEND}"
 
 # tests hang
 RESTRICT+=" test"



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

2017-08-19 Thread Andreas Sturmlechner
commit: 61ddc94540f7c220ee1b2d4f1dad1d2a549f960a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 08:56:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 08:56:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=61ddc945

kde-frameworks/kio: BUILD_TESTING=OFF fixed upstream

Upstream commit a4a31eb286dd891405ea02d21e1fb6e794ecbfd8

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/kio/kio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 683897a310..0a37a2d153 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional-recursive"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/files/, kde-frameworks/kio/

2017-08-08 Thread Andreas Sturmlechner
commit: 20caf700d502f20281c3d067f7c2fd8d3a143391
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  8 22:44:21 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  8 22:44:21 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=20caf700

kde-frameworks/kio: Switch KDE_TEST back to forceoptional

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-frameworks/kio/files/kio-5.37.0-tests.patch | 50 +
 kde-frameworks/kio/kio-5.37.0.ebuild|  9 +++--
 kde-frameworks/kio/kio-.ebuild  |  7 ++--
 3 files changed, 58 insertions(+), 8 deletions(-)

diff --git a/kde-frameworks/kio/files/kio-5.37.0-tests.patch 
b/kde-frameworks/kio/files/kio-5.37.0-tests.patch
new file mode 100644
index 00..4fdb08fc02
--- /dev/null
+++ b/kde-frameworks/kio/files/kio-5.37.0-tests.patch
@@ -0,0 +1,50 @@
+commit dec4afb4145b1c9ccfe3474e26a86716f597910d
+Author: Andreas Sturmlechner 
+Date:   Tue Aug 8 22:33:08 2017 +0200
+
+Use ecm_add_test and benefit from BUILD_TESTING awareness
+
+Reviewers: #frameworks, kfunk
+
+Reviewed By: kfunk
+
+Subscribers: kfunk
+
+Tags: #frameworks
+
+Differential Revision: https://phabricator.kde.org/D7213
+
+diff --git a/src/ioslaves/trash/tests/CMakeLists.txt 
b/src/ioslaves/trash/tests/CMakeLists.txt
+index 7adba49b..514fd79c 100644
+--- a/src/ioslaves/trash/tests/CMakeLists.txt
 b/src/ioslaves/trash/tests/CMakeLists.txt
+@@ -11,21 +11,16 @@ set(testtrash_SRCS
+ ${CMAKE_CURRENT_SOURCE_DIR}/../kiotrashdebug.cpp
+ )
+ 
+-add_executable(testtrash ${testtrash_SRCS})
+-ecm_mark_as_test(testtrash)
+-add_test(NAME testtrash COMMAND testtrash)
+-
+-target_link_libraries(testtrash
+-   KF5::I18n
+-   Qt5::DBus
+-   KF5::KIOCore
+-   KF5::Solid
+-   Qt5::Test
+-)
+ if(APPLE)
+-target_link_libraries(testtrash "-framework DiskArbitration -framework 
CoreFoundation")
++set(testtrash_APPLE_LIBS "-framework DiskArbitration -framework 
CoreFoundation")
+ endif(APPLE)
+-ecm_mark_nongui_executable(testtrash)
++
++include(ECMAddTests)
++
++ecm_add_test(${testtrash_SRCS}
++TEST_NAME testtrash
++LINK_LIBRARIES KF5::I18n Qt5::DBus KF5::KIOCore KF5::Solid Qt5::Test 
${testtrash_APPLE_LIBS}
++)
+ 
+ ### next target ###
+ 

diff --git a/kde-frameworks/kio/kio-5.37.0.ebuild 
b/kde-frameworks/kio/kio-5.37.0.ebuild
index 5bbe22d834..5f3130eaf9 100644
--- a/kde-frameworks/kio/kio-5.37.0.ebuild
+++ b/kde-frameworks/kio/kio-5.37.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional-recursive"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
@@ -12,7 +12,7 @@ LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="acl +handbook kerberos +kwallet X"
 
-COMMON_DEPEND="
+RDEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -48,7 +48,7 @@ COMMON_DEPEND="
kwallet? ( $(add_frameworks_dep kwallet) )
X? ( $(add_qt_dep qtx11extras) )
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
@@ -61,7 +61,8 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
-RDEPEND="${COMMON_DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-tests.patch" )
 
 # tests hang
 RESTRICT+=" test"

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 683897a310..2eb7ab56e6 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional-recursive"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
@@ -12,7 +12,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl +handbook kerberos +kwallet X"
 
-COMMON_DEPEND="
+RDEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -48,7 +48,7 @@ COMMON_DEPEND="
kwallet? ( $(add_frameworks_dep kwallet) )
X? ( $(add_qt_dep qtx11extras) )
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
@@ -61,7 +61,6 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
-RDEPEND="${COMMON_DEPEND}"
 
 # tests hang
 RESTRICT+=" test"



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

2017-01-04 Thread Andreas Sturmlechner
commit: 9b5caef797b7451724d8d97517236491cb995d30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 23:52:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 23:52:18 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b5caef7

kde-frameworks/kio: Set KDE_TEST to forceoptional-recursive

Necessary because of subdir tests:
src/ioslaves/trash/tests
src/kpasswdserver/autotests

Package-Manager: portage-2.3.0

 kde-frameworks/kio/kio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index e10f710..608da30 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional"
+KDE_TEST="forceoptional-recursive"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kcompletion/, kde-frameworks/kpackage/, ...

2016-12-04 Thread Johannes Huber
commit: 3db7507f8bf6ad87bf995a02e3df647c62b16601
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Dec  4 20:23:01 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Dec  4 20:23:01 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3db7507f

kde-frameworks: Version bump KDE Frameworks 5.29.0

Package-Manager: portage-2.3.2

 kde-frameworks/attica/attica-5.29.0.ebuild | 17 +
 kde-frameworks/baloo/baloo-5.29.0.ebuild   | 33 +
 kde-frameworks/bluez-qt/bluez-qt-5.29.0.ebuild | 30 
 .../breeze-icons-rcc-5.29.0.ebuild | 30 
 .../breeze-icons/breeze-icons-5.29.0.ebuild| 27 +++
 .../extra-cmake-modules-5.29.0.ebuild  | 59 +++
 .../frameworkintegration-5.29.0.ebuild | 44 +++
 .../kactivities-stats-5.29.0.ebuild| 22 ++
 .../kactivities/kactivities-5.29.0.ebuild  | 28 +++
 kde-frameworks/kapidox/kapidox-5.29.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.29.0.ebuild | 28 +++
 kde-frameworks/kauth/kauth-5.29.0.ebuild   | 34 +
 kde-frameworks/kbookmarks/kbookmarks-5.29.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.29.0.ebuild | 32 
 kde-frameworks/kcodecs/kcodecs-5.29.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.29.0.ebuild  | 22 ++
 kde-frameworks/kconfig/kconfig-5.29.0.ebuild   | 27 +++
 .../kconfigwidgets/kconfigwidgets-5.29.0.ebuild| 38 ++
 .../kcoreaddons/kcoreaddons-5.29.0.ebuild  | 31 
 kde-frameworks/kcrash/kcrash-5.29.0.ebuild | 39 ++
 .../kdbusaddons/kdbusaddons-5.29.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.29.0.ebuild| 32 
 kde-frameworks/kded/kded-5.29.0.ebuild | 36 +
 .../kdelibs4support/kdelibs4support-5.29.0.ebuild  | 86 ++
 .../kdesignerplugin/kdesignerplugin-5.29.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.29.0.ebuild   | 33 +
 kde-frameworks/kdewebkit/kdewebkit-5.29.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.29.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.29.0.ebuild   | 25 +++
 kde-frameworks/kemoticons/kemoticons-5.29.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.29.0.ebuild  | 50 +
 .../kglobalaccel/kglobalaccel-5.29.0.ebuild| 32 
 kde-frameworks/kguiaddons/kguiaddons-5.29.0.ebuild | 23 ++
 kde-frameworks/khtml/khtml-5.29.0.ebuild   | 67 +
 kde-frameworks/ki18n/ki18n-5.29.0.ebuild   | 37 ++
 .../kiconthemes/kiconthemes-5.29.0.ebuild  | 30 
 kde-frameworks/kidletime/kidletime-5.29.0.ebuild   | 25 +++
 .../kimageformats/kimageformats-5.29.0.ebuild  | 35 +
 kde-frameworks/kinit/kinit-5.29.0.ebuild   | 41 +++
 kde-frameworks/kio/kio-5.29.0.ebuild   | 80 
 .../kitemmodels/kitemmodels-5.29.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.29.0.ebuild | 21 ++
 .../kjobwidgets/kjobwidgets-5.29.0.ebuild  | 36 +
 kde-frameworks/kjs/kjs-5.29.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.29.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.29.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.29.0.ebuild   | 35 +
 .../knotifications/knotifications-5.29.0.ebuild| 45 +++
 .../knotifyconfig/knotifyconfig-5.29.0.ebuild  | 25 +++
 kde-frameworks/kpackage/kpackage-5.29.0.ebuild | 30 
 kde-frameworks/kparts/kparts-5.29.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.29.0.ebuild   | 32 
 kde-frameworks/kplotting/kplotting-5.29.0.ebuild   | 19 +
 kde-frameworks/kpty/kpty-5.29.0.ebuild | 27 +++
 kde-frameworks/kross/kross-5.29.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.29.0.ebuild   | 30 
 kde-frameworks/kservice/kservice-5.29.0.ebuild | 47 
 .../ktexteditor/ktexteditor-5.29.0.ebuild  | 54 ++
 .../ktextwidgets/ktextwidgets-5.29.0.ebuild| 38 ++
 .../kunitconversion/kunitconversion-5.29.0.ebuild  | 19 +
 kde-frameworks/kwallet/kwallet-5.29.0.ebuild   | 52 +
 kde-frameworks/kwayland/kwayland-5.29.0.ebuild | 29 
 .../kwidgetsaddons/kwidgetsaddons-5.29.0.ebuild| 22 ++
 .../kwindowsystem/kwindowsystem-5.29.0.ebuild  | 41 +++
 kde-frameworks/kxmlgui/kxmlgui-5.29.0.ebuild   | 42 +++
 .../kxmlrpcclient/kxmlrpcclient-5.29.0.ebuild  | 22 ++
 .../modemmanager-qt/modemmanager-qt-5.29.0.ebuild  | 25 +++
 .../networkmanager-qt-5.29.0.ebuild| 27 +++
 .../oxygen-icons/oxygen-icons-5.29.0.ebuild| 30 
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/sonnet/, kde-frameworks/kded/, ...

2016-11-05 Thread Michael Palimaka
commit: e767d7c3eebbdd0e984ee39f1688c78c26adb183
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Nov  5 19:28:52 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov  5 19:29:30 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e767d7c3

kde-frameworks: version bump 5.28

Package-Manager: portage-2.3.2

 kde-frameworks/attica/attica-5.28.0.ebuild | 17 +
 kde-frameworks/baloo/baloo-5.28.0.ebuild   | 33 +
 kde-frameworks/bluez-qt/bluez-qt-5.28.0.ebuild | 30 
 .../breeze-icons-rcc-5.28.0.ebuild | 30 
 .../breeze-icons/breeze-icons-5.28.0.ebuild| 27 +++
 .../extra-cmake-modules-5.28.0.ebuild  | 60 +++
 .../frameworkintegration-5.28.0.ebuild | 39 ++
 .../kactivities-stats-5.28.0.ebuild| 22 ++
 .../kactivities/kactivities-5.28.0.ebuild  | 28 +++
 kde-frameworks/kapidox/kapidox-5.28.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.28.0.ebuild | 28 +++
 kde-frameworks/kauth/kauth-5.28.0.ebuild   | 34 +
 kde-frameworks/kbookmarks/kbookmarks-5.28.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.28.0.ebuild | 32 
 kde-frameworks/kcodecs/kcodecs-5.28.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.28.0.ebuild  | 22 ++
 kde-frameworks/kconfig/kconfig-5.28.0.ebuild   | 27 +++
 .../kconfigwidgets/kconfigwidgets-5.28.0.ebuild| 38 ++
 .../kcoreaddons/kcoreaddons-5.28.0.ebuild  | 31 
 kde-frameworks/kcrash/kcrash-5.28.0.ebuild | 39 ++
 .../kdbusaddons/kdbusaddons-5.28.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.28.0.ebuild| 32 
 kde-frameworks/kded/kded-5.28.0.ebuild | 36 +
 .../kdelibs4support/kdelibs4support-5.28.0.ebuild  | 86 ++
 .../kdesignerplugin/kdesignerplugin-5.28.0.ebuild  | 54 ++
 kde-frameworks/kdesu/kdesu-5.28.0.ebuild   | 33 +
 kde-frameworks/kdewebkit/kdewebkit-5.28.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.28.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.28.0.ebuild   | 25 +++
 kde-frameworks/kemoticons/kemoticons-5.28.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.28.0.ebuild  | 50 +
 .../kglobalaccel/kglobalaccel-5.28.0.ebuild| 32 
 kde-frameworks/kguiaddons/kguiaddons-5.28.0.ebuild | 23 ++
 kde-frameworks/khtml/khtml-5.28.0.ebuild   | 67 +
 kde-frameworks/ki18n/ki18n-5.28.0.ebuild   | 35 +
 .../kiconthemes/kiconthemes-5.28.0.ebuild  | 30 
 kde-frameworks/kidletime/kidletime-5.28.0.ebuild   | 25 +++
 .../kimageformats/kimageformats-5.28.0.ebuild  | 35 +
 kde-frameworks/kinit/kinit-5.28.0.ebuild   | 41 +++
 kde-frameworks/kio/kio-5.28.0.ebuild   | 80 
 .../kitemmodels/kitemmodels-5.28.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.28.0.ebuild | 21 ++
 .../kjobwidgets/kjobwidgets-5.28.0.ebuild  | 36 +
 kde-frameworks/kjs/kjs-5.28.0.ebuild   | 22 ++
 kde-frameworks/kjsembed/kjsembed-5.28.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.28.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.28.0.ebuild   | 33 +
 .../knotifications/knotifications-5.28.0.ebuild| 45 +++
 .../knotifyconfig/knotifyconfig-5.28.0.ebuild  | 25 +++
 kde-frameworks/kpackage/kpackage-5.28.0.ebuild | 30 
 kde-frameworks/kparts/kparts-5.28.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.28.0.ebuild   | 32 
 kde-frameworks/kplotting/kplotting-5.28.0.ebuild   | 19 +
 kde-frameworks/kpty/kpty-5.28.0.ebuild | 27 +++
 kde-frameworks/kross/kross-5.28.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.28.0.ebuild   | 30 
 kde-frameworks/kservice/kservice-5.28.0.ebuild | 40 ++
 .../ktexteditor/ktexteditor-5.28.0.ebuild  | 53 +
 .../ktextwidgets/ktextwidgets-5.28.0.ebuild| 38 ++
 .../kunitconversion/kunitconversion-5.28.0.ebuild  | 19 +
 kde-frameworks/kwallet/kwallet-5.28.0.ebuild   | 52 +
 kde-frameworks/kwayland/kwayland-5.28.0.ebuild | 29 
 .../kwidgetsaddons/kwidgetsaddons-5.28.0.ebuild| 22 ++
 .../kwindowsystem/kwindowsystem-5.28.0.ebuild  | 41 +++
 kde-frameworks/kxmlgui/kxmlgui-5.28.0.ebuild   | 42 +++
 .../kxmlrpcclient/kxmlrpcclient-5.28.0.ebuild  | 22 ++
 .../modemmanager-qt/modemmanager-qt-5.28.0.ebuild  | 25 +++
 .../networkmanager-qt-5.28.0.ebuild| 27 +++
 .../oxygen-icons/oxygen-icons-5.28.0.ebuild| 30 
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/files/, kde-frameworks/kdoctools/, ...

2016-09-15 Thread Michael Palimaka
commit: 3e21b54862d8ee69b96c32a4bc2d5950ac0c7be7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 09:51:56 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 09:52:05 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e21b548

kde-frameworks: 5.26.0 moved to main tree

Package-Manager: portage-2.3.0

 kde-frameworks/attica/attica-5.26.0.ebuild |  17 --
 kde-frameworks/baloo/baloo-5.26.0-r1.ebuild|  50 
 .../baloo/files/baloo-5.26.0-dont-corrupt.patch| 193 
 .../baloo/files/baloo-5.26.0-runtime-crash.patch   |  41 
 .../baloo/files/baloo-5.26.0-size-limit.patch  | 118 --
 .../baloo/files/baloo-5.26.0-thread-safety.patch   | 253 -
 .../files/baloo-5.26.0-zerotimestamp-crash.patch   |  39 
 kde-frameworks/bluez-qt/bluez-qt-5.26.0.ebuild |  30 ---
 .../breeze-icons/breeze-icons-5.26.0.ebuild|  20 --
 .../extra-cmake-modules-5.26.0.ebuild  |  60 -
 .../frameworkintegration-5.26.0.ebuild |  39 
 .../kactivities-stats-5.26.0.ebuild|  22 --
 .../kactivities/kactivities-5.26.0.ebuild  |  28 ---
 kde-frameworks/kapidox/kapidox-5.26.0.ebuild   |  29 ---
 kde-frameworks/karchive/karchive-5.26.0.ebuild |  28 ---
 kde-frameworks/kauth/kauth-5.26.0.ebuild   |  34 ---
 kde-frameworks/kbookmarks/kbookmarks-5.26.0.ebuild |  30 ---
 kde-frameworks/kcmutils/kcmutils-5.26.0.ebuild |  32 ---
 kde-frameworks/kcodecs/kcodecs-5.26.0.ebuild   |  14 --
 .../kcompletion/kcompletion-5.26.0.ebuild  |  22 --
 kde-frameworks/kconfig/kconfig-5.26.0.ebuild   |  27 ---
 .../kconfigwidgets/kconfigwidgets-5.26.0.ebuild|  38 
 .../kcoreaddons/kcoreaddons-5.26.0.ebuild  |  31 ---
 kde-frameworks/kcrash/kcrash-5.26.0.ebuild |  39 
 .../kdbusaddons/kdbusaddons-5.26.0.ebuild  |  29 ---
 .../kdeclarative/kdeclarative-5.26.0.ebuild|  32 ---
 kde-frameworks/kded/kded-5.26.0.ebuild |  36 ---
 .../kdelibs4support/kdelibs4support-5.26.0.ebuild  |  86 ---
 .../kdesignerplugin/kdesignerplugin-5.26.0.ebuild  |  54 -
 kde-frameworks/kdesu/kdesu-5.26.0.ebuild   |  33 ---
 kde-frameworks/kdewebkit/kdewebkit-5.26.0.ebuild   |  30 ---
 kde-frameworks/kdnssd/kdnssd-5.26.0.ebuild |  32 ---
 kde-frameworks/kdoctools/kdoctools-5.26.0.ebuild   |  25 --
 kde-frameworks/kemoticons/kemoticons-5.26.0.ebuild |  26 ---
 ...ilemetadata-5.26.0-epubextractor-segfault.patch | 149 
 ...filemetadata-5.26.0-odfextractor-segfault.patch |  66 --
 .../kfilemetadata/kfilemetadata-5.26.0-r1.ebuild   |  55 -
 .../kglobalaccel/kglobalaccel-5.26.0.ebuild|  32 ---
 kde-frameworks/kguiaddons/kguiaddons-5.26.0.ebuild |  23 --
 kde-frameworks/khtml/khtml-5.26.0.ebuild   |  67 --
 kde-frameworks/ki18n/ki18n-5.26.0.ebuild   |  35 ---
 .../kiconthemes/kiconthemes-5.26.0.ebuild  |  30 ---
 kde-frameworks/kidletime/kidletime-5.26.0.ebuild   |  25 --
 .../kimageformats/kimageformats-5.26.0.ebuild  |  35 ---
 kde-frameworks/kinit/kinit-5.26.0.ebuild   |  41 
 .../kio/files/kio-5.26.0-fix-desktop-launch.patch  |  26 ---
 kde-frameworks/kio/kio-5.26.0-r1.ebuild|  82 ---
 .../kitemmodels/kitemmodels-5.26.0.ebuild  |  15 --
 kde-frameworks/kitemviews/kitemviews-5.26.0.ebuild |  21 --
 .../kjobwidgets/kjobwidgets-5.26.0.ebuild  |  36 ---
 kde-frameworks/kjs/kjs-5.26.0.ebuild   |  22 --
 kde-frameworks/kjsembed/kjsembed-5.26.0.ebuild |  26 ---
 .../kmediaplayer/kmediaplayer-5.26.0.ebuild|  21 --
 kde-frameworks/knewstuff/knewstuff-5.26.0.ebuild   |  33 ---
 .../knotifications/knotifications-5.26.0.ebuild|  45 
 .../knotifyconfig/knotifyconfig-5.26.0.ebuild  |  25 --
 kde-frameworks/kpackage/kpackage-5.26.0.ebuild |  30 ---
 .../files/kparts-5.26.0-misdetected-dirs.patch |  62 -
 kde-frameworks/kparts/kparts-5.26.0-r1.ebuild  |  33 ---
 kde-frameworks/kpeople/kpeople-5.26.0.ebuild   |  32 ---
 kde-frameworks/kplotting/kplotting-5.26.0.ebuild   |  19 --
 kde-frameworks/kpty/kpty-5.26.0.ebuild |  19 --
 kde-frameworks/kross/kross-5.26.0.ebuild   |  32 ---
 kde-frameworks/krunner/krunner-5.26.0.ebuild   |  30 ---
 kde-frameworks/kservice/kservice-5.26.0.ebuild |  37 ---
 .../files/ktexteditor-5.26.0-runtime-crash.patch   |  39 
 .../ktexteditor/ktexteditor-5.26.0-r1.ebuild   |  55 -
 .../ktextwidgets/ktextwidgets-5.26.0.ebuild|  38 
 .../kunitconversion/kunitconversion-5.26.0.ebuild  |  19 --
 kde-frameworks/kwallet/kwallet-5.26.0.ebuild   |  54 -
 kde-frameworks/kwayland/kwayland-5.26.0.ebuild |  28 ---
 .../kwidgetsaddons/kwidgetsaddons-5.26.0.ebuild|  22 --
 .../kwindowsystem/kwindowsystem-5.26.0.ebuild  |  41 
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2016-09-14 Thread Michael Palimaka
commit: 52a2f0d00c4bc54eebf96a0afce27bc770ff6862
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Sep 11 16:26:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 14 14:13:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=52a2f0d0

kde-frameworks/kio: Fix launching terminal .desktop files w/ konsole

Package-Manager: portage-2.3.0

 .../kio/files/kio-5.26.0-fix-desktop-launch.patch  | 26 +++
 kde-frameworks/kio/kio-5.26.0-r1.ebuild| 82 ++
 2 files changed, 108 insertions(+)

diff --git a/kde-frameworks/kio/files/kio-5.26.0-fix-desktop-launch.patch 
b/kde-frameworks/kio/files/kio-5.26.0-fix-desktop-launch.patch
new file mode 100644
index 000..b2766a6
--- /dev/null
+++ b/kde-frameworks/kio/files/kio-5.26.0-fix-desktop-launch.patch
@@ -0,0 +1,26 @@
+From: Antonio Rojas 
+Date: Sat, 10 Sep 2016 22:14:56 +
+Subject: Fix launching terminal .desktop files with konsole
+X-Git-Url: 
http://quickgit.kde.org/?p=kio.git=commitdiff=c784a879eaba0babc6274bc32e761772add3d4f8
+---
+Fix launching terminal .desktop files with konsole
+
+Launching .desktop files which have Terminal=true currently fails, because kio 
adds to the konsole command the obsolete KDE4 command line options,
+which are not recognized by the KF5 konsole.
+
+REVIEW: 128882
+---
+
+
+--- a/src/core/desktopexecparser.cpp
 b/src/core/desktopexecparser.cpp
+@@ -363,7 +363,7 @@
+ if (!d->service.path().isEmpty()) {
+ terminal += " --workdir " + 
KShell::quoteArg(d->service.path());
+ }
+-terminal += QLatin1String(" -caption=%c %i %m");
++terminal += QLatin1String(" -qwindowtitle '%c' %i");
+ }
+ terminal += ' ';
+ terminal += d->service.terminalOptions();
+

diff --git a/kde-frameworks/kio/kio-5.26.0-r1.ebuild 
b/kde-frameworks/kio/kio-5.26.0-r1.ebuild
new file mode 100644
index 000..1970470
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.26.0-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing transparent file and data management"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="acl +handbook kerberos +kwallet X"
+
+COMMON_DEPEND="
+   $(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 kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork 'ssl')
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-libs/libxml2
+   dev-libs/libxslt
+   acl? (
+   sys-apps/attr
+   virtual/acl
+   )
+   kerberos? ( virtual/krb5 )
+   kwallet? ( $(add_frameworks_dep kwallet) )
+   X? ( $(add_qt_dep qtx11extras) )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtconcurrent)
+   handbook? ( $(add_frameworks_dep kdoctools) )
+   test? ( sys-libs/zlib )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXrender
+   x11-proto/xproto
+   )
+"
+PDEPEND="
+   $(add_frameworks_dep kded)
+"
+RDEPEND="${COMMON_DEPEND}"
+
+# tests hang
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${P}-fix-desktop-launch.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package acl ACL)
+   $(cmake-utils_use_find_package handbook KF5DocTools)
+   $(cmake-utils_use_find_package kerberos GSSAPI)
+   $(cmake-utils_use_find_package kwallet KF5Wallet)
+   $(cmake-utils_use_find_package X X11)
+   )
+
+   kde5_src_configure
+}



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

2016-09-14 Thread Michael Palimaka
commit: f8d4a4650514f91517b80843b59a75a8521fef5e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Sep 11 16:27:27 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 14 14:13:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8d4a465

kde-frameworks/kio: Drop old

Package-Manager: portage-2.3.0

 kde-frameworks/kio/kio-5.26.0.ebuild | 80 
 1 file changed, 80 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.26.0.ebuild 
b/kde-frameworks/kio/kio-5.26.0.ebuild
deleted file mode 100644
index 16372bb..000
--- a/kde-frameworks/kio/kio-5.26.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing transparent file and data management"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="acl +handbook kerberos +kwallet X"
-
-COMMON_DEPEND="
-   $(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 kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork 'ssl')
-   $(add_qt_dep qtscript)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-libs/libxml2
-   dev-libs/libxslt
-   acl? (
-   sys-apps/attr
-   virtual/acl
-   )
-   kerberos? ( virtual/krb5 )
-   kwallet? ( $(add_frameworks_dep kwallet) )
-   X? ( $(add_qt_dep qtx11extras) )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
-   handbook? ( $(add_frameworks_dep kdoctools) )
-   test? ( sys-libs/zlib )
-   X? (
-   x11-libs/libX11
-   x11-libs/libXrender
-   x11-proto/xproto
-   )
-"
-PDEPEND="
-   $(add_frameworks_dep kded)
-"
-RDEPEND="${COMMON_DEPEND}"
-
-# tests hang
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package acl ACL)
-   $(cmake-utils_use_find_package handbook KF5DocTools)
-   $(cmake-utils_use_find_package kerberos GSSAPI)
-   $(cmake-utils_use_find_package kwallet KF5Wallet)
-   $(cmake-utils_use_find_package X X11)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/oxygen-icons/, kde-frameworks/threadweaver/, ...

2016-06-17 Thread Michael Palimaka
commit: f19b73005f116668a4a25b5b008575a9f7a097d5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jun 17 11:28:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jun 17 11:29:21 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f19b7300

kde-frameworks: 5.23.0 moved to main tree

Package-Manager: portage-2.3.0_rc1

 kde-frameworks/attica/attica-5.23.0.ebuild | 17 -
 kde-frameworks/baloo/baloo-5.23.0.ebuild   | 33 -
 kde-frameworks/bluez-qt/bluez-qt-5.23.0.ebuild | 30 
 .../breeze-icons/breeze-icons-5.23.0.ebuild| 20 -
 .../extra-cmake-modules-5.23.0.ebuild  | 60 ---
 .../frameworkintegration-5.23.0.ebuild | 39 --
 .../kactivities-stats-5.23.0.ebuild| 22 --
 .../kactivities/kactivities-5.23.0.ebuild  | 28 ---
 kde-frameworks/kapidox/kapidox-5.23.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.23.0.ebuild | 28 ---
 kde-frameworks/kauth/kauth-5.23.0.ebuild   | 33 -
 kde-frameworks/kbookmarks/kbookmarks-5.23.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.23.0.ebuild | 32 
 kde-frameworks/kcodecs/kcodecs-5.23.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.23.0.ebuild  | 22 --
 kde-frameworks/kconfig/kconfig-5.23.0.ebuild   | 27 ---
 .../kconfigwidgets/kconfigwidgets-5.23.0.ebuild| 38 --
 .../kcoreaddons/kcoreaddons-5.23.0.ebuild  | 31 
 kde-frameworks/kcrash/kcrash-5.23.0.ebuild | 39 --
 .../kdbusaddons/kdbusaddons-5.23.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.23.0.ebuild| 32 
 kde-frameworks/kded/kded-5.23.0.ebuild | 36 -
 .../kdelibs4support/kdelibs4support-5.23.0.ebuild  | 85 --
 .../kdesignerplugin/kdesignerplugin-5.23.0.ebuild  | 54 --
 kde-frameworks/kdesu/kdesu-5.23.0.ebuild   | 33 -
 kde-frameworks/kdewebkit/kdewebkit-5.23.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.23.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.23.0.ebuild   | 24 --
 kde-frameworks/kemoticons/kemoticons-5.23.0.ebuild | 26 ---
 .../kfilemetadata/kfilemetadata-5.23.0.ebuild  | 49 -
 .../kglobalaccel/kglobalaccel-5.23.0.ebuild| 31 
 kde-frameworks/kguiaddons/kguiaddons-5.23.0.ebuild | 23 --
 kde-frameworks/khtml/khtml-5.23.0.ebuild   | 67 -
 kde-frameworks/ki18n/ki18n-5.23.0.ebuild   | 35 -
 .../kiconthemes/kiconthemes-5.23.0.ebuild  | 30 
 kde-frameworks/kidletime/kidletime-5.23.0.ebuild   | 25 ---
 .../kimageformats/kimageformats-5.23.0.ebuild  | 35 -
 kde-frameworks/kinit/kinit-5.23.0.ebuild   | 41 ---
 kde-frameworks/kio/kio-5.23.0.ebuild   | 80 
 .../kitemmodels/kitemmodels-5.23.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.23.0.ebuild | 21 --
 .../kjobwidgets/kjobwidgets-5.23.0.ebuild  | 36 -
 kde-frameworks/kjs/kjs-5.23.0.ebuild   | 22 --
 kde-frameworks/kjsembed/kjsembed-5.23.0.ebuild | 26 ---
 .../kmediaplayer/kmediaplayer-5.23.0.ebuild| 21 --
 kde-frameworks/knewstuff/knewstuff-5.23.0.ebuild   | 33 -
 .../knotifications/knotifications-5.23.0.ebuild| 45 
 .../knotifyconfig/knotifyconfig-5.23.0.ebuild  | 25 ---
 kde-frameworks/kpackage/kpackage-5.23.0.ebuild | 30 
 kde-frameworks/kparts/kparts-5.23.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.23.0.ebuild   | 32 
 kde-frameworks/kplotting/kplotting-5.23.0.ebuild   | 19 -
 kde-frameworks/kpty/kpty-5.23.0.ebuild | 19 -
 kde-frameworks/kross/kross-5.23.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.23.0.ebuild   | 30 
 kde-frameworks/kservice/kservice-5.23.0.ebuild | 37 --
 .../ktexteditor/ktexteditor-5.23.0.ebuild  | 53 --
 .../ktextwidgets/ktextwidgets-5.23.0.ebuild| 38 --
 .../kunitconversion/kunitconversion-5.23.0.ebuild  | 19 -
 kde-frameworks/kwallet/kwallet-5.23.0.ebuild   | 54 --
 kde-frameworks/kwayland/kwayland-5.23.0.ebuild | 27 ---
 .../kwidgetsaddons/kwidgetsaddons-5.23.0.ebuild| 22 --
 .../kwindowsystem/kwindowsystem-5.23.0.ebuild  | 41 ---
 kde-frameworks/kxmlgui/kxmlgui-5.23.0.ebuild   | 42 ---
 .../kxmlrpcclient/kxmlrpcclient-5.23.0.ebuild  | 22 --
 .../modemmanager-qt/modemmanager-qt-5.23.0.ebuild  | 25 ---
 .../networkmanager-qt-5.23.0.ebuild| 27 ---
 .../oxygen-icons/oxygen-icons-5.23.0.ebuild| 27 ---
 kde-frameworks/plasma/plasma-5.23.0.ebuild | 68 -
 

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

2016-04-18 Thread Johannes Huber
commit: d91b007b21b0f096d778e7e3a76911a05f727797
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr 18 20:38:17 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr 18 20:38:17 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d91b007b

kde-frameworks/kio: Remove unused patch

Package-Manager: portage-2.2.28

 .../kio/files/kio-5.20.0-rename-crash.patch| 54 --
 1 file changed, 54 deletions(-)

diff --git a/kde-frameworks/kio/files/kio-5.20.0-rename-crash.patch 
b/kde-frameworks/kio/files/kio-5.20.0-rename-crash.patch
deleted file mode 100644
index 34c5cfb..000
--- a/kde-frameworks/kio/files/kio-5.20.0-rename-crash.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From a5f62007c294220c13bb080287035aeab77ae640 Mon Sep 17 00:00:00 2001
-From: Emmanuel Pescosta 
-Date: Thu, 17 Mar 2016 10:28:09 +0100
-Subject: [PATCH] Fix crash in rename dialog
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 8bit
-
-ResizePanels must only be called in case of overwrite, all other cases violate
-the preconditions.
-
-BUG: 360488

- src/widgets/renamedialog.cpp | 11 ++-
- 1 file changed, 10 insertions(+), 1 deletion(-)
-
-diff --git a/src/widgets/renamedialog.cpp b/src/widgets/renamedialog.cpp
-index 2d456c7..cb3c0fb 100644
 a/src/widgets/renamedialog.cpp
-+++ b/src/widgets/renamedialog.cpp
-@@ -105,6 +105,8 @@ public:
- m_destPendingPreview = false;
- m_srcPreview = 0;
- m_destPreview = 0;
-+m_srcArea = Q_NULLPTR;
-+m_destArea = Q_NULLPTR;
- }
- 
- void setRenameBoxText(const QString )
-@@ -385,7 +387,9 @@ RenameDialog::RenameDialog(QWidget *parent, const QString 
&_caption,
- 
- #if 1 // without kfilemetadata
- // don't wait for kfilemetadata, but wait until the layouting is done
--QMetaObject::invokeMethod(this, "resizePanels", Qt::QueuedConnection);
-+if (_options & RenameDialog_Overwrite) {
-+QMetaObject::invokeMethod(this, "resizePanels", Qt::QueuedConnection);
-+}
- #endif
- }
- 
-@@ -584,6 +588,11 @@ void RenameDialog::showDestPreview(const KFileItem 
, const QPixmap 
- 
- void RenameDialog::resizePanels()
- {
-+Q_ASSERT(d->m_srcArea != Q_NULLPTR);
-+Q_ASSERT(d->m_destArea != Q_NULLPTR);
-+Q_ASSERT(d->m_srcPreview != Q_NULLPTR);
-+Q_ASSERT(d->m_destPreview != Q_NULLPTR);
-+
- // using QDesktopWidget geometry as Kephal isn't accessible here in 
kdelibs
- const QSize screenSize = 
QApplication::desktop()->availableGeometry(this).size();
- QSize halfSize = 
d->m_srcArea->widget()->sizeHint().expandedTo(d->m_destArea->widget()->sizeHint());
--- 
-2.7.3
-



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kactivities/, kde-frameworks/kjsembed/, ...

2016-03-20 Thread Johannes Huber
commit: 38e3c36864965e0a5b0357efcf53978b8b2bce88
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Mar 20 20:38:19 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Mar 20 20:38:19 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=38e3c368

kde-frameworks: Remove KDE Frameworks 5.20

Was moved to gentoo main tree.

Package-Manager: portage-2.2.28

 kde-frameworks/attica/attica-5.20.0.ebuild | 17 -
 kde-frameworks/baloo/baloo-5.20.0.ebuild   | 32 -
 kde-frameworks/bluez-qt/bluez-qt-5.20.0.ebuild | 29 
 .../breeze-icons/breeze-icons-5.20.0.ebuild| 18 -
 .../extra-cmake-modules-5.20.0.ebuild  | 46 
 .../frameworkintegration-5.20.0.ebuild | 49 -
 .../kactivities/kactivities-5.20.0.ebuild  | 28 
 kde-frameworks/kapidox/kapidox-5.20.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.20.0.ebuild | 28 
 kde-frameworks/kauth/kauth-5.20.0.ebuild   | 33 -
 kde-frameworks/kbookmarks/kbookmarks-5.20.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.20.0.ebuild | 32 -
 kde-frameworks/kcodecs/kcodecs-5.20.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.20.0.ebuild  | 22 --
 kde-frameworks/kconfig/kconfig-5.20.0.ebuild   | 27 ---
 .../kconfigwidgets/kconfigwidgets-5.20.0.ebuild| 38 --
 .../kcoreaddons/kcoreaddons-5.20.0.ebuild  | 31 
 kde-frameworks/kcrash/kcrash-5.20.0.ebuild | 39 --
 .../kdbusaddons/kdbusaddons-5.20.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.20.0.ebuild| 32 -
 kde-frameworks/kded/kded-5.20.0.ebuild | 36 --
 .../kdelibs4support/kdelibs4support-5.20.0.ebuild  | 84 --
 .../kdesignerplugin/kdesignerplugin-5.20.0.ebuild  | 54 --
 kde-frameworks/kdesu/kdesu-5.20.0.ebuild   | 33 -
 kde-frameworks/kdewebkit/kdewebkit-5.20.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.20.0.ebuild | 32 -
 kde-frameworks/kdoctools/kdoctools-5.20.0.ebuild   | 24 ---
 kde-frameworks/kemoticons/kemoticons-5.20.0.ebuild | 26 ---
 .../kfilemetadata/kfilemetadata-5.20.0.ebuild  | 39 --
 .../kglobalaccel/kglobalaccel-5.20.0.ebuild| 31 
 kde-frameworks/kguiaddons/kguiaddons-5.20.0.ebuild | 23 --
 kde-frameworks/khtml/khtml-5.20.0.ebuild   | 66 -
 kde-frameworks/ki18n/ki18n-5.20.0.ebuild   | 21 --
 .../kiconthemes/kiconthemes-5.20.0.ebuild  | 27 ---
 kde-frameworks/kidletime/kidletime-5.20.0.ebuild   | 25 ---
 .../kimageformats/kimageformats-5.20.0.ebuild  | 35 -
 kde-frameworks/kinit/kinit-5.20.0.ebuild   | 41 ---
 kde-frameworks/kio/kio-5.20.0-r1.ebuild| 82 -
 .../kitemmodels/kitemmodels-5.20.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.20.0.ebuild | 21 --
 .../kjobwidgets/kjobwidgets-5.20.0.ebuild  | 36 --
 kde-frameworks/kjs/kjs-5.20.0.ebuild   | 22 --
 kde-frameworks/kjsembed/kjsembed-5.20.0.ebuild | 26 ---
 .../kmediaplayer/kmediaplayer-5.20.0.ebuild| 21 --
 kde-frameworks/knewstuff/knewstuff-5.20.0.ebuild   | 33 -
 .../knotifications/knotifications-5.20.0.ebuild| 45 
 .../knotifyconfig/knotifyconfig-5.20.0.ebuild  | 25 ---
 kde-frameworks/kpackage/kpackage-5.20.0.ebuild | 30 
 kde-frameworks/kparts/kparts-5.20.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.20.0.ebuild   | 33 -
 kde-frameworks/kplotting/kplotting-5.20.0.ebuild   | 19 -
 kde-frameworks/kpty/kpty-5.20.0.ebuild | 19 -
 kde-frameworks/kross/kross-5.20.0.ebuild   | 32 -
 kde-frameworks/krunner/krunner-5.20.0.ebuild   | 28 
 kde-frameworks/kservice/kservice-5.20.0.ebuild | 37 --
 .../ktexteditor/ktexteditor-5.20.0.ebuild  | 53 --
 .../ktextwidgets/ktextwidgets-5.20.0.ebuild| 38 --
 .../kunitconversion/kunitconversion-5.20.0.ebuild  | 19 -
 kde-frameworks/kwallet/kwallet-5.20.0-r1.ebuild| 54 --
 .../kwidgetsaddons/kwidgetsaddons-5.20.0.ebuild| 22 --
 .../kwindowsystem/kwindowsystem-5.20.0.ebuild  | 41 ---
 kde-frameworks/kxmlgui/kxmlgui-5.20.0.ebuild   | 42 ---
 .../kxmlrpcclient/kxmlrpcclient-5.20.0.ebuild  | 23 --
 .../modemmanager-qt/modemmanager-qt-5.20.0.ebuild  | 22 --
 .../networkmanager-qt-5.20.0.ebuild| 27 ---
 .../oxygen-icons/oxygen-icons-5.20.0.ebuild| 27 ---
 kde-frameworks/plasma/plasma-5.20.0.ebuild | 70 --
 kde-frameworks/solid/solid-5.20.0.ebuild   | 33 -
 kde-frameworks/sonnet/sonnet-5.20.0.ebuild 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/files/, kde-frameworks/kio/

2016-03-19 Thread Michael Palimaka
commit: 9c0c4a346dfbe1d155e31d7ad0533c4e798decc9
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Mar 17 09:59:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Mar 17 15:18:24 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c0c4a34

kde-frameworks/kio: Fix crash on in-place copy/paste

See also: https://bugs.kde.org/show_bug.cgi?id=360488

Package-Manager: portage-2.2.27

 .../kio/files/kio-5.20.0-rename-crash.patch| 54 ++
 .../{kio-5.20.0.ebuild => kio-5.20.0-r1.ebuild}|  2 +
 2 files changed, 56 insertions(+)

diff --git a/kde-frameworks/kio/files/kio-5.20.0-rename-crash.patch 
b/kde-frameworks/kio/files/kio-5.20.0-rename-crash.patch
new file mode 100644
index 000..34c5cfb
--- /dev/null
+++ b/kde-frameworks/kio/files/kio-5.20.0-rename-crash.patch
@@ -0,0 +1,54 @@
+From a5f62007c294220c13bb080287035aeab77ae640 Mon Sep 17 00:00:00 2001
+From: Emmanuel Pescosta 
+Date: Thu, 17 Mar 2016 10:28:09 +0100
+Subject: [PATCH] Fix crash in rename dialog
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+ResizePanels must only be called in case of overwrite, all other cases violate
+the preconditions.
+
+BUG: 360488
+---
+ src/widgets/renamedialog.cpp | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/src/widgets/renamedialog.cpp b/src/widgets/renamedialog.cpp
+index 2d456c7..cb3c0fb 100644
+--- a/src/widgets/renamedialog.cpp
 b/src/widgets/renamedialog.cpp
+@@ -105,6 +105,8 @@ public:
+ m_destPendingPreview = false;
+ m_srcPreview = 0;
+ m_destPreview = 0;
++m_srcArea = Q_NULLPTR;
++m_destArea = Q_NULLPTR;
+ }
+ 
+ void setRenameBoxText(const QString )
+@@ -385,7 +387,9 @@ RenameDialog::RenameDialog(QWidget *parent, const QString 
&_caption,
+ 
+ #if 1 // without kfilemetadata
+ // don't wait for kfilemetadata, but wait until the layouting is done
+-QMetaObject::invokeMethod(this, "resizePanels", Qt::QueuedConnection);
++if (_options & RenameDialog_Overwrite) {
++QMetaObject::invokeMethod(this, "resizePanels", Qt::QueuedConnection);
++}
+ #endif
+ }
+ 
+@@ -584,6 +588,11 @@ void RenameDialog::showDestPreview(const KFileItem 
, const QPixmap 
+ 
+ void RenameDialog::resizePanels()
+ {
++Q_ASSERT(d->m_srcArea != Q_NULLPTR);
++Q_ASSERT(d->m_destArea != Q_NULLPTR);
++Q_ASSERT(d->m_srcPreview != Q_NULLPTR);
++Q_ASSERT(d->m_destPreview != Q_NULLPTR);
++
+ // using QDesktopWidget geometry as Kephal isn't accessible here in 
kdelibs
+ const QSize screenSize = 
QApplication::desktop()->availableGeometry(this).size();
+ QSize halfSize = 
d->m_srcArea->widget()->sizeHint().expandedTo(d->m_destArea->widget()->sizeHint());
+-- 
+2.7.3
+

diff --git a/kde-frameworks/kio/kio-5.20.0.ebuild 
b/kde-frameworks/kio/kio-5.20.0-r1.ebuild
similarity index 97%
rename from kde-frameworks/kio/kio-5.20.0.ebuild
rename to kde-frameworks/kio/kio-5.20.0-r1.ebuild
index 29b28be..c778b74 100644
--- a/kde-frameworks/kio/kio-5.20.0.ebuild
+++ b/kde-frameworks/kio/kio-5.20.0-r1.ebuild
@@ -67,6 +67,8 @@ RDEPEND="${COMMON_DEPEND}"
 # tests hang
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}/${P}-rename-crash.patch" )
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl ACL)



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

2016-01-14 Thread Michael Palimaka
commit: 83bc6ad638233b466b8a6a43478c3935cdd52517
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jan 14 12:30:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jan 14 12:30:50 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=83bc6ad6

kde-frameworks: 5.18.0 moved to main tree

Package-Manager: portage-2.2.26

 kde-frameworks/attica/attica-5.18.0.ebuild | 17 -
 kde-frameworks/baloo/baloo-5.18.0.ebuild   | 32 -
 kde-frameworks/bluez-qt/bluez-qt-5.18.0.ebuild | 29 
 .../breeze-icons/breeze-icons-5.18.0.ebuild| 18 -
 .../extra-cmake-modules-5.18.0.ebuild  | 45 
 .../frameworkintegration-5.18.0.ebuild | 49 -
 .../kactivities/kactivities-5.18.0.ebuild  | 37 --
 kde-frameworks/kapidox/kapidox-5.18.0.ebuild   | 29 
 kde-frameworks/karchive/karchive-5.18.0.ebuild | 28 
 kde-frameworks/kauth/kauth-5.18.0.ebuild   | 33 -
 kde-frameworks/kbookmarks/kbookmarks-5.18.0.ebuild | 30 
 kde-frameworks/kcmutils/kcmutils-5.18.0.ebuild | 32 -
 kde-frameworks/kcodecs/kcodecs-5.18.0.ebuild   | 14 
 .../kcompletion/kcompletion-5.18.0.ebuild  | 22 --
 kde-frameworks/kconfig/kconfig-5.18.0.ebuild   | 27 ---
 .../kconfigwidgets/kconfigwidgets-5.18.0.ebuild| 38 --
 .../kcoreaddons/kcoreaddons-5.18.0.ebuild  | 41 ---
 kde-frameworks/kcrash/kcrash-5.18.0.ebuild | 39 --
 .../kdbusaddons/kdbusaddons-5.18.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.18.0.ebuild| 32 -
 kde-frameworks/kded/kded-5.18.0.ebuild | 36 --
 .../kdelibs4support/kdelibs4support-5.18.0.ebuild  | 84 --
 .../kdesignerplugin/kdesignerplugin-5.18.0.ebuild  | 54 --
 kde-frameworks/kdesu/kdesu-5.18.0.ebuild   | 33 -
 kde-frameworks/kdewebkit/kdewebkit-5.18.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.18.0.ebuild | 32 -
 kde-frameworks/kdoctools/kdoctools-5.18.0.ebuild   | 24 ---
 kde-frameworks/kemoticons/kemoticons-5.18.0.ebuild | 26 ---
 .../kfilemetadata/kfilemetadata-5.18.0.ebuild  | 39 --
 .../kglobalaccel/kglobalaccel-5.18.0.ebuild| 31 
 kde-frameworks/kguiaddons/kguiaddons-5.18.0.ebuild | 23 --
 kde-frameworks/khtml/khtml-5.18.0.ebuild   | 66 -
 kde-frameworks/ki18n/ki18n-5.18.0.ebuild   | 21 --
 .../kiconthemes/kiconthemes-5.18.0.ebuild  | 27 ---
 kde-frameworks/kidletime/kidletime-5.18.0.ebuild   | 25 ---
 .../kimageformats/kimageformats-5.18.0.ebuild  | 34 -
 kde-frameworks/kinit/kinit-5.18.0.ebuild   | 40 ---
 .../kio/files/kio-5.18.0-ftp-timestamps.patch  | 60 
 kde-frameworks/kio/kio-5.18.0.ebuild   | 82 -
 .../kitemmodels/kitemmodels-5.18.0.ebuild  | 15 
 kde-frameworks/kitemviews/kitemviews-5.18.0.ebuild | 21 --
 .../kjobwidgets/kjobwidgets-5.18.0.ebuild  | 36 --
 kde-frameworks/kjs/kjs-5.18.0.ebuild   | 22 --
 kde-frameworks/kjsembed/kjsembed-5.18.0.ebuild | 26 ---
 .../kmediaplayer/kmediaplayer-5.18.0.ebuild| 21 --
 kde-frameworks/knewstuff/knewstuff-5.18.0.ebuild   | 33 -
 .../knotifications/knotifications-5.18.0.ebuild| 45 
 .../knotifyconfig/knotifyconfig-5.18.0.ebuild  | 25 ---
 kde-frameworks/kpackage/kpackage-5.18.0.ebuild | 22 --
 kde-frameworks/kparts/kparts-5.18.0.ebuild | 31 
 kde-frameworks/kpeople/kpeople-5.18.0.ebuild   | 33 -
 kde-frameworks/kplotting/kplotting-5.18.0.ebuild   | 19 -
 kde-frameworks/kpty/kpty-5.18.0.ebuild | 19 -
 kde-frameworks/kross/kross-5.18.0.ebuild   | 32 -
 kde-frameworks/krunner/krunner-5.18.0.ebuild   | 28 
 kde-frameworks/kservice/kservice-5.18.0.ebuild | 37 --
 .../ktexteditor/ktexteditor-5.18.0.ebuild  | 53 --
 .../ktextwidgets/ktextwidgets-5.18.0.ebuild| 38 --
 .../kunitconversion/kunitconversion-5.18.0.ebuild  | 19 -
 kde-frameworks/kwallet/kwallet-5.18.0.ebuild   | 41 ---
 .../kwidgetsaddons/kwidgetsaddons-5.18.0.ebuild| 22 --
 .../kwindowsystem/kwindowsystem-5.18.0.ebuild  | 41 ---
 kde-frameworks/kxmlgui/kxmlgui-5.18.0.ebuild   | 42 ---
 .../kxmlrpcclient/kxmlrpcclient-5.18.0.ebuild  | 23 --
 .../modemmanager-qt/modemmanager-qt-5.18.0.ebuild  | 22 --
 .../networkmanager-qt-5.18.0.ebuild| 27 ---
 .../oxygen-icons/oxygen-icons-5.18.0.ebuild| 23 --
 kde-frameworks/plasma/plasma-5.18.0.ebuild | 71 --
 kde-frameworks/solid/solid-5.18.0.ebuild   | 33 -
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2016-01-09 Thread Michael Palimaka
commit: 4696fab6b49c284d20c0b134e905dd25c630ea91
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jan  9 13:48:15 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan  9 15:16:58 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4696fab6

kde-frameworks/kio: Add fix for ftp timestamps

Package-Manager: portage-2.2.26

 .../kio/files/kio-5.18.0-ftp-timestamps.patch  | 60 ++
 kde-frameworks/kio/kio-5.18.0.ebuild   |  2 +
 2 files changed, 62 insertions(+)

diff --git a/kde-frameworks/kio/files/kio-5.18.0-ftp-timestamps.patch 
b/kde-frameworks/kio/files/kio-5.18.0-ftp-timestamps.patch
new file mode 100644
index 000..71a7d8c
--- /dev/null
+++ b/kde-frameworks/kio/files/kio-5.18.0-ftp-timestamps.patch
@@ -0,0 +1,60 @@
+From: Wolfgang Bauer 
+Date: Thu, 07 Jan 2016 12:38:55 +
+Subject: [kio_ftp] fix display of file/directory modification time/date
+X-Git-Url: 
http://quickgit.kde.org/?p=kio.git=commitdiff=68af1d7e89b7fed136d4cc62b76c1c6ded2d94eb
+---
+[kio_ftp] fix display of file/directory modification time/date
+
+- QDate() treats the year literally (i.e. 90 is really year 90, not
+1990), so subtracting 1900 is wrong.
+- Use QDate::currentDate() instead of QDateTime::currentDateTime(), we
+only need the current date anyway
+- Initialize day, month, and year to the current date instead of 0. In
+the case when no year is mentioned in the server's reply (the year is
+implicit), it wasn't set to the current year at all, so the result was
+either 0 or -1.
+
+BUG: 354597
+FIXED-IN: 5.19.0
+REVIEW: 126659
+---
+
+
+--- a/src/ioslaves/ftp/ftp.cpp
 b/src/ioslaves/ftp/ftp.cpp
+@@ -1763,18 +1763,16 @@
+ // Parsing the date is somewhat tricky
+ // Examples : "Oct  6 22:49", "May 13  1999"
+ 
+-// First get current time - we need the current month and year
+-QDateTime currentTime(QDateTime::currentDateTime());
+-int currentMonth = currentTime.date().month();
++// First get current date - we need the current month and year
++QDate currentDate(QDate::currentDate());
++int currentMonth = currentDate.month();
+ //qDebug() << "Current time :" << asctime( tmptr );
+-// Reset time fields
+-currentTime.setTime(QTime(0, 0, 0));
+-// Get day number (always second field)
+-int day = 0;
+-int month = 0;
+-int year = 0;
++int day = currentDate.day();
++int month = currentDate.month();
++int year = currentDate.year();
+ int minute = 0;
+ int hour = 0;
++// Get day number (always second field)
+ if (p_date_2) {
+ day = atoi(p_date_2);
+ }
+@@ -1794,7 +1792,7 @@
+ 
+ // Parse third field
+ if (qstrlen(p_date_3) == 4) { // 4 digits, looks like a year
+-year = atoi(p_date_3) - 1900;
++year = atoi(p_date_3);
+ } else {
+ // otherwise, the year is implicit
+ // according to man ls, this happens when it is between than 
6 months
+

diff --git a/kde-frameworks/kio/kio-5.18.0.ebuild 
b/kde-frameworks/kio/kio-5.18.0.ebuild
index 0039f75..8405de4 100644
--- a/kde-frameworks/kio/kio-5.18.0.ebuild
+++ b/kde-frameworks/kio/kio-5.18.0.ebuild
@@ -67,6 +67,8 @@ RDEPEND="${COMMON_DEPEND}"
 # tests hang
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}/${P}-ftp-timestamps.patch" )
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)



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

2016-01-04 Thread Michael Palimaka
commit: 67f8c45766ad9aa7d76d922d5530b71b36a3248e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jan  3 00:27:00 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan  4 16:14:01 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=67f8c457

kde-frameworks/kio: Drop obsolete blocker

Enough time has passed since 5326546d73684ffa3453977d7dfe34952ea9a473
so no one should be on old and conflicting libkonq anymore.

Package-Manager: portage-2.2.26

 kde-frameworks/kio/kio-5.18.0.ebuild | 4 +---
 kde-frameworks/kio/kio-.ebuild   | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.18.0.ebuild 
b/kde-frameworks/kio/kio-5.18.0.ebuild
index 8e1010b..0039f75 100644
--- a/kde-frameworks/kio/kio-5.18.0.ebuild
+++ b/kde-frameworks/kio/kio-5.18.0.ebuild
@@ -62,9 +62,7 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
-RDEPEND="${COMMON_DEPEND}
-   !kde-apps/libkonq:5[-minimal(-)]
-"
+RDEPEND="${COMMON_DEPEND}"
 
 # tests hang
 RESTRICT="test"

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index bf1f9a0..f85c96d 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -62,9 +62,7 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
-RDEPEND="${COMMON_DEPEND}
-   !kde-apps/libkonq:5[-minimal(-)]
-"
+RDEPEND="${COMMON_DEPEND}"
 
 # tests hang
 RESTRICT="test"



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

2015-11-13 Thread Michael Palimaka
commit: cd9341e9c5693512297c3cfc1714523096bd7771
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:29:08 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd9341e9

kde-frameworks/kio: handle handbook without eclass

The eclass handling causes all handbooks to be ignored, because it expects them
to be organised into linguas directories.

Package-Manager: portage-2.2.24

 kde-frameworks/kio/kio-5.16.0.ebuild | 7 +++
 kde-frameworks/kio/kio-.ebuild   | 7 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.16.0.ebuild 
b/kde-frameworks/kio/kio-5.16.0.ebuild
index 1518390..a420d48 100644
--- a/kde-frameworks/kio/kio-5.16.0.ebuild
+++ b/kde-frameworks/kio/kio-5.16.0.ebuild
@@ -4,16 +4,14 @@
 
 EAPI=5
 
-VIRTUALX_REQUIRED="test"
-KDE_HANDBOOK="true"
-KDE_DOC_DIR="docs"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
 KEYWORDS=" ~amd64 ~x86"
-IUSE="acl kerberos +kwallet X"
+IUSE="acl +handbook kerberos +kwallet X"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -53,6 +51,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qtconcurrent:5
+   handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
X? (
x11-libs/libX11

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index efa725f..bf1f9a0 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -4,16 +4,14 @@
 
 EAPI=5
 
-VIRTUALX_REQUIRED="test"
-KDE_HANDBOOK="true"
-KDE_DOC_DIR="docs"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="acl kerberos +kwallet X"
+IUSE="acl +handbook kerberos +kwallet X"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -53,6 +51,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/qtconcurrent:5
+   handbook? ( $(add_frameworks_dep kdoctools) )
test? ( sys-libs/zlib )
X? (
x11-libs/libX11



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

2015-11-13 Thread Michael Palimaka
commit: ae72870db246c8b8b2726afb76f5402ca1c416f4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Nov 13 16:14:00 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 13 16:29:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae72870d

kde-frameworks/kio: use KDE_TEST="forceoptional"

Package-Manager: portage-2.2.24

 kde-frameworks/kio/kio-5.16.0.ebuild | 2 +-
 kde-frameworks/kio/kio-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.16.0.ebuild 
b/kde-frameworks/kio/kio-5.16.0.ebuild
index 1f6efe2..1518390 100644
--- a/kde-frameworks/kio/kio-5.16.0.ebuild
+++ b/kde-frameworks/kio/kio-5.16.0.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 VIRTUALX_REQUIRED="test"
 KDE_HANDBOOK="true"
 KDE_DOC_DIR="docs"
-KDE_PUNT_BOGUS_DEPS=true
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 151bb92..efa725f 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 VIRTUALX_REQUIRED="test"
 KDE_HANDBOOK="true"
 KDE_DOC_DIR="docs"
-KDE_PUNT_BOGUS_DEPS=true
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"



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

2015-11-04 Thread Michael Palimaka
commit: ef5d972c33f9c30cc2380a47dd6715caced70cbf
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Nov  4 16:12:17 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Nov  4 16:45:32 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef5d972c

kde-frameworks/kio: Pin kde-apps/libkonq blocker to slot 5

Package-Manager: portage-2.2.20.1

 kde-frameworks/kio/kio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 6b765152..151bb92 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -64,7 +64,7 @@ PDEPEND="
$(add_frameworks_dep kded)
 "
 RDEPEND="${COMMON_DEPEND}
-   !kde-apps/libkonq[-minimal(-)]
+   !kde-apps/libkonq:5[-minimal(-)]
 "
 
 # tests hang



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

2015-10-19 Thread Michael Palimaka
commit: 50c71c2796a2daf93a76f57783e4f16ee7db6997
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Oct 18 14:22:16 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 12:47:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=50c71c27

kde-frameworks/kio: Add USE="kwallet", KDE_HANDBOOK

Package-Manager: portage-2.2.23

 kde-frameworks/kio/kio-.ebuild | 9 ++---
 kde-frameworks/kio/metadata.xml| 3 +++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 91d7b8c..6b765152 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -5,13 +5,15 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
+KDE_HANDBOOK="true"
+KDE_DOC_DIR="docs"
 KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="acl kerberos X"
+IUSE="acl kerberos +kwallet X"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -29,7 +31,6 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
@@ -47,10 +48,10 @@ COMMON_DEPEND="
virtual/acl
)
kerberos? ( virtual/krb5 )
+   kwallet? ( $(add_frameworks_dep kwallet) )
X? ( dev-qt/qtx11extras:5 )
 "
 DEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )
X? (
@@ -72,7 +73,9 @@ RESTRICT="test"
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)
+   $(cmake-utils_use_find_package handbook KF5DocTools)
$(cmake-utils_use_find_package kerberos GSSAPI)
+   $(cmake-utils_use_find_package kwallet KF5Wallet)
$(cmake-utils_use_find_package X X11)
)
 

diff --git a/kde-frameworks/kio/metadata.xml b/kde-frameworks/kio/metadata.xml
index a23f444..570e533 100644
--- a/kde-frameworks/kio/metadata.xml
+++ b/kde-frameworks/kio/metadata.xml
@@ -2,4 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
kde
+   
+   Enable permanent storage of passwords for 
kpasswdserver with kde-frameworks/kwallet
+   
 



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

2015-10-09 Thread Michael Palimaka
commit: 56465b29dec3343c508afbf33b0fe6b0df632332
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Oct  8 23:22:35 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct  9 06:50:29 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=56465b29

kde-frameworks/kio: Add block against kde-apps/libkonq[-minimal]

File collisions in the template directory, see also:
https://quickgit.kde.org/?p=kio.git=commit=1b98a313983b75f3340639e5cd9519c56fca7113

Package-Manager: portage-2.2.22

 kde-frameworks/kio/kio-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index a6aa39f..91d7b8c 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="acl kerberos X"
 
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -49,7 +49,7 @@ RDEPEND="
kerberos? ( virtual/krb5 )
X? ( dev-qt/qtx11extras:5 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )
@@ -62,6 +62,9 @@ DEPEND="${RDEPEND}
 PDEPEND="
$(add_frameworks_dep kded)
 "
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/libkonq[-minimal(-)]
+"
 
 # tests hang
 RESTRICT="test"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2015-08-01 Thread Johannes Huber
commit: e184e882cf22f3a8eb4640f1decdeab312f51789
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat Aug  1 17:29:16 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat Aug  1 17:29:16 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e184e882

[kde-frameworks/kio] Drop failing patch

Use KDE_PUNT_BOGUS_DEPS magic instead.

Package-Manager: portage-2.2.20

 kde-frameworks/kio/files/kio-tests-optional.patch | 28 ---
 kde-frameworks/kio/kio-.ebuild|  8 +--
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/kde-frameworks/kio/files/kio-tests-optional.patch 
b/kde-frameworks/kio/files/kio-tests-optional.patch
deleted file mode 100644
index ca45d88..000
--- a/kde-frameworks/kio/files/kio-tests-optional.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 a/CMakeLists.txt   2015-01-21 01:30:56.784894492 +0100
-+++ b/CMakeLists.txt   2015-01-21 01:34:51.192505604 +0100
-@@ -57,7 +57,7 @@
- add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
- 
- set(REQUIRED_QT_VERSION 5.2.0)
--find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus Network 
Concurrent Xml Test)
-+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus Network 
Concurrent Xml)
- 
- find_package(GSSAPI)
- set_package_properties(GSSAPI PROPERTIES DESCRIPTION Allows KIO to make use 
of certain HTTP authentication services
-@@ -85,10 +85,13 @@
- endif()
- include(CheckLibraryExists)
- add_subdirectory(src)
--add_subdirectory(autotests)
- 
--if (NOT KIOCORE_ONLY)
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG REQUIRED)
-+add_subdirectory(autotests)
-+if (NOT KIOCORE_ONLY)
-+add_subdirectory(tests)
-+endif()
- endif()
- 
- # create a Config.cmake and a ConfigVersion.cmake file and install them

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index f471eb1..af3e18b 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 VIRTUALX_REQUIRED=test
+KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION=Framework providing transparent file and data management
@@ -65,13 +66,6 @@ PDEPEND=
 # tests hang
 RESTRICT=test
 
-src_prepare() {
-   # whole patch should be upstreamed, doesn't work in PATCHES
-   epatch ${FILESDIR}/${PN}-tests-optional.patch
-
-   kde5_src_prepare
-}
-
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)



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

2015-07-06 Thread Michael Palimaka
commit: dd80b76e9fa8f6946e52df0e326730bf08f62457
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon Jul  6 15:55:53 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon Jul  6 15:55:53 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd80b76e

[kde-frameworks/kio] Remove ancient blocker.

Package-Manager: portage-2.2.20

 kde-frameworks/kio/kio-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 44e8fbc..f471eb1 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -47,7 +47,6 @@ RDEPEND=
)
kerberos? ( virtual/krb5 )
X? ( dev-qt/qtx11extras:5 )
-   !kde-base/kio-extras-5.0.95-r1:5
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/files/, kde-frameworks/kio/

2015-06-19 Thread Johannes Huber
commit: 9974945dd6f822c381e044340456b02ce2ca803e
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Fri Jun 19 14:40:24 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Fri Jun 19 14:40:24 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9974945d

[kde-frameworks/kio] Rename patch

Package-Manager: portage-2.2.20

 .../files/{kio--tests-optional.patch = kio-tests-optional.patch}   | 0
 kde-frameworks/kio/kio-.ebuild  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/files/kio--tests-optional.patch 
b/kde-frameworks/kio/files/kio-tests-optional.patch
similarity index 100%
rename from kde-frameworks/kio/files/kio--tests-optional.patch
rename to kde-frameworks/kio/files/kio-tests-optional.patch

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 5922897..44e8fbc 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -68,7 +68,7 @@ RESTRICT=test
 
 src_prepare() {
# whole patch should be upstreamed, doesn't work in PATCHES
-   epatch ${FILESDIR}/${PN}--tests-optional.patch
+   epatch ${FILESDIR}/${PN}-tests-optional.patch
 
kde5_src_prepare
 }



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

2015-01-28 Thread Michael Palimaka
commit: ae1039a01e2c4388791a0549b3542fecd59c84c3
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jan 28 18:01:09 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jan 28 18:01:13 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ae1039a0

[kde-frameworks/kio] Add missing dependencies.

Upstream commit: 7299eb3dc910da66f2c8cc8b895eabf67476e816
Upstream commit: 335f570fb401e96d2130617a50c0e7f492eddaf1

Package-Manager: portage-2.2.14

---
 kde-frameworks/kio/kio-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index ace8399..9b18c1d 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -27,6 +27,7 @@ RDEPEND=
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
@@ -45,6 +46,7 @@ RDEPEND=
virtual/acl
)
kerberos? ( virtual/krb5 )
+   X? ( dev-qt/qtx11extras:5 )
!kde-base/kio-extras-5.0.95-r1:5
 
 DEPEND=${RDEPEND}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/files/, kde-frameworks/kio/

2015-01-21 Thread Johannes Huber
commit: f3868805653e4f9494f2c64231adc257deaa4342
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Tue Jan 20 00:27:17 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Jan 21 20:47:43 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3868805

[kde-frameworks/kio] Make tests optional

---
 .../kio/files/kio--tests-optional.patch| 28 ++
 kde-frameworks/kio/kio-.ebuild |  7 ++
 2 files changed, 35 insertions(+)

diff --git a/kde-frameworks/kio/files/kio--tests-optional.patch 
b/kde-frameworks/kio/files/kio--tests-optional.patch
new file mode 100644
index 000..ca45d88
--- /dev/null
+++ b/kde-frameworks/kio/files/kio--tests-optional.patch
@@ -0,0 +1,28 @@
+--- a/CMakeLists.txt   2015-01-21 01:30:56.784894492 +0100
 b/CMakeLists.txt   2015-01-21 01:34:51.192505604 +0100
+@@ -57,7 +57,7 @@
+ add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+ 
+ set(REQUIRED_QT_VERSION 5.2.0)
+-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus Network 
Concurrent Xml Test)
++find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus Network 
Concurrent Xml)
+ 
+ find_package(GSSAPI)
+ set_package_properties(GSSAPI PROPERTIES DESCRIPTION Allows KIO to make use 
of certain HTTP authentication services
+@@ -85,10 +85,13 @@
+ endif()
+ include(CheckLibraryExists)
+ add_subdirectory(src)
+-add_subdirectory(autotests)
+ 
+-if (NOT KIOCORE_ONLY)
+-add_subdirectory(tests)
++if(BUILD_TESTING)
++find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG REQUIRED)
++add_subdirectory(autotests)
++if (NOT KIOCORE_ONLY)
++add_subdirectory(tests)
++endif()
+ endif()
+ 
+ # create a Config.cmake and a ConfigVersion.cmake file and install them

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 5de4a75..ace8399 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -64,6 +64,13 @@ PDEPEND=
 # tests hang
 RESTRICT=test
 
+src_prepare() {
+   # whole patch should be upstreamed, doesn't work in PATCHES
+   epatch ${FILESDIR}/${PN}--tests-optional.patch
+
+   kde5_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)



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

2014-10-09 Thread Michael Palimaka
commit: c312544fde840e4a99c438b1b7b0f1970c921b79
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Oct  9 09:44:42 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Oct  9 09:44:42 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c312544f

[kde-frameworks/kio] Relax blocker due to workaround added in 
b19ea2c60091b02bf0f40d037d929098e42e8b0a.

Package-Manager: portage-2.2.12

---
 kde-frameworks/kio/kio-5.3.0.ebuild | 2 +-
 kde-frameworks/kio/kio-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.3.0.ebuild 
b/kde-frameworks/kio/kio-5.3.0.ebuild
index 3a27c3a..ec00c9b 100644
--- a/kde-frameworks/kio/kio-5.3.0.ebuild
+++ b/kde-frameworks/kio/kio-5.3.0.ebuild
@@ -45,7 +45,7 @@ RDEPEND=
virtual/acl
)
kerberos? ( virtual/krb5 )
-   !kde-base/kio-extras-5.1.0:5
+   !kde-base/kio-extras-5.0.95-r1:5
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 194d1e5..c41c723 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -45,7 +45,7 @@ RDEPEND=
virtual/acl
)
kerberos? ( virtual/krb5 )
-   !kde-base/kio-extras-5.1.0:5
+   !kde-base/kio-extras-5.0.95-r1:5
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)



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

2014-10-05 Thread Michael Palimaka
commit: 75f7c7dc7a62856aaaec44cc01e4175460762d5a
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sun Oct  5 15:11:02 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sun Oct  5 15:11:02 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=75f7c7dc

[kde-frameworks/kio] Add blocker.

kio_trash was moved upstream from kio-extras to kio.

kio upstream commit: a2cdf3a51a5752ccf3c77888abd0190cdc89cf2c
kio-extras upstream commit: 2f72d9e3bf4a206c9fd46454aaa01f870f7fc1b4

Package-Manager: portage-2.2.12

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

diff --git a/kde-frameworks/kio/kio-5.3.0.ebuild 
b/kde-frameworks/kio/kio-5.3.0.ebuild
index bcbf054..3a27c3a 100644
--- a/kde-frameworks/kio/kio-5.3.0.ebuild
+++ b/kde-frameworks/kio/kio-5.3.0.ebuild
@@ -45,6 +45,7 @@ RDEPEND=
virtual/acl
)
kerberos? ( virtual/krb5 )
+   !kde-base/kio-extras-5.1.0:5
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 0549069..194d1e5 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -45,6 +45,7 @@ RDEPEND=
virtual/acl
)
kerberos? ( virtual/krb5 )
+   !kde-base/kio-extras-5.1.0:5
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)



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

2014-07-24 Thread Michael Palimaka
commit: 6c561085dade356f7b0554e0d7678eb4288758db
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 23 09:52:52 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 23 09:52:52 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6c561085

[kde-frameworks/kio] Add missing runtime dependency.

org.kde.kded5 is called via dbus at runtime.

Package-Manager: portage-2.2.10

---
 kde-frameworks/kio/kio-5.0.0.ebuild | 7 +--
 kde-frameworks/kio/kio-.ebuild  | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.0.0.ebuild 
b/kde-frameworks/kio/kio-5.0.0.ebuild
index 8c3f60e..fadaf08 100644
--- a/kde-frameworks/kio/kio-5.0.0.ebuild
+++ b/kde-frameworks/kio/kio-5.0.0.ebuild
@@ -12,7 +12,7 @@ LICENSE=LGPL-2+
 KEYWORDS=~amd64
 IUSE=acl kerberos X
 
-RDEPEND=
+COMMON_DEPEND=
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -46,7 +46,10 @@ RDEPEND=
)
kerberos? ( virtual/krb5 )
 
-DEPEND=${RDEPEND}
+RDEPEND=${COMMON_DEPEND}
+   $(add_frameworks_dep kded)
+
+DEPEND=${COMMON_DEPEND}
$(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index fb2b592..ed8060d 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -12,7 +12,7 @@ LICENSE=LGPL-2+
 KEYWORDS=
 IUSE=acl kerberos X
 
-RDEPEND=
+COMMON_DEPEND=
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -46,7 +46,10 @@ RDEPEND=
)
kerberos? ( virtual/krb5 )
 
-DEPEND=${RDEPEND}
+RDEPEND=${COMMON_DEPEND}
+   $(add_frameworks_dep kded)
+
+DEPEND=${COMMON_DEPEND}
$(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )



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

2014-07-24 Thread Michael Palimaka
commit: 3f0e0d9b6a279ab6efcd337e6b37d90d62a45659
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Wed Jul 23 18:40:24 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Wed Jul 23 18:40:24 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3f0e0d9b

[kde-frameworks/kio] Fix circular dependencies.

Package-Manager: portage-2.2.10

---
 kde-frameworks/kio/kio-5.0.0.ebuild | 10 +-
 kde-frameworks/kio/kio-.ebuild  | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-frameworks/kio/kio-5.0.0.ebuild 
b/kde-frameworks/kio/kio-5.0.0.ebuild
index fadaf08..7c4f7ce 100644
--- a/kde-frameworks/kio/kio-5.0.0.ebuild
+++ b/kde-frameworks/kio/kio-5.0.0.ebuild
@@ -12,7 +12,7 @@ LICENSE=LGPL-2+
 KEYWORDS=~amd64
 IUSE=acl kerberos X
 
-COMMON_DEPEND=
+RDEPEND=
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -46,10 +46,7 @@ COMMON_DEPEND=
)
kerberos? ( virtual/krb5 )
 
-RDEPEND=${COMMON_DEPEND}
-   $(add_frameworks_dep kded)
-
-DEPEND=${COMMON_DEPEND}
+DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )
@@ -59,6 +56,9 @@ DEPEND=${COMMON_DEPEND}
x11-proto/xproto
)
 
+PDEPEND=
+   $(add_frameworks_dep kded)
+
 
 # tests hang
 RESTRICT=test

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index ed8060d..0549069 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -12,7 +12,7 @@ LICENSE=LGPL-2+
 KEYWORDS=
 IUSE=acl kerberos X
 
-COMMON_DEPEND=
+RDEPEND=
$(add_frameworks_dep karchive)
$(add_frameworks_dep kbookmarks)
$(add_frameworks_dep kcodecs)
@@ -46,10 +46,7 @@ COMMON_DEPEND=
)
kerberos? ( virtual/krb5 )
 
-RDEPEND=${COMMON_DEPEND}
-   $(add_frameworks_dep kded)
-
-DEPEND=${COMMON_DEPEND}
+DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )
@@ -59,6 +56,9 @@ DEPEND=${COMMON_DEPEND}
x11-proto/xproto
)
 
+PDEPEND=
+   $(add_frameworks_dep kded)
+
 
 # tests hang
 RESTRICT=test



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

2014-04-02 Thread Johannes Huber
commit: 349f64a4569a92c6702161d4a52ce6fb565f9758
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Wed Apr  2 19:45:29 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Wed Apr  2 19:45:29 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=349f64a4

[kde-frameworks/kio] Restrict tests as they hang

Package-Manager: portage-2.2.10

---
 kde-frameworks/kio/kio-4.98.0.ebuild | 3 +++
 kde-frameworks/kio/kio-.ebuild   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-frameworks/kio/kio-4.98.0.ebuild 
b/kde-frameworks/kio/kio-4.98.0.ebuild
index ba346ce..0c87a63 100644
--- a/kde-frameworks/kio/kio-4.98.0.ebuild
+++ b/kde-frameworks/kio/kio-4.98.0.ebuild
@@ -57,6 +57,9 @@ DEPEND=${RDEPEND}
)
 
 
+# tests hang
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index a117b77..d9eda68 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -57,6 +57,9 @@ DEPEND=${RDEPEND}
)
 
 
+# tests hang
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)



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

2014-03-27 Thread Michael Palimaka
commit: 77616d12b368afdfc971993919e1021d4c05c926
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Thu Mar 27 07:13:49 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Thu Mar 27 07:13:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77616d12

[kde-frameworks/kio] Add new dependency.

Introduced when upstream moved KPasswdServer from kde-runtime.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kio/kio-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 2a1fb9c..1a5c487 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -27,6 +27,7 @@ RDEPEND=
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)



<    1   2