summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 21:40:55 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 21:40:55 +0000
commit3f4a98f4b6f6cf7920d672692ca02b89858b0861 (patch)
treeaca0c23f9ed4e3558988585dfdd591f44a4614a2 /sci-electronics/gerbv
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-3f4a98f4b6f6cf7920d672692ca02b89858b0861.tar.gz
gentoo-2-3f4a98f4b6f6cf7920d672692ca02b89858b0861.tar.bz2
gentoo-2-3f4a98f4b6f6cf7920d672692ca02b89858b0861.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gerbv')
-rw-r--r--sci-electronics/gerbv/ChangeLog6
-rw-r--r--sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild7
-rw-r--r--sci-electronics/gerbv/gerbv-2.4.0.ebuild7
-rw-r--r--sci-electronics/gerbv/gerbv-2.5.0.ebuild5
4 files changed, 16 insertions, 9 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog
index 862dc98a78a3..76f45ef67089 100644
--- a/sci-electronics/gerbv/ChangeLog
+++ b/sci-electronics/gerbv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/gerbv
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.39 2011/02/26 10:12:58 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.40 2011/03/02 21:40:55 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gerbv-2.3.0-r2.ebuild,
+ gerbv-2.4.0.ebuild, gerbv-2.5.0.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*gerbv-2.5.0 (26 Feb 2011)
diff --git a/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild b/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild
index e6ea2fb67040..96edf6e4e0d1 100644
--- a/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild
+++ b/sci-electronics/gerbv/gerbv-2.3.0-r2.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-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.6 2010/11/14 17:26:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r2.ebuild,v 1.7 2011/03/02 21:40:55 jlec Exp $
EAPI="2"
@@ -16,7 +16,8 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ppc x86"
RESTRICT="test"
-RDEPEND=">=x11-libs/gtk+-2.4
+RDEPEND="
+ x11-libs/gtk+:2
>=x11-libs/cairo-1.2"
DEPEND="${RDEPEND}
diff --git a/sci-electronics/gerbv/gerbv-2.4.0.ebuild b/sci-electronics/gerbv/gerbv-2.4.0.ebuild
index 7ca8dbfd7b6a..80734c8a9907 100644
--- a/sci-electronics/gerbv/gerbv-2.4.0.ebuild
+++ b/sci-electronics/gerbv/gerbv-2.4.0.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-electronics/gerbv/gerbv-2.4.0.ebuild,v 1.4 2010/11/14 17:26:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.4.0.ebuild,v 1.5 2011/03/02 21:40:55 jlec Exp $
EAPI="2"
@@ -16,7 +16,8 @@ LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
RESTRICT="test"
-RDEPEND=">=x11-libs/gtk+-2.4
+RDEPEND="
+ x11-libs/gtk+:2
>=x11-libs/cairo-1.2"
DEPEND="${RDEPEND}
diff --git a/sci-electronics/gerbv/gerbv-2.5.0.ebuild b/sci-electronics/gerbv/gerbv-2.5.0.ebuild
index 30aa08408e70..239ce9e938e2 100644
--- a/sci-electronics/gerbv/gerbv-2.5.0.ebuild
+++ b/sci-electronics/gerbv/gerbv-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.5.0.ebuild,v 1.1 2011/02/26 10:12:58 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.5.0.ebuild,v 1.2 2011/03/02 21:40:55 jlec Exp $
EAPI="4"
@@ -16,7 +16,8 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="test"
-RDEPEND=">=x11-libs/gtk+-2.4
+RDEPEND="
+ x11-libs/gtk+:2
>=x11-libs/cairo-1.2"
DEPEND="${RDEPEND}