summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 13:34:52 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 13:34:52 +0000
commit51c151dfbbf06558694a8dbc6b0594ff5163d580 (patch)
tree45674ca634e99843802550fb1acbfe3cb8522844 /sci-visualization/g3data
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-51c151dfbbf06558694a8dbc6b0594ff5163d580.tar.gz
gentoo-2-51c151dfbbf06558694a8dbc6b0594ff5163d580.tar.bz2
gentoo-2-51c151dfbbf06558694a8dbc6b0594ff5163d580.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/g3data')
-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
3 files changed, 17 insertions, 8 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 )"