public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-01-17 19:54 Aaron Bauman
  0 siblings, 0 replies; 19+ messages in thread
From: Aaron Bauman @ 2017-01-17 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     16f99cc17742c4a738a3185c677f9af5299cf5d4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 19:43:18 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 19:50:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f99cc1

kde-frameworks/knotifications: amd64 stable

Gentoo-bug: 605938

Package-Manager: portage-2.3.0

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

diff --git a/kde-frameworks/knotifications/knotifications-5.29.0.ebuild b/kde-frameworks/knotifications/knotifications-5.29.0.ebuild
index 780a930..fb2b72f 100644
--- a/kde-frameworks/knotifications/knotifications-5.29.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.29.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Framework for notifying the user of an event"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="dbus nls speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-04-20 13:19 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2017-04-20 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     33e8b2544fe32a5923b39ae7edaf76eff7a8b5a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 12:11:20 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:19:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e8b254

kde-frameworks/knotifications: Drop 5.33.0 (r0)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../knotifications/knotifications-5.33.0-r1.ebuild | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
deleted file mode 100644
index 4eb54a810f3..00000000000
--- a/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for notifying the user of an event"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="dbus nls speech X"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui '' '' '5=')
-	$(add_qt_dep qtwidgets)
-	media-libs/phonon[qt5]
-	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
-	speech? ( $(add_qt_dep qtspeech) )
-	X? (
-		$(add_qt_dep qtx11extras)
-		x11-libs/libX11
-		x11-libs/libXtst
-	)
-"
-DEPEND="${RDEPEND}
-	nls? ( $(add_qt_dep linguist-tools) )
-	X? ( x11-proto/xproto )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package dbus dbusmenu-qt5)
-		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
-		$(cmake-utils_use_find_package X X11)
-	)
-
-	kde5_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-04-20 13:19 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2017-04-20 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cb9a47049be9fe1036707646efd976333f73b9a2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 12:10:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:19:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9a4704

kde-frameworks/knotifications: Fix USE=dbus build switch

Reported-by: aayla.secura.1138 <AT> gmail.com
Gentoo-bug: 616072

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../knotifications/knotifications-5.33.0-r1.ebuild | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
new file mode 100644
index 00000000000..4eb54a810f3
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Framework for notifying the user of an event"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dbus nls speech X"
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
+RDEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui '' '' '5=')
+	$(add_qt_dep qtwidgets)
+	media-libs/phonon[qt5]
+	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+	speech? ( $(add_qt_dep qtspeech) )
+	X? (
+		$(add_qt_dep qtx11extras)
+		x11-libs/libX11
+		x11-libs/libXtst
+	)
+"
+DEPEND="${RDEPEND}
+	nls? ( $(add_qt_dep linguist-tools) )
+	X? ( x11-proto/xproto )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+		$(cmake-utils_use_find_package X X11)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-04-21  6:43 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2017-04-21  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b96563a18521af7f2996ae20d6affd5aa1087ff7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 06:40:26 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 06:42:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96563a1

kde-frameworks/knotifications: Re-add USE=dbus fix

This reverts commit 33e8b2544fe32a5923b39ae7edaf76eff7a8b5a2.

 .../knotifications/knotifications-5.33.0-r1.ebuild | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
new file mode 100644
index 00000000000..4eb54a810f3
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Framework for notifying the user of an event"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dbus nls speech X"
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
+RDEPEND="
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui '' '' '5=')
+	$(add_qt_dep qtwidgets)
+	media-libs/phonon[qt5]
+	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+	speech? ( $(add_qt_dep qtspeech) )
+	X? (
+		$(add_qt_dep qtx11extras)
+		x11-libs/libX11
+		x11-libs/libXtst
+	)
+"
+DEPEND="${RDEPEND}
+	nls? ( $(add_qt_dep linguist-tools) )
+	X? ( x11-proto/xproto )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+		$(cmake-utils_use_find_package X X11)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-04-21  6:43 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2017-04-21  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9426f6d9d1e1433136731010d7b40f6caf3fc328
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 06:41:34 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 06:42:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9426f6d9

kde-frameworks/knotifications: Really drop 5.33.0 (r0)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../knotifications/knotifications-5.33.0.ebuild    | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.33.0.ebuild b/kde-frameworks/knotifications/knotifications-5.33.0.ebuild
deleted file mode 100644
index d6901a20aa6..00000000000
--- a/kde-frameworks/knotifications/knotifications-5.33.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for notifying the user of an event"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="dbus nls speech X"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui '' '' '5=')
-	$(add_qt_dep qtwidgets)
-	media-libs/phonon[qt5]
-	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
-	speech? ( $(add_qt_dep qtspeech) )
-	X? (
-		$(add_qt_dep qtx11extras)
-		x11-libs/libX11
-		x11-libs/libXtst
-	)
-"
-DEPEND="${RDEPEND}
-	nls? ( $(add_qt_dep linguist-tools) )
-	X? ( x11-proto/xproto )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package dbus DBusMenuQt5)
-		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
-		$(cmake-utils_use_find_package X X11)
-	)
-
-	kde5_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-07-07 19:41 Alexis Ballier
  0 siblings, 0 replies; 19+ messages in thread
From: Alexis Ballier @ 2017-07-07 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7f3a7d7a41e15fcfd5798b90848beb8f08fb9463
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 19:39:39 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 19:39:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3a7d7a

kde-frameworks/knotifications: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/kde-frameworks/knotifications/knotifications-5.35.0.ebuild b/kde-frameworks/knotifications/knotifications-5.35.0.ebuild
index 4eb54a810f3..66584d3cce8 100644
--- a/kde-frameworks/knotifications/knotifications-5.35.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.35.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for notifying the user of an event"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="dbus nls speech X"
 
 # drop qtgui subslot operator when QT_MINIMAL >= 5.7.0


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-08-19 20:21 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2017-08-19 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     00d61595ddeb2fc049b0e9e67b55113820d52573
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 20:17:49 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 20:20:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d61595

kde-frameworks/knotifications: Drop obsolete subslot operator

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
index 66584d3cce8..ac165c3bdce 100644
--- a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
@@ -11,14 +11,13 @@ LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="dbus nls speech X"
 
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
 RDEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui '' '' '5=')
+	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	media-libs/phonon[qt5]
 	dbus? ( dev-libs/libdbusmenu-qt[qt5] )


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2017-09-03 16:13 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2017-09-03 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     82f9e7de78142649cb2c1f2d2489939b1bb8ffb7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 16:11:13 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 16:11:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f9e7de

kde-frameworks/knotifications: Drop 5.37.0 (r0)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../knotifications/knotifications-5.37.0.ebuild    | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
deleted file mode 100644
index 46d46ca122e..00000000000
--- a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for notifying the user of an event"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="dbus nls speech X"
-
-RDEPEND="
-	$(add_frameworks_dep kcodecs)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-	media-libs/phonon[qt5(+)]
-	dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
-	speech? ( $(add_qt_dep qtspeech) )
-	X? (
-		$(add_qt_dep qtx11extras)
-		x11-libs/libX11
-		x11-libs/libXtst
-	)
-"
-DEPEND="${RDEPEND}
-	nls? ( $(add_qt_dep linguist-tools) )
-	X? ( x11-proto/xproto )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package dbus dbusmenu-qt5)
-		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
-		$(cmake-utils_use_find_package X X11)
-	)
-
-	kde5_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2018-06-10 18:37 Thomas Deutschmann
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ab109f031f708557ce461907c5dc9d5be9d44490
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:23:56 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 18:36:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab109f03

kde-frameworks/knotifications: x86 stable (bug #656330)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/kde-frameworks/knotifications/knotifications-5.46.0.ebuild b/kde-frameworks/knotifications/knotifications-5.46.0.ebuild
index cb785f3084e..9fe40b872b5 100644
--- a/kde-frameworks/knotifications/knotifications-5.46.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.46.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for notifying the user of an event"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="dbus nls speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2018-10-10 11:48 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2018-10-10 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     082b565c3baecbd34cff7243f9e1d1a02515e837
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 11:41:24 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 11:48:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082b565c

kde-frameworks/knotifications: amd64 stable wrt bug #667760

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/kde-frameworks/knotifications/knotifications-5.50.0.ebuild b/kde-frameworks/knotifications/knotifications-5.50.0.ebuild
index 53514b46458..58124a84ebf 100644
--- a/kde-frameworks/knotifications/knotifications-5.50.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.50.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for notifying the user of an event"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="dbus nls phonon speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2018-12-01 17:00 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2018-12-01 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0ee5d7c9ad55ac2c7098ea8c6a79fdc1e86e2e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 15:59:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 16:59:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0ee5d7

kde-frameworks/knotifications: amd64 stable wrt bug 670862

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/kde-frameworks/knotifications/knotifications-5.52.0.ebuild b/kde-frameworks/knotifications/knotifications-5.52.0.ebuild
index 9489c42823f..e7cf85b52e1 100644
--- a/kde-frameworks/knotifications/knotifications-5.52.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.52.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for notifying the user of an event"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="dbus nls phonon speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2018-12-01 19:00 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2018-12-01 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ee9d96a2767218348c1af2f583e91f72c34e5576
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 18:32:44 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 19:00:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9d96a2

kde-frameworks/knotifications: x86 stable wrt bug 670862

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/kde-frameworks/knotifications/knotifications-5.52.0.ebuild b/kde-frameworks/knotifications/knotifications-5.52.0.ebuild
index e7cf85b52e1..58124a84ebf 100644
--- a/kde-frameworks/knotifications/knotifications-5.52.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.52.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for notifying the user of an event"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="dbus nls phonon speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2021-09-15 17:42 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-09-15 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     52c9df7b1fce0bc1e2e8efc294738cc824f601b5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 15 17:01:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 15 17:38:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c9df7b

kde-frameworks/knotifications: Add missing IUSE="X" usedep

Requires kde-frameworks/kwindowsystem[X=].

Bug: https://bugs.gentoo.org/813082
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{knotifications-5.86.0.ebuild => knotifications-5.86.0-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
similarity index 95%
rename from kde-frameworks/knotifications/knotifications-5.86.0.ebuild
rename to kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
index 3868de606f6..69f412eb830 100644
--- a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	=kde-frameworks/kconfig-${PVCUT}*:5
 	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kwindowsystem-${PVCUT}*:5
+	=kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
 	dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
 	!phonon? ( media-libs/libcanberra )
 	phonon? ( >=media-libs/phonon-4.11.0 )


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2022-11-16 21:33 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2022-11-16 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     126605087dd52e3d3da585e4a1b1b248315d5305
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:04:34 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:32:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12660508

kde-frameworks/knotifications: Drop IUSE nls

It is non-optional.

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

 kde-frameworks/knotifications/knotifications-5.100.0.ebuild | 4 ++--
 kde-frameworks/knotifications/knotifications-5.99.0.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.100.0.ebuild b/kde-frameworks/knotifications/knotifications-5.100.0.ebuild
index 17f9ef2d0ece..cf32b88543c7 100644
--- a/kde-frameworks/knotifications/knotifications-5.100.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.100.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="dbus nls phonon qml speech X"
+IUSE="dbus phonon qml speech X"
 
 RDEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	X? ( x11-base/xorg-proto )
 "
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
 
 src_configure() {
 	local mycmakeargs=(

diff --git a/kde-frameworks/knotifications/knotifications-5.99.0.ebuild b/kde-frameworks/knotifications/knotifications-5.99.0.ebuild
index df82027fa0a6..3344bc38c2d8 100644
--- a/kde-frameworks/knotifications/knotifications-5.99.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.99.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="dbus nls phonon qml speech X"
+IUSE="dbus phonon qml speech X"
 
 RDEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	X? ( x11-base/xorg-proto )
 "
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2023-12-18 11:19 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2023-12-18 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     923462e4ef590c5b183d9da578a540d8f826345f
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Dec 18 06:33:29 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 11:16:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923462e4

kde-frameworks/knotifications: remove qml use flag

* knotifications now has include(ECMQMLModule) which tries to find Qml
  unconditionally. Leading to a suprisingly unhelpful error when it
  fails to find it due to -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Qml=ON.

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/957
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/knotifications/knotifications-5.246.0.ebuild | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.246.0.ebuild b/kde-frameworks/knotifications/knotifications-5.246.0.ebuild
index fb880b061542..c869f2c19325 100644
--- a/kde-frameworks/knotifications/knotifications-5.246.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.246.0.ebuild
@@ -12,21 +12,12 @@ DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64"
-IUSE="qml"
 
 RDEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
 	=kde-frameworks/kconfig-${PVCUT}*:6
 	media-libs/libcanberra
-	qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package qml Qt6Qml)
-	)
-
-	ecm_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2024-02-02 12:44 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-02-02 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     09d4cd149cdeba6f09480cff42587a3008129851
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 12:41:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 12:41:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d4cd14

kde-frameworks/knotifications: Stabilize 5.113.0 ppc64, #921319

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-frameworks/knotifications/knotifications-5.113.0.ebuild b/kde-frameworks/knotifications/knotifications-5.113.0.ebuild
index 5c6c814c82c0..8c2223511933 100644
--- a/kde-frameworks/knotifications/knotifications-5.113.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.113.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="dbus phonon qml speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2024-03-01 14:00 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-03-01 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6fd4c729c0496930ca45252dbf346d3de5cb5907
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 13:59:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 13:59:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd4c729

kde-frameworks/knotifications: Stabilize 5.115.0 ppc64, #924308

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-frameworks/knotifications/knotifications-5.115.0.ebuild b/kde-frameworks/knotifications/knotifications-5.115.0.ebuild
index a5653231e3d4..eee44c8f7c8e 100644
--- a/kde-frameworks/knotifications/knotifications-5.115.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.115.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
 IUSE="dbus phonon qml speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2024-05-27 18:13 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-05-27 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a7667f3f042b49f0799cb4897a80fbb96e057c71
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 18:11:40 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 27 18:11:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7667f3f

kde-frameworks/knotifications: Stabilize 5.116.0 ppc64, #932369

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-frameworks/knotifications/knotifications-5.116.0.ebuild b/kde-frameworks/knotifications/knotifications-5.116.0.ebuild
index 4ba58c5fbedb..798664cb3d8e 100644
--- a/kde-frameworks/knotifications/knotifications-5.116.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.116.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86"
 IUSE="dbus phonon qml speech X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
@ 2024-09-12 17:21 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-09-12 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     883e97e7da4009024d5cf33b285d41fff5239ee6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:19:40 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:19:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883e97e7

kde-frameworks/knotifications: Stabilize 6.5.0 ppc64, #934478

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/kde-frameworks/knotifications/knotifications-6.5.0.ebuild b/kde-frameworks/knotifications/knotifications-6.5.0.ebuild
index d7fb53ceacd2..f86c220d05c4 100644
--- a/kde-frameworks/knotifications/knotifications-6.5.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-6.5.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for notifying the user of an event"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui]


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

end of thread, other threads:[~2024-09-12 17:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-15 17:42 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 17:21 Arthur Zamarin
2024-05-27 18:13 Arthur Zamarin
2024-03-01 14:00 Arthur Zamarin
2024-02-02 12:44 Arthur Zamarin
2023-12-18 11:19 Andreas Sturmlechner
2022-11-16 21:33 Andreas Sturmlechner
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-10-10 11:48 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2017-09-03 16:13 Andreas Sturmlechner
2017-08-19 20:21 Andreas Sturmlechner
2017-07-07 19:41 Alexis Ballier
2017-04-21  6:43 Andreas Sturmlechner
2017-04-21  6:43 Andreas Sturmlechner
2017-04-20 13:19 Andreas Sturmlechner
2017-04-20 13:19 Andreas Sturmlechner
2017-01-17 19:54 Aaron Bauman

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