public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/
@ 2016-03-05 10:04 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2016-03-05 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6239a1e4008e18ebf323a622ff58d24e1630328c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 10:01:14 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 10:01:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6239a1e4

kde-apps/kcachegrind: amd64 stable wrt bug #569742

Package-Manager: portage-2.2.26

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

diff --git a/kde-apps/kcachegrind/kcachegrind-15.08.3.ebuild b/kde-apps/kcachegrind/kcachegrind-15.08.3.ebuild
index b5aa157..e02f4f9 100644
--- a/kde-apps/kcachegrind/kcachegrind-15.08.3.ebuild
+++ b/kde-apps/kcachegrind/kcachegrind-15.08.3.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
 DESCRIPTION="KDE Frontend for Cachegrind"
 HOMEPAGE="https://www.kde.org/applications/development/kcachegrind
 http://kcachegrind.sourceforge.net"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/
@ 2017-04-22 14:32 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-04-22 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     db4abf7ebd6a78914c1f3cca5667bdc97cef6e7f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 14:24:35 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 14:32:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4abf7e

kde-apps/kcachegrind: Add USE=nls and missing DEPEND

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kcachegrind/kcachegrind-17.04.0.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kcachegrind/kcachegrind-17.04.0.ebuild b/kde-apps/kcachegrind/kcachegrind-17.04.0.ebuild
index 3f99250266f..c475072f7ab 100644
--- a/kde-apps/kcachegrind/kcachegrind-17.04.0.ebuild
+++ b/kde-apps/kcachegrind/kcachegrind-17.04.0.ebuild
@@ -10,9 +10,9 @@ DESCRIPTION="Frontend for Cachegrind by KDE"
 HOMEPAGE="https://www.kde.org/applications/development/kcachegrind
 https://kcachegrind.github.io/html/Home.html"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
+IUSE="nls"
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -26,7 +26,10 @@ DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	nls? ( $(add_qt_dep linguist-tools) )
+"
+RDEPEND="${COMMON_DEPEND}
 	media-gfx/graphviz
 	!<kde-apps/kde4-l10n-17.03.90:4
 "


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/
@ 2019-03-11 21:03 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-03-11 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4203f669fe0cbace85996b2e02dee967b3c50ee0
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 18:30:59 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 21:02:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4203f669

kde-apps/kcachegrind: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-apps/kcachegrind/kcachegrind-18.12.3.ebuild b/kde-apps/kcachegrind/kcachegrind-18.12.3.ebuild
index 75d2cae4db1..1244519d243 100644
--- a/kde-apps/kcachegrind/kcachegrind-18.12.3.ebuild
+++ b/kde-apps/kcachegrind/kcachegrind-18.12.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Frontend for Cachegrind by KDE"
 HOMEPAGE="https://www.kde.org/applications/development/kcachegrind
 https://kcachegrind.github.io/html/Home.html"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="nls"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/
@ 2021-09-27 14:14 Yixun Lan
  0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2021-09-27 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     27e03314763029c4b1515b190f3e79c811d6ecc0
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Mon Sep 27 09:28:15 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 14:05:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e03314

kde-apps/kcachegrind: keyword 21.08.1 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/kde-apps/kcachegrind/kcachegrind-21.08.1.ebuild b/kde-apps/kcachegrind/kcachegrind-21.08.1.ebuild
index a4ea7e67284..b0a90a53f16 100644
--- a/kde-apps/kcachegrind/kcachegrind-21.08.1.ebuild
+++ b/kde-apps/kcachegrind/kcachegrind-21.08.1.ebuild
@@ -14,7 +14,7 @@ https://kcachegrind.github.io/html/Home.html"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="nls"
 
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/
@ 2024-07-06 13:21 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2024-07-06 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ff5941b4d0311567742ca2b0e73da95a0160b9cc
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 13:20:40 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 13:20:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5941b4

kde-apps/kcachegrind: Keyword 24.05.2 riscv, #934361

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/kde-apps/kcachegrind/kcachegrind-24.05.2.ebuild b/kde-apps/kcachegrind/kcachegrind-24.05.2.ebuild
index dca4feeb6bd9..a241c9a1309f 100644
--- a/kde-apps/kcachegrind/kcachegrind-24.05.2.ebuild
+++ b/kde-apps/kcachegrind/kcachegrind-24.05.2.ebuild
@@ -14,7 +14,7 @@ https://kcachegrind.github.io/html/Home.html"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/
@ 2024-09-02  7:17 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2024-09-02  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     889537d4afbe56eee0b3fbcbf3c170ffac53c5cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 20:59:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 07:17:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889537d4

kde-apps/kcachegrind: drop 23.08.5

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

 kde-apps/kcachegrind/Manifest                   |  1 -
 kde-apps/kcachegrind/kcachegrind-23.08.5.ebuild | 38 -------------------------
 2 files changed, 39 deletions(-)

diff --git a/kde-apps/kcachegrind/Manifest b/kde-apps/kcachegrind/Manifest
index 650e2b8affba..a068b8263922 100644
--- a/kde-apps/kcachegrind/Manifest
+++ b/kde-apps/kcachegrind/Manifest
@@ -1,3 +1,2 @@
-DIST kcachegrind-23.08.5.tar.xz 938564 BLAKE2B 6f44b9d4fbb1e02c17b741f9f3beb6db445a8006987c03d3459c3b3dcac4844cc2fdee52b67d22b1bc1e2892d361beb6471af755e157a92bacffa5bfc16fa7e8 SHA512 1025729b9dd537c954fc8ee4412a1e4bcfa7d25961cea397d73ef9e8b05709a62210007c6321c7781db164871a0a52fb0efbbf8885c6e4f13f907d29ee806af0
 DIST kcachegrind-24.05.2.tar.xz 934500 BLAKE2B 63080666168c866a6b5defb1a539f3781af8590137823df2a32516e65ea28d00f498afeb45b6840e3b65c072aae94543cbf91a72183039fdcbea19f3ce0f648b SHA512 3f220c50b66eea038e77dd020e401ae14f9fbb02839f509c73637f79bdfc2372da60302f29103a7654c580b10342d36561274ded3970631e1f7733c20970e241
 DIST kcachegrind-24.08.0.tar.xz 934724 BLAKE2B bb4559f4b57d24bd43e098250b084b0e13412c192fe5108e1889d7e9152041170fb12f6e5266f58650672c3321dc049b2eeee4f9e243e62cf7fb5648e7e1a130 SHA512 eb79a0ed1dd3ecec9d4793bd6076b38098cdfbae450b5e5319711385e58e3579ce13f083e3ddeb3580f4feb954dd00163d40437bda484e61db200ff64af5062e

diff --git a/kde-apps/kcachegrind/kcachegrind-23.08.5.ebuild b/kde-apps/kcachegrind/kcachegrind-23.08.5.ebuild
deleted file mode 100644
index faf45403d98b..000000000000
--- a/kde-apps/kcachegrind/kcachegrind-23.08.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Frontend for Cachegrind by KDE"
-HOMEPAGE="https://apps.kde.org/kcachegrind/
-https://kcachegrind.github.io/html/Home.html"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	media-gfx/graphviz
-"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 10:04 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcachegrind/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2017-04-22 14:32 Andreas Sturmlechner
2019-03-11 21:03 Andreas Sturmlechner
2021-09-27 14:14 Yixun Lan
2024-07-06 13:21 Jakov Smolić
2024-09-02  7:17 Andreas Sturmlechner

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