public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2015-06-12 19:09 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2015-06-12 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7cf2360d174064f2c0e03e053756c7b950b69a08
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 12 19:08:11 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 19:08:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cf2360d

[kde-apps/kolourpaint] kde-base -> kde-apps.

Package-Manager: portage-2.2.20

 kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild       | 4 ++--
 kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild | 4 ++--
 kde-apps/kolourpaint/kolourpaint-9999.ebuild          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild b/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild
index 58c6237..cc7d8db 100644
--- a/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-15.04.2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
 pkg_postinst() {
 	kde4-base_pkg_postinst
 
-	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
-		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"
+	if ! has_version kde-apps/ksaneplugin:${SLOT} ; then
+		elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}"
 	fi
 }

diff --git a/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild
index 82d96bf..33dc3d1 100644
--- a/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-15.04.49.9999.ebuild
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
 pkg_postinst() {
 	kde4-base_pkg_postinst
 
-	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
-		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"
+	if ! has_version kde-apps/ksaneplugin:${SLOT} ; then
+		elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}"
 	fi
 }

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 82d96bf..33dc3d1 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
 pkg_postinst() {
 	kde4-base_pkg_postinst
 
-	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
-		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"
+	if ! has_version kde-apps/ksaneplugin:${SLOT} ; then
+		elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}"
 	fi
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-01-20 12:57 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-01-20 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     46f0cbc7b6f2fba7d0df44852f6591eb0086b9bf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 12:57:25 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 12:57:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=46f0cbc7

kde-apps/kolourpaint: introduce scanner USE flag

Package-Manager: portage-2.2.27

 kde-apps/kolourpaint/kolourpaint-15.12.1.ebuild     | 21 +++++++++++++--------
 .../kolourpaint/kolourpaint-15.12.49.9999.ebuild    | 21 +++++++++++++--------
 kde-apps/kolourpaint/kolourpaint-9999.ebuild        | 21 +++++++++++++--------
 3 files changed, 39 insertions(+), 24 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-15.12.1.ebuild b/kde-apps/kolourpaint/kolourpaint-15.12.1.ebuild
index 8b1c5a6..0a2407b 100644
--- a/kde-apps/kolourpaint/kolourpaint-15.12.1.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-15.12.1.ebuild
@@ -11,15 +11,20 @@ DESCRIPTION="Paint Program for KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=" ~amd64 ~x86"
 LICENSE="BSD LGPL-2"
-IUSE="debug"
+IUSE="debug scanner"
 
-DEPEND="media-libs/qimageblitz"
-RDEPEND="${DEPEND}"
+DEPEND="
+	media-libs/qimageblitz
+	scanner? ( $(add_kdeapps_dep libksane) )
+"
+RDEPEND="${DEPEND}
+	scanner? ( $(add_kdeapps_dep ksaneplugin) )
+"
 
-pkg_postinst() {
-	kde4-base_pkg_postinst
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package scanner KSane)
+	)
 
-	if ! has_version kde-apps/ksaneplugin:${SLOT} ; then
-		elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}"
-	fi
+	kde4-base_src_configure
 }

diff --git a/kde-apps/kolourpaint/kolourpaint-15.12.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-15.12.49.9999.ebuild
index 15da9a0..0e93748 100644
--- a/kde-apps/kolourpaint/kolourpaint-15.12.49.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-15.12.49.9999.ebuild
@@ -11,15 +11,20 @@ DESCRIPTION="Paint Program for KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug"
+IUSE="debug scanner"
 
-DEPEND="media-libs/qimageblitz"
-RDEPEND="${DEPEND}"
+DEPEND="
+	media-libs/qimageblitz
+	scanner? ( $(add_kdeapps_dep libksane) )
+"
+RDEPEND="${DEPEND}
+	scanner? ( $(add_kdeapps_dep ksaneplugin) )
+"
 
-pkg_postinst() {
-	kde4-base_pkg_postinst
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package scanner KSane)
+	)
 
-	if ! has_version kde-apps/ksaneplugin:${SLOT} ; then
-		elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}"
-	fi
+	kde4-base_src_configure
 }

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 15da9a0..0e93748 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -11,15 +11,20 @@ DESCRIPTION="Paint Program for KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug"
+IUSE="debug scanner"
 
-DEPEND="media-libs/qimageblitz"
-RDEPEND="${DEPEND}"
+DEPEND="
+	media-libs/qimageblitz
+	scanner? ( $(add_kdeapps_dep libksane) )
+"
+RDEPEND="${DEPEND}
+	scanner? ( $(add_kdeapps_dep ksaneplugin) )
+"
 
-pkg_postinst() {
-	kde4-base_pkg_postinst
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package scanner KSane)
+	)
 
-	if ! has_version kde-apps/ksaneplugin:${SLOT} ; then
-		elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}"
-	fi
+	kde4-base_src_configure
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-04-04 22:51 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2016-04-04 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     43974c1371761dbfc5177640c6c3732575c1f2b9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:33:12 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 22:33:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=43974c13

kde-apps/kolourpaint: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild | 4 ++--
 kde-apps/kolourpaint/kolourpaint-9999.ebuild          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild
index 0e93748..b30e54f 100644
--- a/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-16.04.49.9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="Paint Program for KDE"
+DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 0e93748..b30e54f 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
-DESCRIPTION="Paint Program for KDE"
+DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-04-12 21:22 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2016-04-12 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     27ee5af8117db3d6651753e4c4c94dcbc88450eb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 21:21:30 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 21:21:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=27ee5af8

kde-apps/kolourpaint: Version based on KF5

Gentoo-bug: 525008

Package-Manager: portage-2.2.28

 kde-apps/kolourpaint/kolourpaint-5.9999.ebuild | 44 ++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
new file mode 100644
index 0000000..5d0421e
--- /dev/null
+++ b/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Paint Program by KDE"
+HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
+KEYWORDS=""
+LICENSE="BSD LGPL-2"
+IUSE="scanner"
+
+RDEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtwidgets)
+	media-libs/qimageblitz
+	scanner? ( $(add_kdeapps_dep libksane) )
+"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package scanner KF5Sane)
+	)
+
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-07-11 12:21 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2016-07-11 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     cb090709dd96e622d9e1bca50a1e95136b9b01f2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 12:15:30 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 12:15:30 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb090709

kde-apps/kolourpaint: Drop DEPEND on media-libs/qimageblitz

Upstream commit 174a92aa5db7deced22af50b19c5d206b7b1e2ec. Spotted by Perfect
Gentleman <perfect007gentleman <AT> gmail.com>.

Gentoo-bug: 588582

Package-Manager: portage-2.3.0

 kde-apps/kolourpaint/kolourpaint-5.9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
index 5d0421e..9bc6b44 100644
--- a/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtprintsupport)
 	$(add_qt_dep qtwidgets)
-	media-libs/qimageblitz
 	scanner? ( $(add_kdeapps_dep libksane) )
 "
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-07-13 18:34 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2016-07-13 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cabd376285ddfb2ba8329762314055e69e4fe3c7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 18:33:32 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 18:33:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cabd3762

kde-apps/kolourpaint: Frameworks merged to master

Spotted by Andreas Sturmlechner <andreas.sturmlechner <AT> gmail.com>.

Package-Manager: portage-2.3.0

 kde-apps/kolourpaint/kolourpaint-5.9999.ebuild | 43 --------------------------
 kde-apps/kolourpaint/kolourpaint-9999.ebuild   | 30 ++++++++++++------
 2 files changed, 21 insertions(+), 52 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
deleted file mode 100644
index 9bc6b44..0000000
--- a/kde-apps/kolourpaint/kolourpaint-5.9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="Paint Program by KDE"
-HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
-KEYWORDS=""
-LICENSE="BSD LGPL-2"
-IUSE="scanner"
-
-RDEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep kguiaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kiconthemes)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtwidgets)
-	scanner? ( $(add_kdeapps_dep libksane) )
-"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package scanner KF5Sane)
-	)
-
-	kde5_src_configure
-}

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index b30e54f..34ab03c 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -4,27 +4,39 @@
 
 EAPI=6
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug scanner"
+IUSE="scanner"
 
-DEPEND="
-	media-libs/qimageblitz
+RDEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtwidgets)
 	scanner? ( $(add_kdeapps_dep libksane) )
 "
-RDEPEND="${DEPEND}
-	scanner? ( $(add_kdeapps_dep ksaneplugin) )
+DEPEND="${RDEPEND}
+	sys-devel/gettext
 "
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package scanner KSane)
+		$(cmake-utils_use_find_package scanner KF5Sane)
 	)
 
-	kde4-base_src_configure
+	kde5_src_configure
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-08-25 18:52 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-08-25 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b5103325e6c1ba7f1eed7039b1ec60d9a2fe0237
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 18:52:29 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:52:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5103325

kde-apps/kolourpaint: improve LICENSE

Package-Manager: portage-2.3.0

 kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild       | 2 +-
 kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild | 2 +-
 kde-apps/kolourpaint/kolourpaint-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild b/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild
index 5fbaead..8bde304 100644
--- a/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="BSD LGPL-2"
+LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
 IUSE="scanner"
 
 RDEPEND="

diff --git a/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild
index 5c7796e..0b7fd6f 100644
--- a/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
-LICENSE="BSD LGPL-2"
+LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
 IUSE="scanner"
 
 RDEPEND="

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 5c7796e..0b7fd6f 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
-LICENSE="BSD LGPL-2"
+LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
 IUSE="scanner"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-08-25 18:52 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-08-25 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     47de61b00765594399ad68255054313d1dcce13e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 18:51:32 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:52:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=47de61b0

kde-apps/kolourpaint: enable handbook

Package-Manager: portage-2.3.0

 kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild       | 1 +
 kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild | 1 +
 kde-apps/kolourpaint/kolourpaint-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild b/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild
index f32364a..5fbaead 100644
--- a/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-16.08.0.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_HANDBOOK="true"
 inherit kde5
 
 DESCRIPTION="Paint Program by KDE"

diff --git a/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild
index 34ab03c..5c7796e 100644
--- a/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-16.08.49.9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_HANDBOOK="true"
 inherit kde5
 
 DESCRIPTION="Paint Program by KDE"

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 34ab03c..5c7796e 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_HANDBOOK="true"
 inherit kde5
 
 DESCRIPTION="Paint Program by KDE"


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-11-12 10:55 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-11-12 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a2ba8fd1722452ee95e24164283f810693cbe69f
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Oct 27 07:27:32 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 10:55:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2ba8fd1

kde-apps/kolourpaint: Add missing DEPEND

Upstream commit a149002600d8d697fa7136488f0d4703054a3a4c

Package-Manager: portage-2.3.0

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 0b7fd6f..e1c298c 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
 	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep libkexiv2)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtprintsupport)
 	$(add_qt_dep qtwidgets)


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2016-11-27  8:20 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-11-27  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e406e55ff8d2da4f904ed228c5eecea9c61b9bbe
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 08:19:58 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 08:20:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e406e55f

kde-apps/kolourpaint: remove unused dependency

Upstream-commit: 8747c55692ac41f80ca1cce5633bc892c6b3d842

Package-Manager: portage-2.3.2

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index e1c298c..0b7fd6f 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -25,7 +25,6 @@ RDEPEND="
 	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)
-	$(add_kdeapps_dep libkexiv2)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtprintsupport)
 	$(add_qt_dep qtwidgets)


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2018-08-06 23:59 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2018-08-06 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9943c914cde2708134f703d06b556af94acb660a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  6 23:39:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug  6 23:39:08 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9943c914

kde-apps/kolourpaint: Update dependencies

Upstream commit: dd0c085dfbc5392063fb78e2f9d6f316edeee76b
Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail.com>
Package-Manager: Portage-2.3.44, Repoman-2.3.10

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 28175b939a..a65762fb97 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Paint Program by KDE"
@@ -16,10 +16,10 @@ RDEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kservice)
 	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2018-12-04 20:40 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2018-12-04 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0b602b3e464c04da92a273dee64919c7ddd2bfa7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  4 19:18:15 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 20:40:23 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b602b3e

kde-apps/kolourpaint: kde-apps/kdelibs4support was dropped prematurely

Bug: https://bugs.gentoo.org/672498
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolourpaint/kolourpaint-18.11.90.ebuild      | 5 ++---
 kde-apps/kolourpaint/kolourpaint-18.12.49.9999.ebuild | 5 ++---
 kde-apps/kolourpaint/kolourpaint-9999.ebuild          | 7 +++----
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-18.11.90.ebuild b/kde-apps/kolourpaint/kolourpaint-18.11.90.ebuild
index cce9441c59..0caff9e0da 100644
--- a/kde-apps/kolourpaint/kolourpaint-18.11.90.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-18.11.90.ebuild
@@ -16,6 +16,7 @@ RDEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
@@ -29,9 +30,7 @@ RDEPEND="
 	$(add_qt_dep qtwidgets)
 	scanner? ( $(add_kdeapps_dep libksane) )
 "
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/kde-apps/kolourpaint/kolourpaint-18.12.49.9999.ebuild b/kde-apps/kolourpaint/kolourpaint-18.12.49.9999.ebuild
index afc1af8c17..5b1351d87a 100644
--- a/kde-apps/kolourpaint/kolourpaint-18.12.49.9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-18.12.49.9999.ebuild
@@ -16,6 +16,7 @@ RDEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
@@ -29,9 +30,7 @@ RDEPEND="
 	$(add_qt_dep qtwidgets)
 	scanner? ( $(add_kdeapps_dep libksane) )
 "
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index a65762fb97..5b1351d87a 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.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
@@ -16,6 +16,7 @@ RDEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kguiaddons)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
@@ -29,9 +30,7 @@ RDEPEND="
 	$(add_qt_dep qtwidgets)
 	scanner? ( $(add_kdeapps_dep libksane) )
 "
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2019-12-07 11:43 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-12-07 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3dbe415dc4cd83789bfd8b177b628d737f515981
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 21:32:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 11:42:39 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dbe415d

kde-apps/kolourpaint: Update DEPENDs, kdelibs4support--

Upstream commit f906beb070acbede6fe62fc18413daf7e1b660cc

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

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 1524d51a0b..2092b8e348 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -21,11 +21,11 @@ DEPEND="
 	>=kde-frameworks/kconfig-${KFMIN}:5
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdelibs4support-${KFMIN}:5
 	>=kde-frameworks/kguiaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kiconthemes-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2020-01-02  0:14 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2020-01-02  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a11049e0115bb289a19ce6692aa744099436559c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 00:03:23 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 00:03:23 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a11049e0

kde-apps/kolourpaint: Drop unused DEPEND

Upstream commit 39047dd44ced34d771f1382f76c4c48325c1304a

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 3557e4c16c..881b4b3455 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -23,7 +23,6 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kguiaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5
 	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2024-01-07 13:26 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2024-01-07 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4c3ff2b1d591b27d1f4e6b2a6654aba29cd39535
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 13:04:53 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 13:24:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c3ff2b1

kde-apps/kolourpaint: Port to KF6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 36 +++++++++++++---------------
 1 file changed, 17 insertions(+), 19 deletions(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 5505f10431..1fdfcfba4f 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -5,40 +5,38 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="Paint Program by KDE"
 HOMEPAGE="https://apps.kde.org/kolourpaint/"
 
 LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE="scanner"
 
 DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtprintsupport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	scanner? ( >=kde-apps/libksane-${PVCUT}:5 )
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kguiaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kjobwidgets-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+	>=kde-frameworks/ktextwidgets-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	scanner? ( >=kde-apps/libksane-${PVCUT}:6 )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package scanner KF5Sane)
+		$(cmake_use_find_package scanner KF6Sane)
 	)
 
 	ecm_src_configure


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2024-02-26 19:59 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2024-02-26 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     83ad894ccf9642c8c9bb519281440a8511b01b5c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 18:44:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 19:58:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=83ad894c

kde-apps/kolourpaint: Re-add 24.02.0:5 KEYWORDS

Only Qt6 revdeps will need to undergo re-keywording.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild b/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild
index a0ad150c44..04556d74da 100644
--- a/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-24.02.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kolourpaint/"
 
 LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="scanner"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/
@ 2024-07-06 22:03 Andreas Sturmlechner
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2024-07-06 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     befd34bc255dd4086608c9d36bb14b1502d395dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 21:57:17 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 22:02:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=befd34bc

kde-apps/kolourpaint: Fix cmake arg for IUSE scanner

Upstream commit 3de3c17f0fafdccfc43dea7d2a0b520ed3f3390e

Bug: https://bugs.gentoo.org/935674
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
index 046fe48c92..11dbac8ada 100644
--- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake_use_find_package scanner KF6Sane)
+		$(cmake_use_find_package scanner KSaneWidgets6)
 	)
 
 	ecm_src_configure


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-07-06 22:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 21:22 [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06 22:03 Andreas Sturmlechner
2024-02-26 19:59 Andreas Sturmlechner
2024-01-07 13:26 Andreas Sturmlechner
2020-01-02  0:14 Andreas Sturmlechner
2019-12-07 11:43 Andreas Sturmlechner
2018-12-04 20:40 Andreas Sturmlechner
2018-08-06 23:59 Andreas Sturmlechner
2016-11-27  8:20 Michael Palimaka
2016-11-12 10:55 Michael Palimaka
2016-08-25 18:52 Michael Palimaka
2016-08-25 18:52 Michael Palimaka
2016-07-13 18:34 Johannes Huber
2016-07-11 12:21 Johannes Huber
2016-04-04 22:51 Johannes Huber
2016-01-20 12:57 Michael Palimaka
2015-06-12 19:09 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox