* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.10.2.ebuild ChangeLog
@ 2013-04-06 0:04 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 5+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-04-06 0:04 UTC (permalink / raw
To: gentoo-commits
dilfridge 13/04/06 00:04:26
Modified: ChangeLog
Added: kalzium-4.10.2.ebuild
Log:
Version bump KDE SC 4.10.2
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path
1.262 kde-base/kalzium/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.261&r2=1.262
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog 2 Apr 2013 20:51:14 -0000 1.261
+++ ChangeLog 6 Apr 2013 00:04:26 -0000 1.262
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.261 2013/04/02 20:51:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.262 2013/04/06 00:04:26 dilfridge Exp $
+
+*kalzium-4.10.2 (05 Apr 2013)
+
+ 05 Apr 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kalzium-4.10.2.ebuild:
+ Version bump KDE SC 4.10.2
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.1.ebuild:
Stable for ppc64, wrt to bug #462890
1.1 kde-base/kalzium/kalzium-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.1&content-type=text/plain
Index: kalzium-4.10.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.1 2013/04/06 00:04:26 dilfridge Exp $
EAPI=5
KDE_HANDBOOK="optional"
CPPUNIT_REQUIRED="optional"
OPENGL_REQUIRED="always"
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
DEPEND="
$(add_kdebase_dep libkdeedu)
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
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 [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.10.2.ebuild ChangeLog
@ 2013-04-29 12:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-29 12:44 UTC (permalink / raw
To: gentoo-commits
ago 13/04/29 12:44:52
Modified: kalzium-4.10.2.ebuild ChangeLog
Log:
Stable for amd64, wrt to bug #466074
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 kde-base/kalzium/kalzium-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?r1=1.1&r2=1.2
Index: kalzium-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalzium-4.10.2.ebuild 6 Apr 2013 00:04:26 -0000 1.1
+++ kalzium-4.10.2.ebuild 29 Apr 2013 12:44:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.1 2013/04/06 00:04:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.2 2013/04/29 12:44:51 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
DEPEND="
1.263 kde-base/kalzium/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.263&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.263&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.262&r2=1.263
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog 6 Apr 2013 00:04:26 -0000 1.262
+++ ChangeLog 29 Apr 2013 12:44:51 -0000 1.263
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.262 2013/04/06 00:04:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.263 2013/04/29 12:44:51 ago Exp $
+
+ 29 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
+ Stable for amd64, wrt to bug #466074
*kalzium-4.10.2 (05 Apr 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.10.2.ebuild ChangeLog
@ 2013-04-30 9:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-30 9:40 UTC (permalink / raw
To: gentoo-commits
ago 13/04/30 09:40:36
Modified: kalzium-4.10.2.ebuild ChangeLog
Log:
Stable for x86, wrt to bug #466074
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 kde-base/kalzium/kalzium-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?r1=1.2&r2=1.3
Index: kalzium-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kalzium-4.10.2.ebuild 29 Apr 2013 12:44:51 -0000 1.2
+++ kalzium-4.10.2.ebuild 30 Apr 2013 09:40:36 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.2 2013/04/29 12:44:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.3 2013/04/30 09:40:36 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
DEPEND="
1.264 kde-base/kalzium/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.263&r2=1.264
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog 29 Apr 2013 12:44:51 -0000 1.263
+++ ChangeLog 30 Apr 2013 09:40:36 -0000 1.264
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.263 2013/04/29 12:44:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.264 2013/04/30 09:40:36 ago Exp $
+
+ 30 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
+ Stable for x86, wrt to bug #466074
29 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
Stable for amd64, wrt to bug #466074
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.10.2.ebuild ChangeLog
@ 2013-05-01 11:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-01 11:51 UTC (permalink / raw
To: gentoo-commits
ago 13/05/01 11:51:16
Modified: kalzium-4.10.2.ebuild ChangeLog
Log:
Stable for ppc, wrt to bug #466074
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 kde-base/kalzium/kalzium-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?r1=1.3&r2=1.4
Index: kalzium-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kalzium-4.10.2.ebuild 30 Apr 2013 09:40:36 -0000 1.3
+++ kalzium-4.10.2.ebuild 1 May 2013 11:51:16 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.3 2013/04/30 09:40:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.4 2013/05/01 11:51:16 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
DEPEND="
1.265 kde-base/kalzium/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.264&r2=1.265
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog 30 Apr 2013 09:40:36 -0000 1.264
+++ ChangeLog 1 May 2013 11:51:16 -0000 1.265
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.264 2013/04/30 09:40:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.265 2013/05/01 11:51:16 ago Exp $
+
+ 01 May 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
+ Stable for ppc, wrt to bug #466074
30 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
Stable for x86, wrt to bug #466074
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.10.2.ebuild ChangeLog
@ 2013-05-05 10:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-05 10:14 UTC (permalink / raw
To: gentoo-commits
ago 13/05/05 10:14:49
Modified: kalzium-4.10.2.ebuild ChangeLog
Log:
Stable for ppc64, wrt to bug #466074
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 kde-base/kalzium/kalzium-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild?r1=1.4&r2=1.5
Index: kalzium-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kalzium-4.10.2.ebuild 1 May 2013 11:51:16 -0000 1.4
+++ kalzium-4.10.2.ebuild 5 May 2013 10:14:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.4 2013/05/01 11:51:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.10.2.ebuild,v 1.5 2013/05/05 10:14:48 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
DEPEND="
1.266 kde-base/kalzium/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.265&r2=1.266
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog 1 May 2013 11:51:16 -0000 1.265
+++ ChangeLog 5 May 2013 10:14:48 -0000 1.266
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalzium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.265 2013/05/01 11:51:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.266 2013/05/05 10:14:48 ago Exp $
+
+ 05 May 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
+ Stable for ppc64, wrt to bug #466074
01 May 2013; Agostino Sarubbo <ago@gentoo.org> kalzium-4.10.2.ebuild:
Stable for ppc, wrt to bug #466074
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-05 10:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 9:40 [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.10.2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-05-05 10:14 Agostino Sarubbo (ago)
2013-05-01 11:51 Agostino Sarubbo (ago)
2013-04-29 12:44 Agostino Sarubbo (ago)
2013-04-06 0:04 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox