* [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/
@ 2011-05-26 21:14 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 6+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 21:14 UTC (permalink / raw
To: gentoo-commits
commit: c70ce7c28b833e4b64c6d2fa8c24815041d944f6
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 21:06:32 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 21:06:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c70ce7c2
[kde-base/kalzium] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/kalzium/kalzium-4.6.80.ebuild | 44 ++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/kde-base/kalzium/kalzium-4.6.80.ebuild b/kde-base/kalzium/kalzium-4.6.80.ebuild
new file mode 100644
index 0000000..2ac9dce
--- /dev/null
+++ b/kde-base/kalzium/kalzium-4.6.80.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KDE_SCM="git"
+CPPUNIT_REQUIRED="optional"
+OPENGL_REQUIRED="always"
+inherit flag-o-matic kde4-base
+
+DESCRIPTION="KDE: periodic table of the elements."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="editor debug +plasma solver"
+
+RDEPEND="
+ $(add_kdebase_dep libkdeedu)
+ editor? ( >=sci-chemistry/openbabel-2.2 )
+"
+DEPEND="${RDEPEND}
+ editor? ( >=dev-cpp/eigen-2.0.3:2 )
+ solver? ( dev-ml/facile[ocamlopt] )
+"
+
+KMEXTRACTONLY="
+ libkdeedu/kdeeduui/
+ libkdeedu/libscience/
+"
+
+src_configure(){
+ # Fix missing finite()
+ [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
+
+ mycmakeargs=(
+ $(cmake-utils_use_with editor Eigen2)
+ $(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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/
@ 2011-06-09 21:36 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2011-06-09 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 3755725ee8744eee7eb74d8a46579c45eadafb1e
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jun 9 21:34:45 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 21:34:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3755725e
[kde-base/kalzium] Make sure libscience is not built
(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/kalzium/kalzium-4.6.4.ebuild | 2 +-
kde-base/kalzium/kalzium-4.6.49.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kalzium/kalzium-4.6.4.ebuild b/kde-base/kalzium/kalzium-4.6.4.ebuild
index 60b3305..8474d3d 100644
--- a/kde-base/kalzium/kalzium-4.6.4.ebuild
+++ b/kde-base/kalzium/kalzium-4.6.4.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
KMEXTRACTONLY="
libkdeedu/kdeeduui/
- libkdeedu/libscience/
+ kalzium/libscience/
"
src_configure(){
diff --git a/kde-base/kalzium/kalzium-4.6.49.9999.ebuild b/kde-base/kalzium/kalzium-4.6.49.9999.ebuild
index 2b668f4..a2ccbeb 100644
--- a/kde-base/kalzium/kalzium-4.6.49.9999.ebuild
+++ b/kde-base/kalzium/kalzium-4.6.49.9999.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
KMEXTRACTONLY="
libkdeedu/kdeeduui/
- libkdeedu/libscience/
+ kalzium/libscience/
"
src_configure(){
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/
@ 2011-08-03 21:18 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2011-08-03 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 13484f7af6cc19c5985c85b33eedbf644189d0bc
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Aug 3 21:18:09 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 21:18:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=13484f7a
[kde-base/kalzium] Disabling tests, see bug 376911
(Portage version: 2.1.10.9/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/kalzium/kalzium-4.7.49.9999.ebuild | 2 ++
kde-base/kalzium/kalzium-9999.ebuild | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/kde-base/kalzium/kalzium-4.7.49.9999.ebuild b/kde-base/kalzium/kalzium-4.7.49.9999.ebuild
index 7deedfa..2d1b83f 100644
--- a/kde-base/kalzium/kalzium-4.7.49.9999.ebuild
+++ b/kde-base/kalzium/kalzium-4.7.49.9999.ebuild
@@ -42,3 +42,5 @@ src_configure(){
kde4-base_src_configure
}
+
+src_test(){ :; } #see bug 376911
diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild
index 7deedfa..2d1b83f 100644
--- a/kde-base/kalzium/kalzium-9999.ebuild
+++ b/kde-base/kalzium/kalzium-9999.ebuild
@@ -42,3 +42,5 @@ src_configure(){
kde4-base_src_configure
}
+
+src_test(){ :; } #see bug 376911
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/
@ 2012-11-05 15:30 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2012-11-05 15:30 UTC (permalink / raw
To: gentoo-commits
commit: daf8dc578208b4dcac0f8b77bcf0bb3887845797
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 5 15:24:46 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 5 15:26:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=daf8dc57
[kde-base/kalzium] Unrestrict tests.
See: http://quickgit.kde.org/index.php?p=kalzium.git&a=commitdiff&h=b7eaa5bd095a0d40cb0069e9855c12d01e12489c
Package-Manager: portage-2.1.11.31
---
kde-base/kalzium/kalzium-4.9.3.ebuild | 2 --
kde-base/kalzium/kalzium-4.9.49.9999.ebuild | 2 --
kde-base/kalzium/kalzium-9999.ebuild | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kde-base/kalzium/kalzium-4.9.3.ebuild b/kde-base/kalzium/kalzium-4.9.3.ebuild
index c10c2b6..94c8c4d 100644
--- a/kde-base/kalzium/kalzium-4.9.3.ebuild
+++ b/kde-base/kalzium/kalzium-4.9.3.ebuild
@@ -41,5 +41,3 @@ src_configure(){
kde4-base_src_configure
}
-
-src_test(){ :; } #see bug 376911
diff --git a/kde-base/kalzium/kalzium-4.9.49.9999.ebuild b/kde-base/kalzium/kalzium-4.9.49.9999.ebuild
index 816c284..d9d1610 100644
--- a/kde-base/kalzium/kalzium-4.9.49.9999.ebuild
+++ b/kde-base/kalzium/kalzium-4.9.49.9999.ebuild
@@ -41,5 +41,3 @@ src_configure(){
kde4-base_src_configure
}
-
-src_test(){ :; } #see bug 376911
diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild
index a9d3cdf..05dc2da 100644
--- a/kde-base/kalzium/kalzium-9999.ebuild
+++ b/kde-base/kalzium/kalzium-9999.ebuild
@@ -47,5 +47,3 @@ src_configure(){
kde4-base_src_configure
}
-
-src_test(){ :; } #see bug 376911
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/
@ 2013-03-28 21:19 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2013-03-28 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 435145064c0507cf536e3d3090f6d8ebeee873c5
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 21:20:25 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 21:20:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=43514506
[kde-base/kalzium] Fix dependency mess
Package-Manager: portage-2.2.0_alpha170
---
kde-base/kalzium/kalzium-4.10.49.9999.ebuild | 14 ++++++++------
kde-base/kalzium/kalzium-9999.ebuild | 14 ++++++++------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/kde-base/kalzium/kalzium-4.10.49.9999.ebuild b/kde-base/kalzium/kalzium-4.10.49.9999.ebuild
index 11f2d96..3d7bd15 100644
--- a/kde-base/kalzium/kalzium-4.10.49.9999.ebuild
+++ b/kde-base/kalzium/kalzium-4.10.49.9999.ebuild
@@ -13,15 +13,16 @@ DESCRIPTION="KDE: periodic table of the elements."
KEYWORDS=""
IUSE="editor debug +plasma solver"
-RDEPEND="
+DEPEND="
$(add_kdebase_dep libkdeedu)
- editor? ( >=sci-chemistry/openbabel-2.2 )
-"
-DEPEND="${RDEPEND}
- sci-chemistry/avogadro
- editor? ( >=dev-cpp/eigen-2.0.3:2 )
+ 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/
@@ -34,6 +35,7 @@ src_configure(){
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)
diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild
index 11f2d96..3d7bd15 100644
--- a/kde-base/kalzium/kalzium-9999.ebuild
+++ b/kde-base/kalzium/kalzium-9999.ebuild
@@ -13,15 +13,16 @@ DESCRIPTION="KDE: periodic table of the elements."
KEYWORDS=""
IUSE="editor debug +plasma solver"
-RDEPEND="
+DEPEND="
$(add_kdebase_dep libkdeedu)
- editor? ( >=sci-chemistry/openbabel-2.2 )
-"
-DEPEND="${RDEPEND}
- sci-chemistry/avogadro
- editor? ( >=dev-cpp/eigen-2.0.3:2 )
+ 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/
@@ -34,6 +35,7 @@ src_configure(){
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)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/
@ 2013-07-31 19:37 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-07-31 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 53de80561307e36952055fd21818110a2caa6a10
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 19:36:30 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 19:36:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=53de8056
[kde-base/kalzium] Update HOMEPAGE wrt bug #478930.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/kalzium/kalzium-4.10.97.ebuild | 2 ++
kde-base/kalzium/kalzium-4.11.49.9999.ebuild | 2 ++
kde-base/kalzium/kalzium-9999.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/kde-base/kalzium/kalzium-4.10.97.ebuild b/kde-base/kalzium/kalzium-4.10.97.ebuild
index 98c9910..cd1469e 100644
--- a/kde-base/kalzium/kalzium-4.10.97.ebuild
+++ b/kde-base/kalzium/kalzium-4.10.97.ebuild
@@ -10,6 +10,8 @@ OPENGL_REQUIRED="always"
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
+HOMEPAGE="http://www.kde.org/applications/education/kalzium
+http://edu.kde.org/kalzium"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
diff --git a/kde-base/kalzium/kalzium-4.11.49.9999.ebuild b/kde-base/kalzium/kalzium-4.11.49.9999.ebuild
index 3d7bd15..3d8210d 100644
--- a/kde-base/kalzium/kalzium-4.11.49.9999.ebuild
+++ b/kde-base/kalzium/kalzium-4.11.49.9999.ebuild
@@ -10,6 +10,8 @@ OPENGL_REQUIRED="always"
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
+HOMEPAGE="http://www.kde.org/applications/education/kalzium
+http://edu.kde.org/kalzium"
KEYWORDS=""
IUSE="editor debug +plasma solver"
diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild
index 3d7bd15..3d8210d 100644
--- a/kde-base/kalzium/kalzium-9999.ebuild
+++ b/kde-base/kalzium/kalzium-9999.ebuild
@@ -10,6 +10,8 @@ OPENGL_REQUIRED="always"
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
+HOMEPAGE="http://www.kde.org/applications/education/kalzium
+http://edu.kde.org/kalzium"
KEYWORDS=""
IUSE="editor debug +plasma solver"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-31 19:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31 19:37 [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2013-03-28 21:19 Andreas Hüttel
2012-11-05 15:30 Michael Palimaka
2011-08-03 21:18 Andreas Hüttel
2011-06-09 21:36 Andreas Hüttel
2011-05-26 21:14 Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox