public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kalgebra: kalgebra-4.3.5.ebuild ChangeLog
@ 2010-01-25 14:28 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-25 14:28 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/25 14:28:16

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

Revision  Changes    Path
1.53                 kde-base/kalgebra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	23 Jan 2010 06:44:30 -0000	1.52
+++ ChangeLog	25 Jan 2010 14:28:16 -0000	1.53
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kalgebra
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.52 2010/01/23 06:44:30 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.53 2010/01/25 14:28:16 scarabeus Exp $
+
+*kalgebra-4.3.5 (25 Jan 2010)
+
+  25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  +kalgebra-4.3.5.ebuild:
+  Version bump
 
   23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kalgebra-4.3.4.ebuild:
   Keyword ~amd64-linux/~x86-linux



1.1                  kde-base/kalgebra/kalgebra-4.3.5.ebuild

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

Index: kalgebra-4.3.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v 1.1 2010/01/25 14:28:16 scarabeus Exp $

EAPI="2"

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

DESCRIPTION="MathML-based graph calculator for KDE."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook +plasma readline"

DEPEND="
	readline? ( sys-libs/readline )
"
RDEPEND="${DEPEND}"

KMEXTRACTONLY="libkdeedu/kdeeduui"

PATCHES=(
	"${FILESDIR}"/${PN}-4.3.2-solaris-graph2d.patch
)

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with readline)
		$(cmake-utils_use_with plasma)
		$(cmake-utils_use_with opengl OpenGL)
	)

	kde4-meta_src_configure
}

src_test() {
	# disable broken test
	sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \
		"${S}"/"${PN}"/analitza/tests/CMakeLists.txt || \
		die "sed to disable mathmlpresentationtest failed."

	kde4-meta_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalgebra: kalgebra-4.3.5.ebuild ChangeLog
@ 2010-02-20 10:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-20 10:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/20 10:01:45

  Modified:             kalgebra-4.3.5.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt #300393
  (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  kde-base/kalgebra/kalgebra-4.3.5.ebuild

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

Index: kalgebra-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalgebra-4.3.5.ebuild	25 Jan 2010 14:28:16 -0000	1.1
+++ kalgebra-4.3.5.ebuild	20 Feb 2010 10:01:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v 1.1 2010/01/25 14:28:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v 1.2 2010/02/20 10:01:44 ssuominen Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="MathML-based graph calculator for KDE."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook +plasma readline"
 
 DEPEND="



1.55                 kde-base/kalgebra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	9 Feb 2010 00:18:47 -0000	1.54
+++ ChangeLog	20 Feb 2010 10:01:44 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalgebra
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.54 2010/02/09 00:18:47 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.55 2010/02/20 10:01:44 ssuominen Exp $
+
+  20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kalgebra-4.3.5.ebuild:
+  amd64/x86 stable wrt #300393
 
 *kalgebra-4.4.0 (08 Feb 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kalgebra: kalgebra-4.3.5.ebuild ChangeLog
@ 2010-03-11 18:38 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-03-11 18:38 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/11 18:38:41

  Modified:             kalgebra-4.3.5.ebuild ChangeLog
  Log:
  Marking kde-4.3.5 ppc for bug 300393
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  kde-base/kalgebra/kalgebra-4.3.5.ebuild

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

Index: kalgebra-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kalgebra-4.3.5.ebuild	20 Feb 2010 10:01:44 -0000	1.2
+++ kalgebra-4.3.5.ebuild	11 Mar 2010 18:38:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v 1.2 2010/02/20 10:01:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.3.5.ebuild,v 1.3 2010/03/11 18:38:40 ranger Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="MathML-based graph calculator for KDE."
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook +plasma readline"
 
 DEPEND="



1.57                 kde-base/kalgebra/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	2 Mar 2010 15:40:14 -0000	1.56
+++ ChangeLog	11 Mar 2010 18:38:40 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kalgebra
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.56 2010/03/02 15:40:14 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.57 2010/03/11 18:38:40 ranger Exp $
+
+  11 Mar 2010; Brent Baude <ranger@gentoo.org> ChangeLog:
+  Marking kalgebra-4.3.5 ppc stable for bug 300393
 
 *kalgebra-4.4.1 (02 Mar 2010)
 






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

end of thread, other threads:[~2010-03-11 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 14:28 [gentoo-commits] gentoo-x86 commit in kde-base/kalgebra: kalgebra-4.3.5.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-20 10:01 Samuli Suominen (ssuominen)
2010-03-11 18:38 Brent Baude (ranger)

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