public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kig: kig-4.3.5.ebuild ChangeLog
@ 2010-01-25 16:01 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-25 16:01 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/25 16:01:07

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

Revision  Changes    Path
1.149                kde-base/kig/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	23 Jan 2010 06:46:41 -0000	1.148
+++ ChangeLog	25 Jan 2010 16:01:06 -0000	1.149
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kig
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.148 2010/01/23 06:46:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.149 2010/01/25 16:01:06 scarabeus Exp $
+
+*kig-4.3.5 (25 Jan 2010)
+
+  25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +kig-4.3.5.ebuild:
+  Version bump
 
   23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kig-4.3.4.ebuild:
   Keyword ~amd64-linux/~x86-linux



1.1                  kde-base/kig/kig-4.3.5.ebuild

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

Index: kig-4.3.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-4.3.5.ebuild,v 1.1 2010/01/25 16:01:06 scarabeus Exp $

EAPI="2"

KMNAME="kdeedu"
inherit kde4-meta

DESCRIPTION="KDE Interactive Geometry tool"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook kig-scripting"

DEPEND="
	kig-scripting? ( >=dev-libs/boost-1.32 )
"
RDEPEND="${DEPEND}"

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with kig-scripting BoostPython)
	)

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kig: kig-4.3.5.ebuild ChangeLog
@ 2010-02-20 11:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-20 11:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/20 11:02:26

  Modified:             kig-4.3.5.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt #300393
  (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  kde-base/kig/kig-4.3.5.ebuild

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

Index: kig-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kig/kig-4.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kig-4.3.5.ebuild	25 Jan 2010 16:01:06 -0000	1.1
+++ kig-4.3.5.ebuild	20 Feb 2010 11:02:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-4.3.5.ebuild,v 1.1 2010/01/25 16:01:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-4.3.5.ebuild,v 1.2 2010/02/20 11:02:25 ssuominen Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE Interactive Geometry tool"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook kig-scripting"
 
 DEPEND="



1.151                kde-base/kig/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	9 Feb 2010 00:16:17 -0000	1.150
+++ ChangeLog	20 Feb 2010 11:02:25 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kig
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.150 2010/02/09 00:16:17 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.151 2010/02/20 11:02:25 ssuominen Exp $
+
+  20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kig-4.3.5.ebuild:
+  amd64/x86 stable wrt #300393
 
 *kig-4.4.0 (08 Feb 2010)
 






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

end of thread, other threads:[~2010-02-20 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 11:02 [gentoo-commits] gentoo-x86 commit in kde-base/kig: kig-4.3.5.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-25 16:01 Tomas Chvatal (scarabeus)

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