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.3.ebuild
@ 2009-11-02 20:36 Alex Alexander (wired)
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Alexander (wired) @ 2009-11-02 20:36 UTC (permalink / raw
  To: gentoo-commits

wired       09/11/02 20:36:00

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

Revision  Changes    Path
1.142                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	18 Oct 2009 16:04:46 -0000	1.141
+++ ChangeLog	2 Nov 2009 20:35:59 -0000	1.142
@@ -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.141 2009/10/18 16:04:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.142 2009/11/02 20:35:59 wired Exp $
+
+*kalzium-4.3.3 (02 Nov 2009)
+
+  02 Nov 2009; Alex Alexander <wired@gentoo.org> +kalzium-4.3.3.ebuild:
+  Version bump
 
   18 Oct 2009; Markus Meier <maekke@gentoo.org> kalzium-4.3.1.ebuild:
   x86 stable, bug #287697



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

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

Index: kalzium-4.3.3.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.3.ebuild,v 1.1 2009/11/02 20:35:59 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 ~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 )
	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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.3.ebuild
@ 2009-11-29 14:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-29 14:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/29 14:08:03

  Modified:             ChangeLog kalzium-4.3.3.ebuild
  Log:
  amd64 stable wrt #292455
  (Portage version: 2.2_rc53/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.147                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	19 Nov 2009 21:55:29 -0000	1.146
+++ ChangeLog	29 Nov 2009 14:08:02 -0000	1.147
@@ -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.146 2009/11/19 21:55:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.147 2009/11/29 14:08:02 ssuominen Exp $
+
+  29 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> kalzium-4.3.3.ebuild:
+  amd64 stable wrt #292455
 
   19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
   -files/kalzium-3.5.7-copy_string.patch, -kalzium-3.5.10.ebuild:



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

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

Index: kalzium-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalzium-4.3.3.ebuild	2 Nov 2009 20:35:59 -0000	1.1
+++ kalzium-4.3.3.ebuild	29 Nov 2009 14:08:02 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.1 2009/11/02 20:35:59 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v 1.2 2009/11/29 14:08:02 ssuominen Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="editor debug +handbook +plasma solver"
 
 COMMON_DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.3.ebuild
@ 2009-11-29 18:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-29 18:25 UTC (permalink / raw
  To: gentoo-commits

armin76     09/11/29 18:25:33

  Modified:             ChangeLog kalzium-4.3.3.ebuild
  Log:
  Add ~sparc
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.148                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	29 Nov 2009 14:08:02 -0000	1.147
+++ ChangeLog	29 Nov 2009 18:25:33 -0000	1.148
@@ -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.147 2009/11/29 14:08:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.148 2009/11/29 18:25:33 armin76 Exp $
+
+  29 Nov 2009; Raúl Porcel <armin76@gentoo.org> kalzium-4.3.3.ebuild:
+  Add ~sparc
 
   29 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> kalzium-4.3.3.ebuild:
   amd64 stable wrt #292455



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

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

Index: kalzium-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kalzium-4.3.3.ebuild	29 Nov 2009 14:08:02 -0000	1.2
+++ kalzium-4.3.3.ebuild	29 Nov 2009 18:25:33 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.2 2009/11/29 14:08:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v 1.3 2009/11/29 18:25:33 armin76 Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE: periodic table of the elements."
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="editor debug +handbook +plasma solver"
 
 COMMON_DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.3.ebuild
@ 2009-11-30  6:55 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2009-11-30  6:55 UTC (permalink / raw
  To: gentoo-commits

josejx      09/11/30 06:55:11

  Modified:             ChangeLog kalzium-4.3.3.ebuild
  Log:
  KDE-4.3.3 marked stable for ppc/ppc64.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.149                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	29 Nov 2009 18:25:33 -0000	1.148
+++ ChangeLog	30 Nov 2009 06:55:11 -0000	1.149
@@ -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.148 2009/11/29 18:25:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.149 2009/11/30 06:55:11 josejx Exp $
+
+  30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kalzium-4.3.3.ebuild:
+  Marked ppc/ppc64 stable for bug #292455.
 
   29 Nov 2009; Raúl Porcel <armin76@gentoo.org> kalzium-4.3.3.ebuild:
   Add ~sparc



1.4                  kde-base/kalzium/kalzium-4.3.3.ebuild

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

Index: kalzium-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kalzium-4.3.3.ebuild	29 Nov 2009 18:25:33 -0000	1.3
+++ kalzium-4.3.3.ebuild	30 Nov 2009 06:55:11 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.3 2009/11/29 18:25:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v 1.4 2009/11/30 06:55:11 josejx Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 inherit 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"
 IUSE="editor debug +handbook +plasma solver"
 
 COMMON_DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.3.ebuild
@ 2009-12-10 14:05 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 14:05 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 14:05:26

  Modified:             ChangeLog kalzium-4.3.3.ebuild
  Log:
  x86 stable, bug 292455
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.151                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	1 Dec 2009 10:01:27 -0000	1.150
+++ ChangeLog	10 Dec 2009 14:05:26 -0000	1.151
@@ -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.150 2009/12/01 10:01:27 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.151 2009/12/10 14:05:26 fauli Exp $
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kalzium-4.3.3.ebuild:
+  x86 stable, bug 292455
 
 *kalzium-4.3.4 (01 Dec 2009)
 



1.5                  kde-base/kalzium/kalzium-4.3.3.ebuild

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

Index: kalzium-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kalzium-4.3.3.ebuild	30 Nov 2009 06:55:11 -0000	1.4
+++ kalzium-4.3.3.ebuild	10 Dec 2009 14:05:26 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.3.ebuild,v 1.4 2009/11/30 06:55:11 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v 1.5 2009/12/10 14:05:26 fauli Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 inherit 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"
 IUSE="editor debug +handbook +plasma solver"
 
 COMMON_DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.3.ebuild
@ 2010-01-19  0:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-19  0:39 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/19 00:39:16

  Modified:             ChangeLog kalzium-4.3.3.ebuild
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.154                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	22 Dec 2009 22:59:30 -0000	1.153
+++ ChangeLog	19 Jan 2010 00:39:15 -0000	1.154
@@ -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.153 2009/12/22 22:59:30 abcd Exp $
+# 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 $
+
+  19 Jan 2010; Jeroen Roovers <jer@gentoo.org> kalzium-4.3.3.ebuild:
+  Stable for HPPA too.
 
   22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kalzium-4.3.4.ebuild:
   Pull in changes from overlay and fix for prefix support (Solaris)



1.6                  kde-base/kalzium/kalzium-4.3.3.ebuild

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

Index: kalzium-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kalzium-4.3.3.ebuild	10 Dec 2009 14:05:26 -0000	1.5
+++ kalzium-4.3.3.ebuild	19 Jan 2010 00:39:16 -0000	1.6
@@ -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.3.ebuild,v 1.5 2009/12/10 14:05:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.3.3.ebuild,v 1.6 2010/01/19 00:39:16 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 inherit 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"
 IUSE="editor debug +handbook +plasma solver"
 
 COMMON_DEPEND="






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

end of thread, other threads:[~2010-01-19  0:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-29 14:08 [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.3.3.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-19  0:39 Jeroen Roovers (jer)
2009-12-10 14:05 Christian Faulhammer (fauli)
2009-11-30  6:55 Joseph Jezak (josejx)
2009-11-29 18:25 Raul Porcel (armin76)
2009-11-02 20:36 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