public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2016-03-25 14:48 Michael Palimaka
  0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-03-25 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     62665ee08683757df2d05b02f10c8e5bc55d675b
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Mar 25 13:16:26 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 14:47:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62665ee0

kde-apps/kalzium: Drop old

Package-Manager: portage-2.2.27

 kde-apps/kalzium/kalzium-15.12.3-r1.ebuild | 47 ------------------------------
 1 file changed, 47 deletions(-)

diff --git a/kde-apps/kalzium/kalzium-15.12.3-r1.ebuild b/kde-apps/kalzium/kalzium-15.12.3-r1.ebuild
deleted file mode 100644
index 33f5630..0000000
--- a/kde-apps/kalzium/kalzium-15.12.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
-OPENGL_REQUIRED="always"
-inherit kde4-base flag-o-matic
-
-DESCRIPTION="KDE: periodic table of the elements"
-HOMEPAGE="https://www.kde.org/applications/education/kalzium
-https://edu.kde.org/kalzium"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="editor debug solver"
-
-DEPEND="
-	editor? (
-		>=dev-cpp/eigen-2.0.3:2
-		sci-chemistry/avogadro
-		>=sci-chemistry/openbabel-2.2
-	)
-	solver? ( dev-ml/facile[ocamlopt] )
-"
-RDEPEND=${DEPEND}
-
-KMEXTRACTONLY="
-	libkdeedu/kdeeduui/
-	libkdeedu/libscience/
-"
-
-src_configure(){
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		$(cmake-utils_use_with editor Eigen2)
-		$(cmake-utils_use_with editor Avogadro)
-		$(cmake-utils_use_with editor OpenBabel2)
-		$(cmake-utils_use_with editor OpenGL)
-		$(cmake-utils_use_with solver OCaml)
-		$(cmake-utils_use_with solver Libfacile)
-	)
-
-	kde4-base_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2016-05-24 11:39 Mikle Kolyada
  0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2016-05-24 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3387238f5e5158de5f40dc6aa6dd069925615b8f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:31:15 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 24 11:38:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3387238f

kde-apps/kalzium: amd64 stable wrt bug #579992

Package-Manager: portage-2.2.28

 kde-apps/kalzium/kalzium-15.12.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild b/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild
index 3019590..fce45f4 100644
--- a/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild
+++ b/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild
@@ -12,7 +12,7 @@ inherit kde4-base flag-o-matic
 DESCRIPTION="KDE: periodic table of the elements"
 HOMEPAGE="https://www.kde.org/applications/education/kalzium
 https://edu.kde.org/kalzium"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug editor +plasma solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2018-01-16 13:14 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3c0584aa08eb9bb24a3f0b673d9c621bef00ac7d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 13:14:37 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 13:14:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0584aa

kde-apps/kalzium: Drop alternative sci-libs/avogadro dep

This is not an option for kalzium anymore.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kalzium/kalzium-17.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kalzium/kalzium-17.12.1-r1.ebuild b/kde-apps/kalzium/kalzium-17.12.1-r1.ebuild
index b9e5af80eee..9aa752c327f 100644
--- a/kde-apps/kalzium/kalzium-17.12.1-r1.ebuild
+++ b/kde-apps/kalzium/kalzium-17.12.1-r1.ebuild
@@ -35,7 +35,7 @@ DEPEND="
 		$(add_frameworks_dep knewstuff)
 		dev-cpp/eigen:3
 		sci-chemistry/openbabel
-		|| ( sci-libs/avogadrolibs sci-chemistry/avogadro )
+		sci-libs/avogadrolibs
 	)
 	solver? ( dev-ml/facile[ocamlopt] )
 "


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2018-01-16 13:45 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     58d41542691022b27c67b04acee7d456abe27e24
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 13:37:48 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 13:44:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d41542

kde-apps/kalzium: Drop 17.12.1 (r0)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kalzium/kalzium-17.12.1.ebuild | 58 ---------------------------------
 1 file changed, 58 deletions(-)

diff --git a/kde-apps/kalzium/kalzium-17.12.1.ebuild b/kde-apps/kalzium/kalzium-17.12.1.ebuild
deleted file mode 100644
index ea7cedd67ed..00000000000
--- a/kde-apps/kalzium/kalzium-17.12.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5 flag-o-matic
-
-DESCRIPTION="Periodic table of the elements"
-HOMEPAGE="https://www.kde.org/applications/education/kalzium https://edu.kde.org/kalzium/"
-KEYWORDS="~amd64 ~x86"
-IUSE="editor solver"
-
-DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep khtml)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kplotting)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kunitconversion)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtscript)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	editor? (
-		dev-cpp/eigen:3
-		|| ( sci-libs/avogadrolibs sci-chemistry/avogadro )
-		sci-chemistry/openbabel
-	)
-	solver? ( dev-ml/facile[ocamlopt] )
-"
-RDEPEND="${DEPEND}
-	sci-chemistry/chemical-mime-data
-"
-
-src_configure(){
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package editor Eigen3)
-		$(cmake-utils_use_find_package editor AvogadroLibs)
-		$(cmake-utils_use_find_package editor OpenBabel2)
-		$(cmake-utils_use_find_package solver OCaml)
-		$(cmake-utils_use_find_package solver Libfacile)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2019-01-18 11:01 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-01-18 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     05075f17ae1c13dae68f68b1f71c8468092919ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 10:34:53 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 11:00:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05075f17

kde-apps/kalzium: Drop 18.12.1 (r0)

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

 kde-apps/kalzium/kalzium-18.12.1.ebuild | 60 ---------------------------------
 1 file changed, 60 deletions(-)

diff --git a/kde-apps/kalzium/kalzium-18.12.1.ebuild b/kde-apps/kalzium/kalzium-18.12.1.ebuild
deleted file mode 100644
index 6d9fd5d6f8c..00000000000
--- a/kde-apps/kalzium/kalzium-18.12.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5 flag-o-matic
-
-DESCRIPTION="Periodic table of the elements"
-HOMEPAGE="https://www.kde.org/applications/education/kalzium https://edu.kde.org/kalzium/"
-KEYWORDS="~amd64 ~x86"
-IUSE="editor solver"
-
-DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdelibs4support)
-	$(add_frameworks_dep khtml)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kplotting)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kunitconversion)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtscript)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	editor? (
-		$(add_qt_dep qtopengl)
-		$(add_frameworks_dep knewstuff)
-		dev-cpp/eigen:3
-		sci-chemistry/openbabel
-		sci-libs/avogadrolibs
-	)
-	solver? ( dev-ml/facile[ocamlopt] )
-"
-RDEPEND="${DEPEND}
-	sci-chemistry/chemical-mime-data
-"
-
-src_configure(){
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package editor Eigen3)
-		$(cmake-utils_use_find_package editor AvogadroLibs)
-		$(cmake-utils_use_find_package editor OpenBabel2)
-		$(cmake-utils_use_find_package solver OCaml)
-		$(cmake-utils_use_find_package solver Libfacile)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2019-01-26 23:57 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-01-26 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     247304d95d342ad49da269f0e31a5dd8ae57f9b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 22:44:35 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 23:56:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247304d9

kde-apps/kalzium: Really add missing avogadrolibs[qt5] USE

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

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

diff --git a/kde-apps/kalzium/kalzium-18.12.1-r1.ebuild b/kde-apps/kalzium/kalzium-18.12.1-r2.ebuild
similarity index 98%
rename from kde-apps/kalzium/kalzium-18.12.1-r1.ebuild
rename to kde-apps/kalzium/kalzium-18.12.1-r2.ebuild
index aac0fcfa4cc..e79d64eb294 100644
--- a/kde-apps/kalzium/kalzium-18.12.1-r1.ebuild
+++ b/kde-apps/kalzium/kalzium-18.12.1-r2.ebuild
@@ -36,7 +36,7 @@ DEPEND="
 		$(add_frameworks_dep knewstuff)
 		dev-cpp/eigen:3
 		sci-chemistry/openbabel
-		sci-libs/avogadrolibs
+		sci-libs/avogadrolibs[qt5]
 	)
 	solver? ( dev-ml/facile[ocamlopt] )
 "


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2019-03-10 22:46 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2019-03-10 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     23bd3ab556e794baf0472df384850465ba24500a
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 17:42:08 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 22:45:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bd3ab5

kde-apps/kalzium: 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/kalzium/kalzium-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kalzium/kalzium-18.12.3.ebuild b/kde-apps/kalzium/kalzium-18.12.3.ebuild
index b1298f23f82..11e2b28092e 100644
--- a/kde-apps/kalzium/kalzium-18.12.3.ebuild
+++ b/kde-apps/kalzium/kalzium-18.12.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5 flag-o-matic
 
 DESCRIPTION="Periodic table of the elements"
 HOMEPAGE="https://www.kde.org/applications/education/kalzium https://edu.kde.org/kalzium/"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2020-02-23 11:44 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2020-02-23 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     95d9bdd85c6e024095710519247ef594b053386d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 10:31:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 11:43:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d9bdd8

kde-apps/kalzium: Add missing DEPEND

Closes: https://bugs.gentoo.org/710552
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kalzium/kalzium-19.12.2-r1.ebuild | 65 ++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/kde-apps/kalzium/kalzium-19.12.2-r1.ebuild b/kde-apps/kalzium/kalzium-19.12.2-r1.ebuild
new file mode 100644
index 00000000000..972f662e805
--- /dev/null
+++ b/kde-apps/kalzium/kalzium-19.12.2-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.63.0
+QTMIN=5.12.3
+inherit ecm kde.org flag-o-matic
+
+DESCRIPTION="Periodic table of the elements"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kalzium
+https://edu.kde.org/kalzium/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="editor solver"
+
+DEPEND="
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kplotting-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kunitconversion-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtscript-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	editor? (
+		>=kde-frameworks/knewstuff-${KFMIN}:5
+		>=dev-qt/qtopengl-${QTMIN}:5
+		dev-cpp/eigen:3
+		sci-chemistry/openbabel
+		sci-libs/avogadrolibs[qt5]
+	)
+	solver? ( dev-ml/facile[ocamlopt] )
+"
+RDEPEND="${DEPEND}
+	sci-chemistry/chemical-mime-data
+"
+
+src_configure() {
+	# Fix missing finite()
+	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
+
+	local mycmakeargs=(
+		$(cmake_use_find_package editor Eigen3)
+		$(cmake_use_find_package editor AvogadroLibs)
+		$(cmake_use_find_package editor OpenBabel2)
+		$(cmake_use_find_package solver OCaml)
+		$(cmake_use_find_package solver Libfacile)
+	)
+
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2020-02-23 11:44 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2020-02-23 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     365ec2bff0736eb83d78f2c0844cba7919ed3566
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 11:03:34 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 11:43:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365ec2bf

kde-apps/kalzium: Drop 19.12.2 (r0)

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

 kde-apps/kalzium/kalzium-19.12.2.ebuild | 64 ---------------------------------
 1 file changed, 64 deletions(-)

diff --git a/kde-apps/kalzium/kalzium-19.12.2.ebuild b/kde-apps/kalzium/kalzium-19.12.2.ebuild
deleted file mode 100644
index 60a65ab5b2b..00000000000
--- a/kde-apps/kalzium/kalzium-19.12.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.63.0
-QTMIN=5.12.3
-inherit ecm kde.org flag-o-matic
-
-DESCRIPTION="Periodic table of the elements"
-HOMEPAGE="https://kde.org/applications/education/org.kde.kalzium
-https://edu.kde.org/kalzium/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="editor solver"
-
-DEPEND="
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kunitconversion-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtscript-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	editor? (
-		>=kde-frameworks/knewstuff-${KFMIN}:5
-		>=dev-qt/qtopengl-${QTMIN}:5
-		dev-cpp/eigen:3
-		sci-chemistry/openbabel
-		sci-libs/avogadrolibs[qt5]
-	)
-	solver? ( dev-ml/facile[ocamlopt] )
-"
-RDEPEND="${DEPEND}
-	sci-chemistry/chemical-mime-data
-"
-
-src_configure() {
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		$(cmake_use_find_package editor Eigen3)
-		$(cmake_use_find_package editor AvogadroLibs)
-		$(cmake_use_find_package editor OpenBabel2)
-		$(cmake_use_find_package solver OCaml)
-		$(cmake_use_find_package solver Libfacile)
-	)
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2020-04-30 16:16 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f07d6875cab88da6ef41660a2ad237c4ae9392
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 16:15:32 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 16:16:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f07d68

kde-apps/kalzium: Raise to minimum >=sci-libs/avogadrolibs-1.93

Thanks-to: Thomas Posch <bugs.gentoo.org <AT> online.posch.name>
Closes: https://bugs.gentoo.org/719814
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kalzium/kalzium-20.04.0-r1.ebuild | 65 ++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/kde-apps/kalzium/kalzium-20.04.0-r1.ebuild b/kde-apps/kalzium/kalzium-20.04.0-r1.ebuild
new file mode 100644
index 00000000000..96fe3432827
--- /dev/null
+++ b/kde-apps/kalzium/kalzium-20.04.0-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.69.0
+QTMIN=5.12.3
+inherit ecm kde.org flag-o-matic
+
+DESCRIPTION="Periodic table of the elements"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kalzium
+https://edu.kde.org/kalzium/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="editor solver"
+
+DEPEND="
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtscript-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kplotting-${KFMIN}:5
+	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kunitconversion-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	editor? (
+		>=dev-qt/qtopengl-${QTMIN}:5
+		dev-cpp/eigen:3
+		>=kde-frameworks/knewstuff-${KFMIN}:5
+		sci-chemistry/openbabel
+		>=sci-libs/avogadrolibs-1.93[qt5]
+	)
+	solver? ( dev-ml/facile[ocamlopt] )
+"
+RDEPEND="${DEPEND}
+	sci-chemistry/chemical-mime-data
+"
+
+src_configure(){
+	# Fix missing finite()
+	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
+
+	local mycmakeargs=(
+		$(cmake_use_find_package editor Eigen3)
+		$(cmake_use_find_package editor AvogadroLibs)
+		$(cmake_use_find_package editor OpenBabel2)
+		$(cmake_use_find_package solver OCaml)
+		$(cmake_use_find_package solver Libfacile)
+	)
+
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2020-04-30 16:16 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2020-04-30 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8808294b55b4da0cf11b65db4a670db6ff807a60
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 16:15:57 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 16:16:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8808294b

kde-apps/kalzium: Drop 20.04.0 (r0)

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

 kde-apps/kalzium/kalzium-20.04.0.ebuild | 65 ---------------------------------
 1 file changed, 65 deletions(-)

diff --git a/kde-apps/kalzium/kalzium-20.04.0.ebuild b/kde-apps/kalzium/kalzium-20.04.0.ebuild
deleted file mode 100644
index ba51b4fd42e..00000000000
--- a/kde-apps/kalzium/kalzium-20.04.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.69.0
-QTMIN=5.12.3
-inherit ecm kde.org flag-o-matic
-
-DESCRIPTION="Periodic table of the elements"
-HOMEPAGE="https://kde.org/applications/education/org.kde.kalzium
-https://edu.kde.org/kalzium/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="editor solver"
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtscript-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kunitconversion-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	editor? (
-		>=dev-qt/qtopengl-${QTMIN}:5
-		dev-cpp/eigen:3
-		>=kde-frameworks/knewstuff-${KFMIN}:5
-		sci-chemistry/openbabel
-		sci-libs/avogadrolibs[qt5]
-	)
-	solver? ( dev-ml/facile[ocamlopt] )
-"
-RDEPEND="${DEPEND}
-	sci-chemistry/chemical-mime-data
-"
-
-src_configure(){
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		$(cmake_use_find_package editor Eigen3)
-		$(cmake_use_find_package editor AvogadroLibs)
-		$(cmake_use_find_package editor OpenBabel2)
-		$(cmake_use_find_package solver OCaml)
-		$(cmake_use_find_package solver Libfacile)
-	)
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2022-06-21  1:53 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-06-21  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c250860cb944a4068cf46fa321ac521f07c06230
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 01:51:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 01:51:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c250860c

kde-apps/kalzium: fix OCaml dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kalzium/{kalzium-21.12.3.ebuild => kalzium-21.12.3-r1.ebuild} | 2 +-
 kde-apps/kalzium/{kalzium-22.04.2.ebuild => kalzium-22.04.2-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kalzium/kalzium-21.12.3.ebuild b/kde-apps/kalzium/kalzium-21.12.3-r1.ebuild
similarity index 97%
rename from kde-apps/kalzium/kalzium-21.12.3.ebuild
rename to kde-apps/kalzium/kalzium-21.12.3-r1.ebuild
index 87d6c796bb18..0166752d3a83 100644
--- a/kde-apps/kalzium/kalzium-21.12.3.ebuild
+++ b/kde-apps/kalzium/kalzium-21.12.3-r1.ebuild
@@ -42,7 +42,7 @@ DEPEND="
 		sci-chemistry/openbabel:=
 		>=sci-libs/avogadrolibs-1.93[qt5]
 	)
-	solver? ( dev-ml/facile[ocamlopt] )
+	solver? ( dev-ml/facile:=[ocamlopt] )
 "
 RDEPEND="${DEPEND}
 	sci-chemistry/chemical-mime-data

diff --git a/kde-apps/kalzium/kalzium-22.04.2.ebuild b/kde-apps/kalzium/kalzium-22.04.2-r1.ebuild
similarity index 97%
rename from kde-apps/kalzium/kalzium-22.04.2.ebuild
rename to kde-apps/kalzium/kalzium-22.04.2-r1.ebuild
index a43843dafc38..5c5f0614d154 100644
--- a/kde-apps/kalzium/kalzium-22.04.2.ebuild
+++ b/kde-apps/kalzium/kalzium-22.04.2-r1.ebuild
@@ -42,7 +42,7 @@ DEPEND="
 		sci-chemistry/openbabel:=
 		>=sci-libs/avogadrolibs-1.93[qt5]
 	)
-	solver? ( dev-ml/facile[ocamlopt] )
+	solver? ( dev-ml/facile:=[ocamlopt] )
 "
 RDEPEND="${DEPEND}
 	sci-chemistry/chemical-mime-data


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-04-23  5:26 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-04-23  5:26 UTC (permalink / raw
  To: gentoo-commits

commit:     afcd70ccc29ea70ae9fc96a7d3299863074a3a89
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 05:25:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 05:25:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcd70cc

kde-apps/kalzium: Stabilize 24.02.2 arm64, #930370

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

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

diff --git a/kde-apps/kalzium/kalzium-24.02.2.ebuild b/kde-apps/kalzium/kalzium-24.02.2.ebuild
index 2c18c831f38d..9050ac9e409d 100644
--- a/kde-apps/kalzium/kalzium-24.02.2.ebuild
+++ b/kde-apps/kalzium/kalzium-24.02.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-04-23  6:25 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-04-23  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3daac66f376bbdcbd0709fee667c366199b96fea
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 06:24:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 06:24:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3daac66f

kde-apps/kalzium: Stabilize 24.02.2 x86, #930370

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

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

diff --git a/kde-apps/kalzium/kalzium-24.02.2.ebuild b/kde-apps/kalzium/kalzium-24.02.2.ebuild
index 9050ac9e409d..7ee759422dc1 100644
--- a/kde-apps/kalzium/kalzium-24.02.2.ebuild
+++ b/kde-apps/kalzium/kalzium-24.02.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-04-23  6:33 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-04-23  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bc00406054b4cec067b8c5333e848a8bb715450a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 06:31:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 06:31:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc004060

kde-apps/kalzium: Stabilize 24.02.2 amd64, #930370

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

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

diff --git a/kde-apps/kalzium/kalzium-24.02.2.ebuild b/kde-apps/kalzium/kalzium-24.02.2.ebuild
index 7ee759422dc1..c75fe4a96f51 100644
--- a/kde-apps/kalzium/kalzium-24.02.2.ebuild
+++ b/kde-apps/kalzium/kalzium-24.02.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-04-25 20:41 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-04-25 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c5335065e31f8f3059eb5899911a42fbf332708c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 19:16:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:40:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5335065

kde-apps/kalzium: drop 23.08.5

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

 kde-apps/kalzium/Manifest               |  1 -
 kde-apps/kalzium/kalzium-23.08.5.ebuild | 67 ---------------------------------
 2 files changed, 68 deletions(-)

diff --git a/kde-apps/kalzium/Manifest b/kde-apps/kalzium/Manifest
index 9018278f0edc..d4d1c459e80d 100644
--- a/kde-apps/kalzium/Manifest
+++ b/kde-apps/kalzium/Manifest
@@ -1,2 +1 @@
-DIST kalzium-23.08.5.tar.xz 24641244 BLAKE2B 06bc81654199330d8329ad5247bb1163cbf25941f214056c0de5c010ee34da8c00469fae15e389089c6d1edbe02e63fc01d1e3bc52ac6cd536036fbe8662d07f SHA512 102f16f035dba09eddcd10f8454d8aa32f850611b1ab4638417b3da7b1f7eed46e87b10282b44d519d5667a5d7ea03e1da8a1b99ec57fe8a93f370b0c00b05f7
 DIST kalzium-24.02.2.tar.xz 24646968 BLAKE2B 6f2a81542a66bc553fe1b7177ad2dae6b314c01ab72d3d6e26771199dd0b680f29d5c2665cecf4c87e3d5376a9d81f5f5c4a8670f346ce813b3ab0101c1020e9 SHA512 7cf5c46a175014c61766a2c0edcac2ca66405053c85a842b40ceca8afbfc5f9130f684b146f54626558d14c70e95f1684d116004816ee5899bd5b4f668947b21

diff --git a/kde-apps/kalzium/kalzium-23.08.5.ebuild b/kde-apps/kalzium/kalzium-23.08.5.ebuild
deleted file mode 100644
index 5ade2772fc69..000000000000
--- a/kde-apps/kalzium/kalzium-23.08.5.ebuild
+++ /dev/null
@@ -1,67 +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 flag-o-matic
-
-DESCRIPTION="Periodic table of the elements"
-HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE="editor solver"
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtscript-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kunitconversion-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	editor? (
-		dev-cpp/eigen:3
-		>=dev-qt/qtopengl-${QTMIN}:5
-		>=kde-frameworks/knewstuff-${KFMIN}:5
-		sci-chemistry/openbabel:=
-		>=sci-libs/avogadrolibs-1.93[qt5]
-	)
-	solver? ( dev-ml/facile:=[ocamlopt] )
-"
-RDEPEND="${DEPEND}
-	sci-chemistry/chemical-mime-data
-"
-
-PATCHES=( "${FILESDIR}/${PN}-21.03.90-cmake.patch" )
-
-src_configure() {
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_OpenBabel3=ON # TODO: bug 823101
-		$(cmake_use_find_package editor Eigen3)
-		$(cmake_use_find_package editor AvogadroLibs)
-		$(cmake_use_find_package editor OpenBabel2)
-		$(cmake_use_find_package solver OCaml)
-		$(cmake_use_find_package solver Libfacile)
-	)
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-06-17  5:19 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-06-17  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a350aace56a7b0915cc523c8c80c9bbbd3dc7de1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 05:18:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 05:18:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a350aace

kde-apps/kalzium: Stabilize 24.05.1 x86, #934201

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

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

diff --git a/kde-apps/kalzium/kalzium-24.05.1.ebuild b/kde-apps/kalzium/kalzium-24.05.1.ebuild
index 2c18c831f38d..7d83976ceca5 100644
--- a/kde-apps/kalzium/kalzium-24.05.1.ebuild
+++ b/kde-apps/kalzium/kalzium-24.05.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-06-17  5:54 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-06-17  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fa985eb7affedb66b7f2049c9102f6915f9c7ebf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 05:52:19 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 05:52:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa985eb7

kde-apps/kalzium: Stabilize 24.05.1 amd64, #934201

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

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

diff --git a/kde-apps/kalzium/kalzium-24.05.1.ebuild b/kde-apps/kalzium/kalzium-24.05.1.ebuild
index 7ee759422dc1..c75fe4a96f51 100644
--- a/kde-apps/kalzium/kalzium-24.05.1.ebuild
+++ b/kde-apps/kalzium/kalzium-24.05.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-06-17 18:49 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-06-17 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6b56a9f30c11b9e1c2c759fc55ecc892a40cb6a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 18:12:36 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 18:49:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b56a9f3

kde-apps/kalzium: drop 24.02.2

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

 kde-apps/kalzium/Manifest               |  1 -
 kde-apps/kalzium/kalzium-24.02.2.ebuild | 66 ---------------------------------
 2 files changed, 67 deletions(-)

diff --git a/kde-apps/kalzium/Manifest b/kde-apps/kalzium/Manifest
index 85b492f9a70b..cacfe8d6d72c 100644
--- a/kde-apps/kalzium/Manifest
+++ b/kde-apps/kalzium/Manifest
@@ -1,2 +1 @@
-DIST kalzium-24.02.2.tar.xz 24646968 BLAKE2B 6f2a81542a66bc553fe1b7177ad2dae6b314c01ab72d3d6e26771199dd0b680f29d5c2665cecf4c87e3d5376a9d81f5f5c4a8670f346ce813b3ab0101c1020e9 SHA512 7cf5c46a175014c61766a2c0edcac2ca66405053c85a842b40ceca8afbfc5f9130f684b146f54626558d14c70e95f1684d116004816ee5899bd5b4f668947b21
 DIST kalzium-24.05.1.tar.xz 22660092 BLAKE2B d5f636b415c8110774615eebf4bf81843f374c08e36d00768ce6d27a0bdf918d95634953c05e5d0529ee6f731ad7703c59b87ddd751637f55ed99587a2a38ece SHA512 556febc3c49ece2e1387df1139c1b4b12bf29d64df1129d8b4e540bc9c12154eb593fca74217fe62901354d30c778eb715140af861b6dda1c6c7a2d0229bcb7c

diff --git a/kde-apps/kalzium/kalzium-24.02.2.ebuild b/kde-apps/kalzium/kalzium-24.02.2.ebuild
deleted file mode 100644
index c75fe4a96f51..000000000000
--- a/kde-apps/kalzium/kalzium-24.02.2.ebuild
+++ /dev/null
@@ -1,66 +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.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org flag-o-matic
-
-DESCRIPTION="Periodic table of the elements"
-HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE="editor solver"
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtscript-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kplotting-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kunitconversion-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	editor? (
-		dev-cpp/eigen:3
-		>=dev-qt/qtopengl-${QTMIN}:5
-		>=kde-frameworks/knewstuff-${KFMIN}:5
-		sci-chemistry/openbabel:=
-		>=sci-libs/avogadrolibs-1.93[qt5]
-	)
-	solver? ( dev-ml/facile:=[ocamlopt] )
-"
-RDEPEND="${DEPEND}
-	sci-chemistry/chemical-mime-data
-"
-
-PATCHES=( "${FILESDIR}/${PN}-21.03.90-cmake.patch" )
-
-src_configure() {
-	# Fix missing finite()
-	[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
-
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_OpenBabel3=ON # TODO: bug 823101
-		$(cmake_use_find_package editor Eigen3)
-		$(cmake_use_find_package editor AvogadroLibs)
-		$(cmake_use_find_package editor OpenBabel2)
-		$(cmake_use_find_package solver OCaml)
-		$(cmake_use_find_package solver Libfacile)
-	)
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-07-13 22:44 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-07-13 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bf1fc87b125faa17659d324eecc0ad77cd3022cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 22:43:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 22:43:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1fc87b

kde-apps/kalzium: Stabilize 24.05.2 arm64, #935994

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-apps/kalzium/kalzium-24.05.2.ebuild b/kde-apps/kalzium/kalzium-24.05.2.ebuild
index 2c18c831f38d..9050ac9e409d 100644
--- a/kde-apps/kalzium/kalzium-24.05.2.ebuild
+++ b/kde-apps/kalzium/kalzium-24.05.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-07-14  5:59 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-07-14  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0caf9fdf5c80d75eb2945e8d8161ea6296096377
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 05:58:49 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 05:58:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0caf9fdf

kde-apps/kalzium: Stabilize 24.05.2 x86, #935994

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

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

diff --git a/kde-apps/kalzium/kalzium-24.05.2.ebuild b/kde-apps/kalzium/kalzium-24.05.2.ebuild
index da160f003a98..c75fe4a96f51 100644
--- a/kde-apps/kalzium/kalzium-24.05.2.ebuild
+++ b/kde-apps/kalzium/kalzium-24.05.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/ https://edu.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="editor solver"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/
@ 2024-10-05  7:07 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-10-05  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b0813c94bb7651457e86f97f26d16a48eabbf954
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 07:06:40 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 07:06:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0813c94

kde-apps/kalzium: Stabilize 24.08.1 x86, #940669

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/kde-apps/kalzium/kalzium-24.08.1.ebuild b/kde-apps/kalzium/kalzium-24.08.1.ebuild
index 15f0e3f3a1bc..436e83af965f 100644
--- a/kde-apps/kalzium/kalzium-24.08.1.ebuild
+++ b/kde-apps/kalzium/kalzium-24.08.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/kalzium/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE="editor solver"
 
 DEPEND="


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

end of thread, other threads:[~2024-10-05  7:07 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 14:48 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalzium/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-05-24 11:39 Mikle Kolyada
2018-01-16 13:14 Andreas Sturmlechner
2018-01-16 13:45 Andreas Sturmlechner
2019-01-18 11:01 Andreas Sturmlechner
2019-01-26 23:57 Andreas Sturmlechner
2019-03-10 22:46 Andreas Sturmlechner
2020-02-23 11:44 Andreas Sturmlechner
2020-02-23 11:44 Andreas Sturmlechner
2020-04-30 16:16 Andreas Sturmlechner
2020-04-30 16:16 Andreas Sturmlechner
2022-06-21  1:53 Sam James
2024-04-23  5:26 Arthur Zamarin
2024-04-23  6:25 Arthur Zamarin
2024-04-23  6:33 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-06-17  5:19 Arthur Zamarin
2024-06-17  5:54 Arthur Zamarin
2024-06-17 18:49 Andreas Sturmlechner
2024-07-13 22:44 Sam James
2024-07-14  5:59 Arthur Zamarin
2024-10-05  7:07 Michał Górny

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