summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kalzium/ChangeLog9
-rw-r--r--kde-base/kalzium/files/digest-kalzium-3.5.63
-rw-r--r--kde-base/kalzium/kalzium-3.5.6.ebuild25
3 files changed, 35 insertions, 2 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog
index 8486845c2c7c..7dc44b810b0c 100644
--- a/kde-base/kalzium/ChangeLog
+++ b/kde-base/kalzium/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kalzium
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.64 2006/12/11 12:08:52 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.65 2007/01/16 19:27:54 flameeyes Exp $
+
+*kalzium-3.5.6 (16 Jan 2007)
+
+ 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +kalzium-3.5.6.ebuild:
+ Bump to 3.5.6 (prerelease).
11 Dec 2006; <kloeri@gentoo.org> kalzium-3.5.5.ebuild:
Stable on ia64.
diff --git a/kde-base/kalzium/files/digest-kalzium-3.5.6 b/kde-base/kalzium/files/digest-kalzium-3.5.6
new file mode 100644
index 000000000000..2cfbc44aba00
--- /dev/null
+++ b/kde-base/kalzium/files/digest-kalzium-3.5.6
@@ -0,0 +1,3 @@
+MD5 6017317b133d973e7fc8a279a81f37a1 kdeedu-3.5.6.tar.bz2 30049452
+RMD160 ca70c9c9d9637154736c9f8978cbde8bfd2460ee kdeedu-3.5.6.tar.bz2 30049452
+SHA256 d3b8471f26c83c05cadfb0ff48b5d8170034c5e6e436d514529e640037350a61 kdeedu-3.5.6.tar.bz2 30049452
diff --git a/kde-base/kalzium/kalzium-3.5.6.ebuild b/kde-base/kalzium/kalzium-3.5.6.ebuild
new file mode 100644
index 000000000000..1c0389077476
--- /dev/null
+++ b/kde-base/kalzium/kalzium-3.5.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-3.5.6.ebuild,v 1.1 2007/01/16 19:27:54 flameeyes Exp $
+KMNAME=kdeedu
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KDE: periodic table of the elements"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+HOMEPAGE="http://edu.kde.org/kalzium"
+
+DEPEND="$(deprange 3.5.5 $MAXKDEVER kde-base/libkdeedu)"
+
+KMEXTRACTONLY="libkdeedu/kdeeduplot
+ libkdeedu/kdeeduui"
+KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot
+ libkdeeduui libkdeedu/kdeeduui"
+
+src_compile() {
+ local myconf="--disable-ocamlsolver"
+
+ kde-meta_src_compile
+}