public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.6.0.ebuild
@ 2011-01-26 20:29 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-01-26 20:29 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/01/26 20:29:03

  Modified:             ChangeLog
  Added:                kstars-4.6.0.ebuild
  Log:
  [kde-base] Add KDE SC 4.6.0
  
  (Portage version: 2.2.0_alpha19_p2/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.179                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog	10 Jan 2011 11:53:41 -0000	1.178
+++ ChangeLog	26 Jan 2011 20:29:02 -0000	1.179
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.178 2011/01/10 11:53:41 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.179 2011/01/26 20:29:02 alexxy Exp $
+
+*kstars-4.6.0 (26 Jan 2011)
+
+  26 Jan 2011; Alexey Shvetsov <alexxy@gentoo.org> +kstars-4.6.0.ebuild:
+  Version bump KDE SC 4.6.0
 
 *kstars-4.5.5 (10 Jan 2011)
 



1.1                  kde-base/kstars/kstars-4.6.0.ebuild

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

Index: kstars-4.6.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.6.0.ebuild,v 1.1 2011/01/26 20:29:03 alexxy Exp $
EAPI="3"

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

DESCRIPTION="KDE Desktop Planetarium"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug fits indi"

DEPEND="
	$(add_kdebase_dep libkdeedu)
	fits? ( >=sci-libs/cfitsio-0.390 )
	indi? ( >=sci-libs/indilib-0.6.2[fits?] )
"
RDEPEND="${DEPEND}"

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

src_configure() {
	# Bug 308903
	use ppc64 && append-flags -mminimal-toc

	mycmakeargs=(
		$(cmake-utils_use_with fits CFitsio)
		$(cmake-utils_use_with indi)
	)

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.6.0.ebuild
@ 2011-02-27 15:32 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-02-27 15:32 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/02/27 15:32:12

  Modified:             ChangeLog kstars-4.6.0.ebuild
  Log:
  Added missing dependency on dev-cpp/eigen, bug 355477.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.180                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	26 Jan 2011 20:29:02 -0000	1.179
+++ ChangeLog	27 Feb 2011 15:32:11 -0000	1.180
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.179 2011/01/26 20:29:02 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.180 2011/02/27 15:32:11 dilfridge Exp $
+
+  27 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  kstars-4.6.0.ebuild:
+  Added missing dependency on dev-cpp/eigen, bug 355477.
 
 *kstars-4.6.0 (26 Jan 2011)
 



1.2                  kde-base/kstars/kstars-4.6.0.ebuild

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

Index: kstars-4.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kstars-4.6.0.ebuild	26 Jan 2011 20:29:03 -0000	1.1
+++ kstars-4.6.0.ebuild	27 Feb 2011 15:32:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.6.0.ebuild,v 1.1 2011/01/26 20:29:03 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.6.0.ebuild,v 1.2 2011/02/27 15:32:11 dilfridge Exp $
 EAPI="3"
 
 KDE_HANDBOOK="optional"
@@ -12,6 +12,7 @@
 IUSE="debug fits indi"
 
 DEPEND="
+	dev-cpp/eigen
 	$(add_kdebase_dep libkdeedu)
 	fits? ( >=sci-libs/cfitsio-0.390 )
 	indi? ( >=sci-libs/indilib-0.6.2[fits?] )






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

end of thread, other threads:[~2011-02-27 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 15:32 [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.6.0.ebuild Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-26 20:29 Alexey Shvetsov (alexxy)

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