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.7.3.ebuild
@ 2011-11-02 20:48 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-11-02 20:48 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/11/02 20:48:14

  Modified:             ChangeLog
  Added:                kstars-4.7.3.ebuild
  Log:
  [kde-base] KDE SC 4.7.3
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.203                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	28 Oct 2011 19:03:37 -0000	1.202
+++ ChangeLog	2 Nov 2011 20:48:14 -0000	1.203
@@ -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.202 2011/10/28 19:03:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.203 2011/11/02 20:48:14 alexxy Exp $
+
+*kstars-4.7.3 (02 Nov 2011)
+
+  02 Nov 2011; Alexey Shvetsov <alexxy@gentoo.org> +kstars-4.7.3.ebuild:
+  Version bump KDE SC 4.7.3
 
   28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kstars-4.7.1.ebuild:
   Drop KDEpim 4.6.1 and KDE 4.7.1



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

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

Index: kstars-4.7.3.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.7.3.ebuild,v 1.1 2011/11/02 20:48:14 alexxy Exp $

EAPI=4

KDE_HANDBOOK="optional"
KDE_SCM="git"
inherit kde4-base

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

DEPEND="
	dev-cpp/eigen:2
	$(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-base_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.7.3.ebuild
@ 2011-12-07 22:13 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-12-07 22:13 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/12/07 22:13:54

  Modified:             ChangeLog kstars-4.7.3.ebuild
  Log:
  Stable on amd64 wrt bug #388279
  
  (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)

Revision  Changes    Path
1.205                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	7 Dec 2011 11:33:42 -0000	1.204
+++ ChangeLog	7 Dec 2011 22:13:54 -0000	1.205
@@ -1,6 +1,9 @@
 # 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.204 2011/12/07 11:33:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.205 2011/12/07 22:13:54 hwoarang Exp $
+
+  07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> kstars-4.7.3.ebuild:
+  Stable on amd64 wrt bug #388279
 
   07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> kstars-4.7.3.ebuild:
   x86 stable wrt bug #388279



1.3                  kde-base/kstars/kstars-4.7.3.ebuild

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

Index: kstars-4.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kstars-4.7.3.ebuild	7 Dec 2011 11:33:42 -0000	1.2
+++ kstars-4.7.3.ebuild	7 Dec 2011 22:13:54 -0000	1.3
@@ -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.7.3.ebuild,v 1.2 2011/12/07 11:33:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.7.3.ebuild,v 1.3 2011/12/07 22:13:54 hwoarang Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 inherit kde4-base
 
 DESCRIPTION="KDE Desktop Planetarium"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug fits indi"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.7.3.ebuild
@ 2012-01-17 13:29 Johannes Huber (johu)
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2012-01-17 13:29 UTC (permalink / raw
  To: gentoo-commits

johu        12/01/17 13:29:04

  Modified:             ChangeLog
  Removed:              kstars-4.7.3.ebuild
  Log:
  Remove KDE SC 4.7.3.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.212                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog	16 Jan 2012 23:17:22 -0000	1.211
+++ ChangeLog	17 Jan 2012 13:29:04 -0000	1.212
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.211 2012/01/16 23:17:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.212 2012/01/17 13:29:04 johu Exp $
+
+  17 Jan 2012; Johannes Huber <johu@gentoo.org> -kstars-4.7.3.ebuild:
+  Remove KDE SC 4.7.3
 
   16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> kstars-4.7.4.ebuild:
   Stable for amd64, wrt bug #396359






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

end of thread, other threads:[~2012-01-17 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 13:29 [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.7.3.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-07 22:13 Markos Chandras (hwoarang)
2011-11-02 20:48 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