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.3.0.ebuild
@ 2009-10-08 14:51 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-10-08 14:51 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/10/08 14:51:37

  Modified:             ChangeLog
  Removed:              kstars-4.3.0.ebuild
  Log:
  [kde-base] Drop KDE 4.3.0
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.136                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	6 Oct 2009 20:07:20 -0000	1.135
+++ ChangeLog	8 Oct 2009 14:51:37 -0000	1.136
@@ -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.135 2009/10/06 20:07:20 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.136 2009/10/08 14:51:37 alexxy Exp $
+
+  08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -kstars-4.3.0.ebuild:
+  Drop KDE 4.3.0
 
 *kstars-4.3.2 (06 Oct 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.3.0.ebuild
@ 2009-08-04  1:04 Alex Alexander (wired)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Alexander (wired) @ 2009-08-04  1:04 UTC (permalink / raw
  To: gentoo-commits

wired       09/08/04 01:04:40

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

Revision  Changes    Path
1.130                kde-base/kstars/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	12 Jul 2009 12:08:54 -0000	1.129
+++ ChangeLog	4 Aug 2009 01:04:40 -0000	1.130
@@ -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.129 2009/07/12 12:08:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/ChangeLog,v 1.130 2009/08/04 01:04:40 wired Exp $
+
+*kstars-4.3.0 (04 Aug 2009)
+
+  04 Aug 2009; Alex Alexander <wired@gentoo.org> +kstars-4.3.0.ebuild:
+  Version bump
 
   12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kstars-3.5.10.ebuild:
   alpha/ia64/sparc stable wrt #271889



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

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

Index: kstars-4.3.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.3.0.ebuild,v 1.1 2009/08/04 01:04:40 wired Exp $
EAPI="2"

KMNAME="kdeedu"
inherit kde4-meta

DESCRIPTION="KDE Desktop Planetarium"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug +handbook fits"

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

# 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] 2+ messages in thread

end of thread, other threads:[~2009-10-08 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-08 14:51 [gentoo-commits] gentoo-x86 commit in kde-base/kstars: ChangeLog kstars-4.3.0.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-04  1:04 Alex Alexander (wired)

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