summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 13:42:52 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 13:42:52 +0000
commitc8fb8f7cab1b198e76be91766dd63d59f9f21e4d (patch)
tree9fc67dfb103f51bc710bcb8b59d0024e0f0d6644 /sci-visualization
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadhistorical-c8fb8f7cab1b198e76be91766dd63d59f9f21e4d.tar.gz
historical-c8fb8f7cab1b198e76be91766dd63d59f9f21e4d.tar.bz2
historical-c8fb8f7cab1b198e76be91766dd63d59f9f21e4d.zip
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/g3data/ChangeLog12
-rw-r--r--sci-visualization/g3data/g3data-1.5.1.ebuild7
-rw-r--r--sci-visualization/g3data/g3data-1.5.3.ebuild6
-rw-r--r--sci-visualization/gfsview/ChangeLog8
-rw-r--r--sci-visualization/gfsview/gfsview-20091219.ebuild6
-rw-r--r--sci-visualization/gfsview/gfsview-20100407.ebuild6
-rw-r--r--sci-visualization/ggobi/ChangeLog7
-rw-r--r--sci-visualization/ggobi/ggobi-2.1.8.ebuild11
-rw-r--r--sci-visualization/gwyddion/ChangeLog8
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.10.ebuild11
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.18.ebuild15
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.19.ebuild15
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.21.ebuild15
13 files changed, 77 insertions, 50 deletions
diff --git a/sci-visualization/g3data/ChangeLog b/sci-visualization/g3data/ChangeLog
index 08ca91538895..c52137d93941 100644
--- a/sci-visualization/g3data/ChangeLog
+++ b/sci-visualization/g3data/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for sci-visualization/g3data
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.8 2010/04/16 18:35:44 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.9 2011/03/02 13:34:52 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> g3data-1.5.1.ebuild,
+ g3data-1.5.3.ebuild:
+ Correct Slots for gtk 3 introduction to tree
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> g3data-1.5.1.ebuild,
+ g3data-1.5.3.ebuild:
+ Correct Slots for gtk 3 introduction to tree
16 Apr 2010; Markos Chandras <hwoarang@gentoo.org> g3data-1.5.3.ebuild:
Stable on amd64 wrt bug #299847
diff --git a/sci-visualization/g3data/g3data-1.5.1.ebuild b/sci-visualization/g3data/g3data-1.5.1.ebuild
index 61ebb8667c8a..7cd77fc51a04 100644
--- a/sci-visualization/g3data/g3data-1.5.1.ebuild
+++ b/sci-visualization/g3data/g3data-1.5.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 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/g3data/g3data-1.5.1.ebuild,v 1.3 2008/11/27 18:25:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.1.ebuild,v 1.4 2011/03/02 13:34:52 jlec Exp $
+EAPI="1"
inherit eutils
DESCRIPTION="Tool for extracting data from graphs"
@@ -13,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="examples"
-RDEPEND=">=x11-libs/gtk+-2.6.0"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
~app-text/docbook-sgml-utils-0.6.14"
diff --git a/sci-visualization/g3data/g3data-1.5.3.ebuild b/sci-visualization/g3data/g3data-1.5.3.ebuild
index 3c2da435f740..f8dda6250bf2 100644
--- a/sci-visualization/g3data/g3data-1.5.3.ebuild
+++ b/sci-visualization/g3data/g3data-1.5.3.ebuild
@@ -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/g3data/g3data-1.5.3.ebuild,v 1.4 2010/04/16 18:35:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.3.ebuild,v 1.5 2011/03/02 13:34:52 jlec Exp $
EAPI=2
inherit eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc examples"
-RDEPEND=">=x11-libs/gtk+-2.6.0"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( ~app-text/docbook-sgml-utils-0.6.14 )"
diff --git a/sci-visualization/gfsview/ChangeLog b/sci-visualization/gfsview/ChangeLog
index eb7b80ef8f6e..b537ad374882 100644
--- a/sci-visualization/gfsview/ChangeLog
+++ b/sci-visualization/gfsview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/gfsview
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gfsview/ChangeLog,v 1.6 2010/05/21 14:06:22 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gfsview/ChangeLog,v 1.7 2011/03/02 13:37:23 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gfsview-20091219.ebuild,
+ gfsview-20100407.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*gfsview-20100407 (21 May 2010)
diff --git a/sci-visualization/gfsview/gfsview-20091219.ebuild b/sci-visualization/gfsview/gfsview-20091219.ebuild
index 948190ad6a51..9a930f6156e1 100644
--- a/sci-visualization/gfsview/gfsview-20091219.ebuild
+++ b/sci-visualization/gfsview/gfsview-20091219.ebuild
@@ -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/gfsview/gfsview-20091219.ebuild,v 1.2 2010/01/15 19:43:50 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gfsview/gfsview-20091219.ebuild,v 1.3 2011/03/02 13:37:23 jlec Exp $
EAPI=2
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtkglext-1.0.6
- >=x11-libs/gtk+-2.4.0
+ x11-libs/gtk+:2
x11-libs/startup-notification
>=sci-libs/gerris-${PV}"
DEPEND="${RDEPEND}
diff --git a/sci-visualization/gfsview/gfsview-20100407.ebuild b/sci-visualization/gfsview/gfsview-20100407.ebuild
index ab6ed2ce0df4..f272104a1e50 100644
--- a/sci-visualization/gfsview/gfsview-20100407.ebuild
+++ b/sci-visualization/gfsview/gfsview-20100407.ebuild
@@ -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/gfsview/gfsview-20100407.ebuild,v 1.1 2010/05/21 14:06:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gfsview/gfsview-20100407.ebuild,v 1.2 2011/03/02 13:37:23 jlec Exp $
EAPI=2
inherit eutils
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="
>=x11-libs/gtkglext-1.0.6
- >=x11-libs/gtk+-2.4.0
+ x11-libs/gtk+:2
x11-libs/startup-notification
>=sci-libs/gerris-${PV}"
DEPEND="${RDEPEND}
diff --git a/sci-visualization/ggobi/ChangeLog b/sci-visualization/ggobi/ChangeLog
index 6417998b7a1d..2e544f6544e3 100644
--- a/sci-visualization/ggobi/ChangeLog
+++ b/sci-visualization/ggobi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/ggobi
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ChangeLog,v 1.6 2010/11/07 19:34:33 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ChangeLog,v 1.7 2011/03/02 13:38:10 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> ggobi-2.1.8.ebuild:
+ Correct Slots for gtk 3 introduction to tree
07 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> ggobi-2.1.8.ebuild:
Fix automake called by maintainer-mode wrt bug 342747. Thanks to Diego
diff --git a/sci-visualization/ggobi/ggobi-2.1.8.ebuild b/sci-visualization/ggobi/ggobi-2.1.8.ebuild
index ec13f167f2f3..8de95025e594 100644
--- a/sci-visualization/ggobi/ggobi-2.1.8.ebuild
+++ b/sci-visualization/ggobi/ggobi-2.1.8.ebuild
@@ -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/ggobi/ggobi-2.1.8.ebuild,v 1.6 2010/11/07 19:34:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ggobi-2.1.8.ebuild,v 1.7 2011/03/02 13:38:10 jlec Exp $
EAPI=2
inherit eutils autotools
@@ -14,9 +14,10 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="minimal nls"
-RDEPEND=">=media-gfx/graphviz-2.6
- >=x11-libs/gtk+-2.6
- dev-libs/libxml2"
+RDEPEND="
+ >=media-gfx/graphviz-2.6
+ x11-libs/gtk+:2
+ dev-libs/libxml2:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/sci-visualization/gwyddion/ChangeLog b/sci-visualization/gwyddion/ChangeLog
index d60f37cb766f..0c5ba5ec5d51 100644
--- a/sci-visualization/gwyddion/ChangeLog
+++ b/sci-visualization/gwyddion/ChangeLog
@@ -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)
diff --git a/sci-visualization/gwyddion/gwyddion-2.10.ebuild b/sci-visualization/gwyddion/gwyddion-2.10.ebuild
index d5e664e79e40..5cb75b4181b9 100644
--- a/sci-visualization/gwyddion/gwyddion-2.10.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.10.ebuild
@@ -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 @@ SLOT="0"
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"
diff --git a/sci-visualization/gwyddion/gwyddion-2.18.ebuild b/sci-visualization/gwyddion/gwyddion-2.18.ebuild
index 39f431045a97..9483e71d3f47 100644
--- a/sci-visualization/gwyddion/gwyddion-2.18.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.18.ebuild
@@ -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 @@ SLOT="0"
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
diff --git a/sci-visualization/gwyddion/gwyddion-2.19.ebuild b/sci-visualization/gwyddion/gwyddion-2.19.ebuild
index f21d27081719..6d02e26408dd 100644
--- a/sci-visualization/gwyddion/gwyddion-2.19.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.19.ebuild
@@ -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 @@ SLOT="0"
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
diff --git a/sci-visualization/gwyddion/gwyddion-2.21.ebuild b/sci-visualization/gwyddion/gwyddion-2.21.ebuild
index 7c75b1a4fc7c..391126052745 100644
--- a/sci-visualization/gwyddion/gwyddion-2.21.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.21.ebuild
@@ -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 @@ SLOT="0"
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