public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog
@ 2014-01-10  4:22 Chris Reffett (creffett)
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Reffett (creffett) @ 2014-01-10  4:22 UTC (permalink / raw
  To: gentoo-commits

creffett    14/01/10 04:22:15

  Modified:             ChangeLog
  Added:                kalzium-4.11.5.ebuild
  Log:
  Bump KDE SC 4.11.5
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.302                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.302&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.302&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.301&r2=1.302

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog	18 Dec 2013 19:57:41 -0000	1.301
+++ ChangeLog	10 Jan 2014 04:22:15 -0000	1.302
@@ -1,6 +1,11 @@
 # 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.301 2013/12/18 19:57:41 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.302 2014/01/10 04:22:15 creffett Exp $
+
+*kalzium-4.11.5 (10 Jan 2014)
+
+  10 Jan 2014; Chris Reffett <creffett@gentoo.org> +kalzium-4.11.5.ebuild:
+  Bump KDE SC 4.11.5
 
 *kalzium-4.12.0 (18 Dec 2013)
 



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

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

Index: kalzium-4.11.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.1 2014/01/10 04:22:15 creffett 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."
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"

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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog
@ 2014-01-20  8:00 Michael Palimaka (kensington)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2014-01-20  8:00 UTC (permalink / raw
  To: gentoo-commits

kensington    14/01/20 08:00:30

  Modified:             kalzium-4.11.5.ebuild ChangeLog
  Log:
  Restore keywords that were accidentally omitted.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.2                  kde-base/kalzium/kalzium-4.11.5.ebuild

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

Index: kalzium-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalzium-4.11.5.ebuild	10 Jan 2014 04:22:15 -0000	1.1
+++ kalzium-4.11.5.ebuild	20 Jan 2014 08:00:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.1 2014/01/10 04:22:15 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.2 2014/01/20 08:00:30 kensington Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 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"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="editor debug +plasma solver"
 
 DEPEND="



1.305                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.305&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.305&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.304&r2=1.305

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -r1.304 -r1.305
--- ChangeLog	18 Jan 2014 11:24:12 -0000	1.304
+++ ChangeLog	20 Jan 2014 08:00:30 -0000	1.305
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.304 2014/01/18 11:24:12 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.305 2014/01/20 08:00:30 kensington Exp $
+
+  20 Jan 2014; Michael Palimaka <kensington@gentoo.org> kalzium-4.11.5.ebuild:
+  Restore keywords that were accidentally omitted.
 
 *kalzium-4.12.1 (18 Jan 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog
@ 2014-02-09 10:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-09 10:04 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/09 10:04:33

  Modified:             kalzium-4.11.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #493782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/kalzium/kalzium-4.11.5.ebuild

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

Index: kalzium-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kalzium-4.11.5.ebuild	20 Jan 2014 08:00:30 -0000	1.2
+++ kalzium-4.11.5.ebuild	9 Feb 2014 10:04:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.2 2014/01/20 08:00:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.3 2014/02/09 10:04:33 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="KDE: periodic table of the elements."
 HOMEPAGE="http://www.kde.org/applications/education/kalzium
 http://edu.kde.org/kalzium"
-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.308                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.308&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.308&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.307&r2=1.308

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog	6 Feb 2014 23:20:13 -0000	1.307
+++ ChangeLog	9 Feb 2014 10:04:33 -0000	1.308
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.307 2014/02/06 23:20:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.308 2014/02/09 10:04:33 ago Exp $
+
+  09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
+  Stable for amd64, wrt bug #493782
 
 *kalzium-4.12.2 (06 Feb 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog
@ 2014-02-16  7:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-16  7:19 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/16 07:19:04

  Modified:             kalzium-4.11.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #493782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/kalzium/kalzium-4.11.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?r1=1.3&r2=1.4

Index: kalzium-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kalzium-4.11.5.ebuild	9 Feb 2014 10:04:33 -0000	1.3
+++ kalzium-4.11.5.ebuild	16 Feb 2014 07:19:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.3 2014/02/09 10:04:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.4 2014/02/16 07:19:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="KDE: periodic table of the elements."
 HOMEPAGE="http://www.kde.org/applications/education/kalzium
 http://edu.kde.org/kalzium"
-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.310                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.310&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.310&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.309&r2=1.310

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog	14 Feb 2014 12:23:26 -0000	1.309
+++ ChangeLog	16 Feb 2014 07:19:04 -0000	1.310
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.309 2014/02/14 12:23:26 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.310 2014/02/16 07:19:04 ago Exp $
+
+  16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
+  Stable for x86, wrt bug #493782
 
   14 Feb 2014; Johannes Huber <johu@gentoo.org> -kalzium-4.12.1.ebuild:
   Remove KDE SC 4.12.1





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog
@ 2014-02-20  9:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-20  9:27 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/20 09:27:39

  Modified:             kalzium-4.11.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #493782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-base/kalzium/kalzium-4.11.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?r1=1.4&r2=1.5

Index: kalzium-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kalzium-4.11.5.ebuild	16 Feb 2014 07:19:04 -0000	1.4
+++ kalzium-4.11.5.ebuild	20 Feb 2014 09:27:39 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.4 2014/02/16 07:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.5 2014/02/20 09:27:39 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="KDE: periodic table of the elements."
 HOMEPAGE="http://www.kde.org/applications/education/kalzium
 http://edu.kde.org/kalzium"
-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.311                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.311&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.311&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.310&r2=1.311

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog	16 Feb 2014 07:19:04 -0000	1.310
+++ ChangeLog	20 Feb 2014 09:27:39 -0000	1.311
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.310 2014/02/16 07:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.311 2014/02/20 09:27:39 ago Exp $
+
+  20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
+  Stable for ppc, wrt bug #493782
 
   16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
   Stable for x86, wrt bug #493782





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog
@ 2014-02-23  9:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-23  9:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/23 09:08:50

  Modified:             kalzium-4.11.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #493782
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  kde-base/kalzium/kalzium-4.11.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild?r1=1.5&r2=1.6

Index: kalzium-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kalzium-4.11.5.ebuild	20 Feb 2014 09:27:39 -0000	1.5
+++ kalzium-4.11.5.ebuild	23 Feb 2014 09:08:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.5 2014/02/20 09:27:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.11.5.ebuild,v 1.6 2014/02/23 09:08:50 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="KDE: periodic table of the elements."
 HOMEPAGE="http://www.kde.org/applications/education/kalzium
 http://edu.kde.org/kalzium"
-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.312                kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.312&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.312&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.311&r2=1.312

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog	20 Feb 2014 09:27:39 -0000	1.311
+++ ChangeLog	23 Feb 2014 09:08:50 -0000	1.312
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.311 2014/02/20 09:27:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.312 2014/02/23 09:08:50 ago Exp $
+
+  23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
+  Stable for ppc64, wrt bug #493782
 
   20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
   Stable for ppc, wrt bug #493782





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

end of thread, other threads:[~2014-02-23  9:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20  9:27 [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: kalzium-4.11.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-23  9:08 Agostino Sarubbo (ago)
2014-02-16  7:19 Agostino Sarubbo (ago)
2014-02-09 10:04 Agostino Sarubbo (ago)
2014-01-20  8:00 Michael Palimaka (kensington)
2014-01-10  4:22 Chris Reffett (creffett)

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