* [gentoo-commits] gentoo-x86 commit in sci-visualization/gwyddion: ChangeLog gwyddion-2.10.ebuild gwyddion-2.19.ebuild gwyddion-2.18.ebuild gwyddion-2.21.ebuild
@ 2011-03-02 13:42 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-03-02 13:42 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/02 13:42:52
Modified: ChangeLog gwyddion-2.10.ebuild gwyddion-2.19.ebuild
gwyddion-2.18.ebuild gwyddion-2.21.ebuild
Log:
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.25 sci-visualization/gwyddion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 2 Dec 2010 05:08:34 -0000 1.24
+++ ChangeLog 2 Mar 2011 13:42:52 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/gwyddion
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.24 2010/12/02 05:08:34 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.25 2011/03/02 13:42:52 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gwyddion-2.10.ebuild,
+ gwyddion-2.18.ebuild, gwyddion-2.19.ebuild, gwyddion-2.21.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*gwyddion-2.21 (02 Dec 2010)
1.6 sci-visualization/gwyddion/gwyddion-2.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.10.ebuild?r1=1.5&r2=1.6
Index: gwyddion-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gwyddion-2.10.ebuild 7 Aug 2010 13:50:21 -0000 1.5
+++ gwyddion-2.10.ebuild 2 Mar 2011 13:42:52 -0000 1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.10.ebuild,v 1.5 2010/08/07 13:50:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.10.ebuild,v 1.6 2011/03/02 13:42:52 jlec Exp $
+
+EAPI="1"
DESCRIPTION="A software framework for SPM data analysis"
HOMEPAGE="http://gwyddion.net/"
@@ -11,13 +13,14 @@
KEYWORDS="amd64 x86"
IUSE="python perl ruby nls tiff fftw"
-RDEPEND="virtual/opengl
+RDEPEND="
+ virtual/opengl
python? ( virtual/python )
perl? ( dev-lang/perl )
ruby? ( =dev-lang/ruby-1.8* )
tiff? ( media-libs/tiff )
fftw? ( >=sci-libs/fftw-3 )
- >=x11-libs/gtk+-2.8
+ x11-libs/gtk+:2
x11-libs/pango
x11-libs/cairo
x11-libs/gtkglext"
1.3 sci-visualization/gwyddion/gwyddion-2.19.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild?r1=1.2&r2=1.3
Index: gwyddion-2.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwyddion-2.19.ebuild 21 May 2010 09:29:35 -0000 1.2
+++ gwyddion-2.19.ebuild 2 Mar 2011 13:42:52 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild,v 1.2 2010/05/21 09:29:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.19.ebuild,v 1.3 2011/03/02 13:42:52 jlec Exp $
EAPI=2
@@ -17,19 +17,20 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc fftw gnome kde nls opengl perl python ruby sourceview xml X"
-RDEPEND=">=x11-libs/gtk+-2.8
+RDEPEND="
+ x11-libs/gtk+:2
x11-libs/cairo
x11-libs/pango
x11-libs/libXmu
fftw? ( >=sci-libs/fftw-3 )
- gnome? ( gnome-base/gconf )
+ gnome? ( gnome-base/gconf:2 )
kde? ( >=kde-base/kdelibs-4 )
opengl? ( virtual/opengl x11-libs/gtkglext )
perl? ( dev-lang/perl )
- python? ( dev-python/pygtk )
+ python? ( dev-python/pygtk:2 )
ruby? ( dev-ruby/narray )
- sourceview? ( >=x11-libs/gtksourceview-2 )
- xml? ( dev-libs/libxml2 )"
+ sourceview? ( x11-libs/gtksourceview:2.0 )
+ xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
1.3 sci-visualization/gwyddion/gwyddion-2.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.18.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.18.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.18.ebuild?r1=1.2&r2=1.3
Index: gwyddion-2.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwyddion-2.18.ebuild 21 May 2010 09:29:35 -0000 1.2
+++ gwyddion-2.18.ebuild 2 Mar 2011 13:42:52 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.18.ebuild,v 1.2 2010/05/21 09:29:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.18.ebuild,v 1.3 2011/03/02 13:42:52 jlec Exp $
EAPI=2
@@ -17,19 +17,20 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc fftw gnome kde nls opengl perl python ruby sourceview xml X"
-RDEPEND=">=x11-libs/gtk+-2.8
+RDEPEND="
+ x11-libs/gtk+:2
x11-libs/cairo
x11-libs/pango
x11-libs/libXmu
fftw? ( >=sci-libs/fftw-3 )
- gnome? ( gnome-base/gconf )
+ gnome? ( gnome-base/gconf:2 )
kde? ( >=kde-base/kdelibs-4 )
opengl? ( virtual/opengl x11-libs/gtkglext )
perl? ( dev-lang/perl )
- python? ( dev-python/pygtk )
+ python? ( dev-python/pygtk:2 )
ruby? ( dev-ruby/narray )
- sourceview? ( >=x11-libs/gtksourceview-2 )
- xml? ( dev-libs/libxml2 )"
+ sourceview? ( x11-libs/gtksourceview:2.0 )
+ xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
1.2 sci-visualization/gwyddion/gwyddion-2.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.21.ebuild?r1=1.1&r2=1.2
Index: gwyddion-2.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gwyddion-2.21.ebuild 2 Dec 2010 05:08:34 -0000 1.1
+++ gwyddion-2.21.ebuild 2 Mar 2011 13:42:52 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.21.ebuild,v 1.1 2010/12/02 05:08:34 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.21.ebuild,v 1.2 2011/03/02 13:42:52 jlec Exp $
EAPI=2
@@ -17,19 +17,20 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc fftw gnome kde nls opengl perl python ruby sourceview xml X"
-RDEPEND=">=x11-libs/gtk+-2.8
+RDEPEND="
+ x11-libs/gtk+:2
x11-libs/cairo
x11-libs/pango
x11-libs/libXmu
fftw? ( >=sci-libs/fftw-3 )
- gnome? ( gnome-base/gconf )
+ gnome? ( gnome-base/gconf:2 )
kde? ( >=kde-base/kdelibs-4 )
opengl? ( virtual/opengl x11-libs/gtkglext )
perl? ( dev-lang/perl )
- python? ( dev-python/pygtk )
+ python? ( dev-python/pygtk:2 )
ruby? ( dev-ruby/narray )
- sourceview? ( >=x11-libs/gtksourceview-2 )
- xml? ( dev-libs/libxml2 )"
+ sourceview? ( x11-libs/gtksourceview:2.0 )
+ xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-02 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 13:42 [gentoo-commits] gentoo-x86 commit in sci-visualization/gwyddion: ChangeLog gwyddion-2.10.ebuild gwyddion-2.19.ebuild gwyddion-2.18.ebuild gwyddion-2.21.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox