public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.4.ebuild
@ 2009-12-01 10:01 Alex Alexander (wired)
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Alexander (wired) @ 2009-12-01 10:01 UTC (permalink / raw
  To: gentoo-commits

wired       09/12/01 10:01:27

  Modified:             ChangeLog
  Added:                kalzium-4.3.4.ebuild
  Log:
  Version bump KDE 4.3.4
  (Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.150                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	30 Nov 2009 06:55:11 -0000	1.149
+++ ChangeLog	1 Dec 2009 10:01:27 -0000	1.150
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.149 2009/11/30 06:55:11 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.150 2009/12/01 10:01:27 wired Exp $
+
+*kalzium-4.3.4 (01 Dec 2009)
+
+  01 Dec 2009; Alex Alexander <wired@gentoo.org> +kalzium-4.3.4.ebuild:
+  Version bump
 
   30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kalzium-4.3.3.ebuild:
   Marked ppc/ppc64 stable for bug #292455.



1.1                  kde-base/kalzium/kalzium-4.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?rev=1.1&content-type=text/plain

Index: kalzium-4.3.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v 1.1 2009/12/01 10:01:27 wired Exp $

EAPI="2"

KMNAME="kdeedu"
CPPUNIT_REQUIRED="optional"
OPENGL_REQUIRED="always"
inherit kde4-meta

DESCRIPTION="KDE: periodic table of the elements."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="editor debug +handbook +plasma solver"

COMMON_DEPEND="
	$(add_kdebase_dep libkdeedu)
	editor? ( >=sci-chemistry/openbabel-2.2 )
"
DEPEND="${COMMON_DEPEND}
	editor? ( >=dev-cpp/eigen-2.0.3:2 )
	solver? ( dev-ml/facile[ocamlopt] )
"
RDEPEND="${COMMON_DEPEND}"

KMEXTRACTONLY="
	libkdeedu/kdeeduui/
	libkdeedu/libscience/
"

src_configure(){
	mycmakeargs="${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-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.4.ebuild
@ 2009-12-22 22:59 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2009-12-22 22:59 UTC (permalink / raw
  To: gentoo-commits

abcd        09/12/22 22:59:30

  Modified:             ChangeLog kalzium-4.3.4.ebuild
  Log:
  Pull in changes from overlay and fix for prefix support (Solaris)
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.153                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	10 Dec 2009 19:13:41 -0000	1.152
+++ ChangeLog	22 Dec 2009 22:59:30 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.152 2009/12/10 19:13:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.153 2009/12/22 22:59:30 abcd Exp $
+
+  22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kalzium-4.3.4.ebuild:
+  Pull in changes from overlay and fix for prefix support (Solaris)
 
   10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
   -kalzium-4.3.1.ebuild:



1.2                  kde-base/kalzium/kalzium-4.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?r1=1.1&r2=1.2

Index: kalzium-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalzium-4.3.4.ebuild	1 Dec 2009 10:01:27 -0000	1.1
+++ kalzium-4.3.4.ebuild	22 Dec 2009 22:59:30 -0000	1.2
@@ -1,27 +1,26 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v 1.1 2009/12/01 10:01:27 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v 1.2 2009/12/22 22:59:30 abcd Exp $
 
 EAPI="2"
 
 KMNAME="kdeedu"
 CPPUNIT_REQUIRED="optional"
 OPENGL_REQUIRED="always"
-inherit kde4-meta
+inherit flag-o-matic kde4-meta
 
 DESCRIPTION="KDE: periodic table of the elements."
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="editor debug +handbook +plasma solver"
 
-COMMON_DEPEND="
+RDEPEND="
 	$(add_kdebase_dep libkdeedu)
 	editor? ( >=sci-chemistry/openbabel-2.2 )
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
 	editor? ( >=dev-cpp/eigen-2.0.3:2 )
 	solver? ( dev-ml/facile[ocamlopt] )
 "
-RDEPEND="${COMMON_DEPEND}"
 
 KMEXTRACTONLY="
 	libkdeedu/kdeeduui/
@@ -29,12 +28,16 @@
 "
 
 src_configure(){
-	mycmakeargs="${mycmakeargs}
+	# 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)"
+		$(cmake-utils_use_with solver Libfacile)
+	)
 
 	kde4-meta_src_configure
 }






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.4.ebuild
@ 2010-01-23  6:53 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-23  6:53 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/23 06:53:14

  Modified:             ChangeLog kalzium-4.3.4.ebuild
  Log:
  Keyword ~amd64-linux/~x86-linux
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.155                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	19 Jan 2010 00:39:15 -0000	1.154
+++ ChangeLog	23 Jan 2010 06:53:13 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.154 2010/01/19 00:39:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.155 2010/01/23 06:53:13 abcd Exp $
+
+  23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kalzium-4.3.4.ebuild:
+  Keyword ~amd64-linux/~x86-linux
 
   19 Jan 2010; Jeroen Roovers <jer@gentoo.org> kalzium-4.3.3.ebuild:
   Stable for HPPA too.



1.3                  kde-base/kalzium/kalzium-4.3.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild?r1=1.2&r2=1.3

Index: kalzium-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kalzium-4.3.4.ebuild	22 Dec 2009 22:59:30 -0000	1.2
+++ kalzium-4.3.4.ebuild	23 Jan 2010 06:53:13 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v 1.2 2009/12/22 22:59:30 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.4.ebuild,v 1.3 2010/01/23 06:53:13 abcd Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 inherit flag-o-matic kde4-meta
 
 DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="editor debug +handbook +plasma solver"
 
 RDEPEND="






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

end of thread, other threads:[~2010-01-23  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23  6:53 [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.4.ebuild Jonathan Callen (abcd)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-22 22:59 Jonathan Callen (abcd)
2009-12-01 10:01 Alex Alexander (wired)

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