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.2.0.ebuild
@ 2009-01-27 17:52 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-27 17:52 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/27 17:52:12

  Modified:             ChangeLog
  Added:                kstars-4.2.0.ebuild
  Log:
  Bump shiny new KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.109                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	14 Jan 2009 15:36:05 -0000	1.108
+++ ChangeLog	27 Jan 2009 17:52:11 -0000	1.109
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.108 2009/01/14 15:36:05 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.109 2009/01/27 17:52:11 alexxy Exp $
+
+*kstars-4.2.0 (27 Jan 2009)
+
+  27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kstars-4.2.0.ebuild:
+  Bump KDE-4.2.0
 
   14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstars-4.1.2.ebuild,
   -kstars-4.1.3.ebuild:



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

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

Index: kstars-4.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.2.0.ebuild,v 1.1 2009/01/27 17:52:11 alexxy Exp $
EAPI="2"

KMNAME="kdeedu"
inherit kde4-meta

DESCRIPTION="KDE Desktop Planetarium"
KEYWORDS="~amd64 ~x86"
IUSE="debug fits htmlhandbook"

DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}
	fits? ( >=sci-libs/cfitsio-0.390 )"

# FIXME: Re-add as soon as indilib-0.6 is available
#	indi? ( >=sci-libs/indilib-0.6 )"

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with fits CFitsio)"

# FIXME: see above
#		$(cmake-utils_use_with indi INDI)"

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.2.0.ebuild
@ 2009-02-01  7:59 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 3+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-01  7:59 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/02/01 07:59:25

  Modified:             ChangeLog kstars-4.2.0.ebuild
  Log:
  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.110                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	27 Jan 2009 17:52:11 -0000	1.109
+++ ChangeLog	1 Feb 2009 07:59:25 -0000	1.110
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.109 2009/01/27 17:52:11 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.110 2009/02/01 07:59:25 jmbsvicetto Exp $
+
+  01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  kstars-4.2.0.ebuild:
+  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
 
 *kstars-4.2.0 (27 Jan 2009)
 



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

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

Index: kstars-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kstars-4.2.0.ebuild	27 Jan 2009 17:52:11 -0000	1.1
+++ kstars-4.2.0.ebuild	1 Feb 2009 07:59:25 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.2.0.ebuild,v 1.1 2009/01/27 17:52:11 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.2.0.ebuild,v 1.2 2009/02/01 07:59:25 jmbsvicetto Exp $
 EAPI="2"
 
 KMNAME="kdeedu"
 inherit kde4-meta
 
 DESCRIPTION="KDE Desktop Planetarium"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="debug fits htmlhandbook"
 
 DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.2.0.ebuild
@ 2009-03-08 20:27 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-08 20:27 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/08 20:27:05

  Modified:             ChangeLog
  Removed:              kstars-4.2.0.ebuild
  Log:
  Drop KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.114                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	8 Mar 2009 14:01:39 -0000	1.113
+++ ChangeLog	8 Mar 2009 20:27:05 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kstars
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.113 2009/03/08 14:01:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.114 2009/03/08 20:27:05 alexxy Exp $
+
+  08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstars-4.2.0.ebuild:
+  Drop KDE 4.2.0
 
   08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kstars-4.2.1.ebuild:
   Semi-automatic merge, Update deps.






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

end of thread, other threads:[~2009-03-08 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 17:52 [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.2.0.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-01  7:59 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-03-08 20:27 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