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

2022-11-16 Thread Andreas Sturmlechner
commit: a6a7492cbf9c0fe0ec5a6c02a8b4bfb206e8c569
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 16 21:04:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 16 21:04:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6a7492c

kde-frameworks/kdesignerplugin: Drop IUSE nls

It is non-optional.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index 8ac60a84cd..21379aea1e 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -14,11 +14,11 @@ DESCRIPTION="Framework providing plugins to use KDE 
frameworks widgets in QtDesi
 
 LICENSE="LGPL-2.1+"
 KEYWORDS=""
-IUSE="nls"
+IUSE=""
 
 DEPEND="
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
 "
 RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"



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

2020-11-14 Thread Andreas Sturmlechner
commit: 887f422915ddb4e3719f3c86dd9a0ffcd5eff445
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 14 17:45:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 14 17:45:36 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=887f4229

kde-frameworks/kdesignerplugin: drop 5.76.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.76.0.ebuild  | 25 --
 1 file changed, 25 deletions(-)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild
deleted file mode 100644
index 0433d915f4..00
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"



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

2020-11-08 Thread Andreas Sturmlechner
commit: cf82c2a2147c583ce0fa2415f88b8cd3f16d90ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov  7 21:12:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov  7 21:12:36 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf82c2a2

kde-frameworks/kdesignerplugin: 5.76.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.76.0.ebuild  | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild
new file mode 100644
index 00..0433d915f4
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.76.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



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

2020-10-10 Thread Andreas Sturmlechner
commit: 16f6caef857a9267f761fb5cf6631113cfdf5bef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 10 16:04:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 10 16:04:52 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=16f6caef

kde-frameworks/kdesignerplugin: drop 5.75.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.75.0.ebuild  | 25 --
 1 file changed, 25 deletions(-)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild
deleted file mode 100644
index 504d9c4e02..00
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"



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

2020-10-05 Thread Andreas Sturmlechner
commit: 910e91cd6713c71453c80eef4db41d6d524d3c23
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  4 20:59:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  4 20:59:06 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=910e91cd

kde-frameworks/kdesignerplugin: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.75.0.ebuild  | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild
new file mode 100644
index 00..504d9c4e02
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



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

2020-09-12 Thread Andreas Sturmlechner
commit: f1a92edbaf0ad37f818621e8258068fe6a1e4346
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 12 12:06:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 12 12:06:13 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1a92edb

kde-frameworks/kdesignerplugin: drop 5.74.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.74.0.ebuild  | 25 --
 1 file changed, 25 deletions(-)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.74.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.74.0.ebuild
deleted file mode 100644
index 504d9c4e02..00
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.74.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"



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

2020-09-06 Thread Andreas Sturmlechner
commit: e5a701808525d3af8993a2a06c597df2fef44d46
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  6 12:03:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  6 16:44:44 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5a70180

kde-frameworks/kdesignerplugin: 5.74.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.74.0.ebuild  | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.74.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.74.0.ebuild
new file mode 100644
index 00..504d9c4e02
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.74.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



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

2020-08-08 Thread Andreas Sturmlechner
commit: 871360bcaa66b35660255e11d98ee8e7cb1b0d4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  8 11:01:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug  8 11:01:04 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=871360bc

kde-frameworks/kdesignerplugin: drop 5.73.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.73.0.ebuild  | 25 --
 1 file changed, 25 deletions(-)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild
deleted file mode 100644
index 504d9c4e02..00
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"



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

2020-08-02 Thread Andreas Sturmlechner
commit: 720f50ab28732cbaf62a8473f71723c2a10f6fd2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  1 20:36:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug  1 20:36:45 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=720f50ab

kde-frameworks/kdesignerplugin: 5.73.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.73.0.ebuild  | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild
new file mode 100644
index 00..504d9c4e02
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.73.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



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

2020-07-04 Thread Andreas Sturmlechner
commit: 6b6d4bd91078d5a72a044f110af8cf0fb1990c87
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  4 19:30:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  4 21:44:12 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b6d4bd9

kde-frameworks/kdesignerplugin: 5.72.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdesignerplugin/kdesignerplugin-5.72.0.ebuild  | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.72.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.72.0.ebuild
new file mode 100644
index 00..504d9c4e02
--- /dev/null
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.72.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/, kde-frameworks/kwidgetsaddons/, ...

2020-06-07 Thread Andreas Sturmlechner
commit: 53f96fcc962eae1b88e917ebe08f5edd336bcf57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun  6 22:00:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun  6 22:15:39 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=53f96fcc

kde-frameworks: Add KDE Frameworks 5.71.0

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

 kde-frameworks/attica/attica-5.71.0.ebuild | 26 ++
 kde-frameworks/baloo/baloo-5.71.0.ebuild   | 35 
 kde-frameworks/bluez-qt/bluez-qt-5.71.0.ebuild | 38 +
 .../breeze-icons-rcc-5.71.0.ebuild | 35 
 .../breeze-icons/breeze-icons-5.71.0.ebuild| 33 
 .../extra-cmake-modules-5.71.0.ebuild  | 76 +
 .../frameworkintegration-5.71.0.ebuild | 44 ++
 .../kactivities-stats-5.71.0.ebuild| 23 ++
 .../kactivities/kactivities-5.71.0.ebuild  | 29 +++
 kde-frameworks/kapidox/kapidox-5.71.0.ebuild   | 23 ++
 kde-frameworks/karchive/karchive-5.71.0.ebuild | 18 
 kde-frameworks/kauth/kauth-5.71.0.ebuild   | 44 ++
 kde-frameworks/kbookmarks/kbookmarks-5.71.0.ebuild | 34 
 .../kcalendarcore/kcalendarcore-5.71.0.ebuild  | 27 ++
 kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild | 33 
 kde-frameworks/kcodecs/kcodecs-5.71.0.ebuild   | 17 
 .../kcompletion/kcompletion-5.71.0.ebuild  | 26 ++
 kde-frameworks/kconfig/kconfig-5.71.0.ebuild   | 37 +
 .../kconfigwidgets/kconfigwidgets-5.71.0.ebuild| 40 +
 kde-frameworks/kcontacts/kcontacts-5.71.0.ebuild   | 35 
 .../kcoreaddons/kcoreaddons-5.71.0.ebuild  | 40 +
 kde-frameworks/kcrash/kcrash-5.71.0.ebuild | 32 
 .../kdbusaddons/kdbusaddons-5.71.0.ebuild  | 30 +++
 .../kdeclarative/kdeclarative-5.71.0.ebuild| 34 
 kde-frameworks/kded/kded-5.71.0.ebuild | 39 +
 .../kdelibs4support/kdelibs4support-5.71.0.ebuild  | 96 ++
 .../kdesignerplugin/kdesignerplugin-5.71.0.ebuild  | 25 ++
 kde-frameworks/kdesu/kdesu-5.71.0.ebuild   | 33 
 kde-frameworks/kdewebkit/kdewebkit-5.71.0.ebuild   | 40 +
 kde-frameworks/kdnssd/kdnssd-5.71.0.ebuild | 33 
 kde-frameworks/kdoctools/kdoctools-5.71.0.ebuild   | 48 +++
 kde-frameworks/kemoticons/kemoticons-5.71.0.ebuild | 28 +++
 .../kfilemetadata/kfilemetadata-5.71.0.ebuild  | 68 +++
 .../kglobalaccel/kglobalaccel-5.71.0.ebuild| 32 
 kde-frameworks/kguiaddons/kguiaddons-5.71.0.ebuild | 23 ++
 kde-frameworks/kholidays/kholidays-5.71.0.ebuild   | 31 +++
 kde-frameworks/khtml/khtml-5.71.0.ebuild   | 72 
 kde-frameworks/ki18n/ki18n-5.71.0.ebuild   | 38 +
 .../kiconthemes/kiconthemes-5.71.0.ebuild  | 32 
 kde-frameworks/kidletime/kidletime-5.71.0.ebuild   | 47 +++
 .../kimageformats/kimageformats-5.71.0.ebuild  | 37 +
 kde-frameworks/kinit/kinit-5.71.0.ebuild   | 51 
 kde-frameworks/kio/kio-5.71.0.ebuild   | 94 +
 kde-frameworks/kirigami/kirigami-5.71.0.ebuild | 46 +++
 .../kitemmodels/kitemmodels-5.71.0.ebuild  | 32 
 kde-frameworks/kitemviews/kitemviews-5.71.0.ebuild | 23 ++
 .../kjobwidgets/kjobwidgets-5.71.0.ebuild  | 39 +
 kde-frameworks/kjs/kjs-5.71.0.ebuild   | 23 ++
 kde-frameworks/kjsembed/kjsembed-5.71.0.ebuild | 28 +++
 .../kmediaplayer/kmediaplayer-5.71.0.ebuild| 23 ++
 kde-frameworks/knewstuff/knewstuff-5.71.0.ebuild   | 40 +
 .../knotifications/knotifications-5.71.0.ebuild| 49 +++
 .../knotifyconfig/knotifyconfig-5.71.0.ebuild  | 34 
 kde-frameworks/kpackage/kpackage-5.71.0.ebuild | 37 +
 kde-frameworks/kparts/kparts-5.71.0.ebuild | 33 
 kde-frameworks/kpeople/kpeople-5.71.0.ebuild   | 40 +
 kde-frameworks/kplotting/kplotting-5.71.0.ebuild   | 21 +
 kde-frameworks/kpty/kpty-5.71.0.ebuild | 27 ++
 .../kquickcharts/kquickcharts-5.71.0.ebuild| 39 +
 kde-frameworks/kross/kross-5.71.0.ebuild   | 34 
 kde-frameworks/krunner/krunner-5.71.0.ebuild   | 38 +
 kde-frameworks/kservice/kservice-5.71.0.ebuild | 51 
 .../ktexteditor/ktexteditor-5.71.0.ebuild  | 59 +
 .../ktextwidgets/ktextwidgets-5.71.0.ebuild| 38 +
 .../kunitconversion/kunitconversion-5.71.0.ebuild  | 28 +++
 kde-frameworks/kwallet/kwallet-5.71.0.ebuild   | 54 
 kde-frameworks/kwayland/kwayland-5.71.0.ebuild | 30 +++
 .../kwidgetsaddons/kwidgetsaddons-5.71.0.ebuild| 29 +++
 

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

2019-08-06 Thread Andreas Sturmlechner
commit: 3f649da734aeba19f356d1eddb78f07da1956212
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  6 20:53:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  6 21:47:34 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f649da7

kde-frameworks/kdesignerplugin: Drop USE designer

Upstream commit cc27fa4fa59badca27d55baf17f73dcef2b8ddfe

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

 .../kdesignerplugin/kdesignerplugin-.ebuild| 32 +-
 1 file changed, 1 insertion(+), 31 deletions(-)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index 4b2e34f0ec..16d62206b2 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
 LICENSE="LGPL-2.1+"
 KEYWORDS=""
-IUSE="designer nls"
+IUSE="nls"
 
 BDEPEND="
nls? ( $(add_qt_dep linguist-tools) )
@@ -19,35 +19,5 @@ BDEPEND="
 DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
-   designer? (
-   $(add_qt_dep designer)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kplotting)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   )
 "
 RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package designer KF5Completion)
-   $(cmake-utils_use_find_package designer KF5ConfigWidgets)
-   $(cmake-utils_use_find_package designer KF5IconThemes)
-   $(cmake-utils_use_find_package designer KF5ItemViews)
-   $(cmake-utils_use_find_package designer KF5KIO)
-   $(cmake-utils_use_find_package designer KF5Plotting)
-   $(cmake-utils_use_find_package designer KF5Sonnet)
-   $(cmake-utils_use_find_package designer KF5TextWidgets)
-   $(cmake-utils_use_find_package designer KF5WidgetsAddons)
-   $(cmake-utils_use_find_package designer KF5XmlGui)
-   )
-
-   kde5_src_configure
-}



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

2019-07-21 Thread Andreas Sturmlechner
commit: c8647f6d79ee74b045a00c8bd6c52986524a8941
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 21 10:58:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 21 11:09:47 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8647f6d

kde-frameworks/kdesignerplugin: Drop USE webkit

Upstream commit 729f723f76751f106e803903cfd9b16d6fa350f0

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

 kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild | 8 +---
 kde-frameworks/kdesignerplugin/metadata.xml| 1 -
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index f602e845b2..4b2e34f0ec 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in 
QtDesigner"
 LICENSE="LGPL-2.1+"
 KEYWORDS=""
-IUSE="designer nls webkit"
+IUSE="designer nls"
 
 BDEPEND="
nls? ( $(add_qt_dep linguist-tools) )
@@ -32,11 +32,6 @@ DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep sonnet)
)
-   webkit? (
-   $(add_qt_dep designer)
-   $(add_qt_dep qtgui)
-   $(add_frameworks_dep kdewebkit)
-   )
 "
 RDEPEND="${DEPEND}"
 
@@ -52,7 +47,6 @@ src_configure() {
$(cmake-utils_use_find_package designer KF5TextWidgets)
$(cmake-utils_use_find_package designer KF5WidgetsAddons)
$(cmake-utils_use_find_package designer KF5XmlGui)
-   $(cmake-utils_use_find_package webkit KF5WebKit)
)
 
kde5_src_configure

diff --git a/kde-frameworks/kdesignerplugin/metadata.xml 
b/kde-frameworks/kdesignerplugin/metadata.xml
index 0e20c8c320..cb2a431ad0 100644
--- a/kde-frameworks/kdesignerplugin/metadata.xml
+++ b/kde-frameworks/kdesignerplugin/metadata.xml
@@ -7,6 +7,5 @@


Build KF5 widgets plugin for 
QtDesigner
-   Build kdewebkit plugin for QtDesigner

 



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

2019-06-09 Thread Andreas Sturmlechner
commit: 58d76a6905f75da950c06c01f13d65bbfa1255d0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  9 11:19:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  9 11:24:38 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=58d76a69

kde-frameworks/kdesignerplugin: Disable all optional deps w/ !designer

A high --jobs number could lead to cmake errors otherwise.

Closes: https://bugs.gentoo.org/687704
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index 008d15cb0a..f602e845b2 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -42,12 +42,16 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
local mycmakeargs=(
+   $(cmake-utils_use_find_package designer KF5Completion)
+   $(cmake-utils_use_find_package designer KF5ConfigWidgets)
$(cmake-utils_use_find_package designer KF5IconThemes)
$(cmake-utils_use_find_package designer KF5ItemViews)
$(cmake-utils_use_find_package designer KF5KIO)
$(cmake-utils_use_find_package designer KF5Plotting)
+   $(cmake-utils_use_find_package designer KF5Sonnet)
$(cmake-utils_use_find_package designer KF5TextWidgets)
$(cmake-utils_use_find_package designer KF5WidgetsAddons)
+   $(cmake-utils_use_find_package designer KF5XmlGui)
$(cmake-utils_use_find_package webkit KF5WebKit)
)
 



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

2018-01-27 Thread Andreas Sturmlechner
commit: 8d333252fa2e8329a7d70feccb46773083224b63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 27 21:46:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 27 21:46:47 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d333252

kde-frameworks/kdesignerplugin: Set KDE_HANDBOOK="optional"

Upstream commit a78f3c63e9ab8f6b4661d5b3b987a5eaa3e597c0

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index e46849b567..559f7946ac 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+KDE_HANDBOOK="optional"
 KDE_QTHELP="false"
 KDE_TEST="false"
 inherit kde5
@@ -35,7 +36,6 @@ RDEPEND="
)
 "
 DEPEND="${RDEPEND}
-   $(add_frameworks_dep kdoctools)
nls? ( $(add_qt_dep linguist-tools) )
 "
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/, kde-frameworks/ktexteditor/, ...

2018-01-14 Thread Andreas Sturmlechner
commit: 363a565f4ef449fe0f6103702975568ff749be8a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 14 10:17:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 14 10:17:33 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=363a565f

kde-frameworks: Drop KDE Frameworks 5.42.0

Moved to Gentoo main ebuild repository.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-frameworks/attica/attica-5.42.0.ebuild | 16 -
 kde-frameworks/baloo/baloo-5.42.0.ebuild   | 34 -
 kde-frameworks/bluez-qt/bluez-qt-5.42.0.ebuild | 34 -
 .../breeze-icons-rcc-5.42.0.ebuild | 33 -
 .../breeze-icons/breeze-icons-5.42.0.ebuild| 31 
 .../extra-cmake-modules-5.42.0.ebuild  | 63 
 .../frameworkintegration-5.42.0.ebuild | 53 --
 .../kactivities-stats-5.42.0.ebuild| 21 --
 .../kactivities/kactivities-5.42.0.ebuild  | 26 ---
 kde-frameworks/kapidox/kapidox-5.42.0.ebuild   | 28 
 kde-frameworks/karchive/karchive-5.42.0.ebuild | 27 ---
 kde-frameworks/kauth/kauth-5.42.0.ebuild   | 32 -
 kde-frameworks/kbookmarks/kbookmarks-5.42.0.ebuild | 29 
 kde-frameworks/kcmutils/kcmutils-5.42.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.42.0.ebuild   | 13 
 .../kcompletion/kcompletion-5.42.0.ebuild  | 21 --
 kde-frameworks/kconfig/kconfig-5.42.0.ebuild   | 26 ---
 .../kconfigwidgets/kconfigwidgets-5.42.0.ebuild| 36 --
 .../kcoreaddons/kcoreaddons-5.42.0.ebuild  | 36 --
 kde-frameworks/kcrash/kcrash-5.42.0.ebuild | 28 
 .../kdbusaddons/kdbusaddons-5.42.0.ebuild  | 28 
 .../kdeclarative/kdeclarative-5.42.0.ebuild| 32 -
 kde-frameworks/kded/kded-5.42.0.ebuild | 36 --
 .../kdelibs4support/kdelibs4support-5.42.0.ebuild  | 84 --
 .../kdesignerplugin/kdesignerplugin-5.42.0.ebuild  | 54 --
 kde-frameworks/kdesu/kdesu-5.42.0.ebuild   | 32 -
 kde-frameworks/kdewebkit/kdewebkit-5.42.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.42.0.ebuild | 31 
 kde-frameworks/kdoctools/kdoctools-5.42.0.ebuild   | 25 ---
 kde-frameworks/kemoticons/kemoticons-5.42.0.ebuild | 26 ---
 .../kfilemetadata/kfilemetadata-5.42.0.ebuild  | 57 ---
 .../kglobalaccel/kglobalaccel-5.42.0.ebuild| 29 
 kde-frameworks/kguiaddons/kguiaddons-5.42.0.ebuild | 22 --
 kde-frameworks/khtml/khtml-5.42.0.ebuild   | 68 --
 kde-frameworks/ki18n/ki18n-5.42.0.ebuild   | 31 
 .../kiconthemes/kiconthemes-5.42.0.ebuild  | 29 
 kde-frameworks/kidletime/kidletime-5.42.0.ebuild   | 46 
 .../kimageformats/kimageformats-5.42.0.ebuild  | 35 -
 kde-frameworks/kinit/kinit-5.42.0.ebuild   | 45 
 kde-frameworks/kio/kio-5.42.0.ebuild   | 78 
 kde-frameworks/kirigami/kirigami-5.42.0.ebuild | 41 ---
 .../kitemmodels/kitemmodels-5.42.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.42.0.ebuild | 20 --
 .../kjobwidgets/kjobwidgets-5.42.0.ebuild  | 35 -
 kde-frameworks/kjs/kjs-5.42.0.ebuild   | 22 --
 kde-frameworks/kjsembed/kjsembed-5.42.0.ebuild | 26 ---
 .../kmediaplayer/kmediaplayer-5.42.0.ebuild| 21 --
 kde-frameworks/knewstuff/knewstuff-5.42.0.ebuild   | 36 --
 .../knotifications/knotifications-5.42.0.ebuild| 44 
 .../knotifyconfig/knotifyconfig-5.42.0.ebuild  | 24 ---
 kde-frameworks/kpackage/kpackage-5.42.0.ebuild | 28 
 kde-frameworks/kparts/kparts-5.42.0.ebuild | 30 
 kde-frameworks/kpeople/kpeople-5.42.0.ebuild   | 38 --
 kde-frameworks/kplotting/kplotting-5.42.0.ebuild   | 18 -
 kde-frameworks/kpty/kpty-5.42.0.ebuild | 26 ---
 kde-frameworks/kross/kross-5.42.0.ebuild   | 32 -
 kde-frameworks/krunner/krunner-5.42.0.ebuild   | 36 --
 kde-frameworks/kservice/kservice-5.42.0.ebuild | 46 
 .../ktexteditor/ktexteditor-5.42.0.ebuild  | 56 ---
 .../ktextwidgets/ktextwidgets-5.42.0.ebuild| 37 --
 .../kunitconversion/kunitconversion-5.42.0.ebuild  | 26 ---
 kde-frameworks/kwallet/kwallet-5.42.0.ebuild   | 56 ---
 kde-frameworks/kwayland/kwayland-5.42.0.ebuild | 27 ---
 .../kwidgetsaddons/kwidgetsaddons-5.42.0.ebuild| 20 --
 .../kwindowsystem/kwindowsystem-5.42.0.ebuild  | 40 ---
 kde-frameworks/kxmlgui/kxmlgui-5.42.0.ebuild   | 41 ---
 .../kxmlrpcclient/kxmlrpcclient-5.42.0.ebuild  | 20 --
 .../modemmanager-qt/modemmanager-qt-5.42.0.ebuild  | 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/, kde-frameworks/kdnssd/, ...

2016-09-10 Thread Michael Palimaka
commit: 873c2c4ecb0623cd1e1cd68d0ea7f525c907f1fb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 10 13:12:03 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 10 13:12:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=873c2c4e

kde-frameworks: Version bump KDE Frameworks 5.26

Package-Manager: portage-2.3.0

 kde-frameworks/attica/attica-5.26.0.ebuild | 17 +
 kde-frameworks/baloo/baloo-5.26.0.ebuild   | 33 +
 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 +++
 .../kfilemetadata/kfilemetadata-5.26.0.ebuild  | 50 +
 .../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 +++
 kde-frameworks/kio/kio-5.26.0.ebuild   | 80 
 .../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 
 kde-frameworks/kparts/kparts-5.26.0.ebuild | 31 
 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 ++
 .../ktexteditor/ktexteditor-5.26.0.ebuild  | 53 +
 .../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 +++
 kde-frameworks/kxmlgui/kxmlgui-5.26.0.ebuild   | 42 +++
 .../kxmlrpcclient/kxmlrpcclient-5.26.0.ebuild  | 22 ++
 .../modemmanager-qt/modemmanager-qt-5.26.0.ebuild  | 25 +++
 .../networkmanager-qt-5.26.0.ebuild| 27 +++
 .../oxygen-icons/oxygen-icons-5.26.0.ebuild| 27 +++
 kde-frameworks/plasma/plasma-5.26.0.ebuild | 68 +
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/, kde-frameworks/kcmutils/, ...

2016-08-13 Thread Michael Palimaka
commit: 228657c07ad148a4b79b1dc46a5aaefc84d54d19
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug 13 19:00:13 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug 13 19:00:29 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=228657c0

kde-frameworks: 5.25.0 moved to main tree

Package-Manager: portage-2.3.0

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

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

2014-05-05 Thread Michael Palimaka
commit: 9381ebf0928e1967d9ce6f64641cb07cc48ef35c
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Mon May  5 15:02:25 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Mon May  5 15:02:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9381ebf0

[kde-frameworks/kdesignerplugin] Add nls dependency.

Package-Manager: portage-2.2.8-r1

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

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild
index 70b0ff4..3858246 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-4.99.0.ebuild
@@ -36,6 +36,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)
+   nls? ( dev-qt/linguist-tools:5 )
 
 
 src_configure() {

diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild 
b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
index 3565ed5..81d1d19 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-.ebuild
@@ -36,6 +36,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
$(add_frameworks_dep kdoctools)
+   nls? ( dev-qt/linguist-tools:5 )
 
 
 src_configure() {