public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kbruch/
@ 2015-03-05 21:47 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2015-03-05 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f3e709849f5546fbc6c61854b7a5e6a21b888832
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 21:45:42 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 21:45:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3e70984

[kde-apps/kbruch] Ported to KF5

Package-Manager: portage-2.2.18

 kde-apps/kbruch/kbruch-9999.ebuild | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kbruch/kbruch-9999.ebuild b/kde-apps/kbruch/kbruch-9999.ebuild
index c958043..527fa12 100644
--- a/kde-apps/kbruch/kbruch-9999.ebuild
+++ b/kde-apps/kbruch/kbruch-9999.ebuild
@@ -4,10 +4,22 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
-DESCRIPTION="KDE Educational: Learn calculating with fractions"
+DESCRIPTION="Educational application to learn calculating with fractions"
 HOMEPAGE="http://www.kde.org/applications/education/kbruch http://edu.kde.org/kbruch"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kbruch/
@ 2020-07-18  8:57 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2020-07-18  8:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9449cf1e1d95c19d1651ba1fba7b6b6ffa00ad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 08:44:09 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 08:48:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f9449cf

kde-apps/kbruch: 20.07.80 version bump

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

 kde-apps/kbruch/kbruch-20.07.80.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/kde-apps/kbruch/kbruch-20.07.80.ebuild b/kde-apps/kbruch/kbruch-20.07.80.ebuild
new file mode 100644
index 0000000000..f027faf630
--- /dev/null
+++ b/kde-apps/kbruch/kbruch-20.07.80.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.72.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Educational application to learn calculating with fractions"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kbruch
+https://edu.kde.org/kbruch/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/kbruch/
@ 2024-08-22  6:36 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-08-22  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1e518c23cbe149bb343bc889fdb3fcae46a56c6e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 06:35:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 06:35:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e518c23

kde-apps/kbruch: add kcrash dep

Upstream commit 5b2d50ad8035d58f7435dccac7d25ed6dc2d0613 (!)

Closes: https://bugs.gentoo.org/938290
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kbruch/kbruch-24.07.90.ebuild      | 1 +
 kde-apps/kbruch/kbruch-24.08.0.ebuild       | 1 +
 kde-apps/kbruch/kbruch-24.08.49.9999.ebuild | 1 +
 kde-apps/kbruch/kbruch-9999.ebuild          | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-apps/kbruch/kbruch-24.07.90.ebuild b/kde-apps/kbruch/kbruch-24.07.90.ebuild
index 99964623f1..fbef6479aa 100644
--- a/kde-apps/kbruch/kbruch-24.07.90.ebuild
+++ b/kde-apps/kbruch/kbruch-24.07.90.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/kbruch/kbruch-24.08.0.ebuild b/kde-apps/kbruch/kbruch-24.08.0.ebuild
index 99964623f1..fbef6479aa 100644
--- a/kde-apps/kbruch/kbruch-24.08.0.ebuild
+++ b/kde-apps/kbruch/kbruch-24.08.0.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/kbruch/kbruch-24.08.49.9999.ebuild b/kde-apps/kbruch/kbruch-24.08.49.9999.ebuild
index 87001dd0dc..d44c902fd9 100644
--- a/kde-apps/kbruch/kbruch-24.08.49.9999.ebuild
+++ b/kde-apps/kbruch/kbruch-24.08.49.9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6

diff --git a/kde-apps/kbruch/kbruch-9999.ebuild b/kde-apps/kbruch/kbruch-9999.ebuild
index 87001dd0dc..d44c902fd9 100644
--- a/kde-apps/kbruch/kbruch-9999.ebuild
+++ b/kde-apps/kbruch/kbruch-9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6


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

end of thread, other threads:[~2024-08-22  6:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-18  8:57 [gentoo-commits] proj/kde:master commit in: kde-apps/kbruch/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22  6:36 Sam James
2015-03-05 21:47 Johannes Huber

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