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.11.2.ebuild
@ 2013-10-09 23:04 Chris Reffett (creffett)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Reffett (creffett) @ 2013-10-09 23:04 UTC (permalink / raw
  To: gentoo-commits

creffett    13/10/09 23:04:44

  Modified:             ChangeLog
  Added:                kalzium-4.11.2.ebuild
  Log:
  Version bump KDE SC 4.11.2
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.290                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog	3 Sep 2013 19:49:50 -0000	1.289
+++ ChangeLog	9 Oct 2013 23:04:43 -0000	1.290
@@ -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.289 2013/09/03 19:49:50 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.290 2013/10/09 23:04:43 creffett Exp $
+
+*kalzium-4.11.2 (08 Oct 2013)
+
+  08 Oct 2013; Chris Reffett <creffett@gentoo.org> +kalzium-4.11.2.ebuild:
+  Version bump KDE SC 4.11.2
 
   03 Sep 2013; Chris Reffett <creffett@gentoo.org> -kalzium-4.11.0.ebuild:
   Drop KDE 4.11.0



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

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

Index: kalzium-4.11.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.11.2.ebuild,v 1.1 2013/10/09 23:04:43 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 ~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] 2+ messages in thread

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

ago         14/02/23 10:01:09

  Modified:             ChangeLog
  Removed:              kalzium-4.11.2.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.313                kde-base/kalzium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog	23 Feb 2014 09:08:50 -0000	1.312
+++ ChangeLog	23 Feb 2014 10:01:09 -0000	1.313
@@ -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.312 2014/02/23 09:08:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.313 2014/02/23 10:01:09 ago Exp $
+
+  23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> -kalzium-4.11.2.ebuild:
+  Remove old
 
   23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kalzium-4.11.5.ebuild:
   Stable for ppc64, wrt bug #493782





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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 10:01 [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.11.2.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-09 23:04 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