summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 18:06:07 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 18:06:07 +0000
commitc387e29490ab9f166c1a8ce37f3c59f092798eb4 (patch)
tree0fa37a837bc5ec336facff58992fa471014b4b11 /sci-electronics
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-c387e29490ab9f166c1a8ce37f3c59f092798eb4.tar.gz
gentoo-2-c387e29490ab9f166c1a8ce37f3c59f092798eb4.tar.bz2
gentoo-2-c387e29490ab9f166c1a8ce37f3c59f092798eb4.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/geda/ChangeLog6
-rw-r--r--sci-electronics/geda/geda-1.4.0-r1.ebuild9
-rw-r--r--sci-electronics/geda/geda-1.6.1.ebuild8
-rw-r--r--sci-electronics/geda/geda-1.6.2.ebuild6
4 files changed, 18 insertions, 11 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog
index e8944a5b3b30..63a551b4a5d1 100644
--- a/sci-electronics/geda/ChangeLog
+++ b/sci-electronics/geda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/geda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.65 2011/02/28 20:10:21 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.66 2011/03/02 18:06:07 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> geda-1.4.0-r1.ebuild,
+ geda-1.6.1.ebuild, geda-1.6.2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*geda-1.6.2 (28 Feb 2011)
diff --git a/sci-electronics/geda/geda-1.4.0-r1.ebuild b/sci-electronics/geda/geda-1.4.0-r1.ebuild
index 4797c15bd98f..f1b6890018e4 100644
--- a/sci-electronics/geda/geda-1.4.0-r1.ebuild
+++ b/sci-electronics/geda/geda-1.4.0-r1.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-electronics/geda/geda-1.4.0-r1.ebuild,v 1.3 2010/08/25 11:32:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.4.0-r1.ebuild,v 1.4 2011/03/02 18:06:07 jlec Exp $
+
+EAPI="1"
inherit eutils versionator
@@ -23,7 +25,8 @@ LICENSE="GPL-2"
KEYWORDS="ppc"
SLOT="0"
-DEPEND=">=x11-libs/gtk+-2.18.6
+DEPEND="
+ x11-libs/gtk+:2
>=dev-scheme/guile-1.6.3
=sci-libs/libgeda-${PV}"
diff --git a/sci-electronics/geda/geda-1.6.1.ebuild b/sci-electronics/geda/geda-1.6.1.ebuild
index 63763b6395a0..b06df4a31895 100644
--- a/sci-electronics/geda/geda-1.6.1.ebuild
+++ b/sci-electronics/geda/geda-1.6.1.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/geda/geda-1.6.1.ebuild,v 1.5 2010/07/11 18:56:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.1.ebuild,v 1.6 2011/03/02 18:06:07 jlec Exp $
EAPI="2"
@@ -17,8 +17,8 @@ KEYWORDS="amd64 ~ppc sparc x86"
IUSE="debug doc examples nls stroke threads"
CDEPEND="
- >=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
+ dev-libs/glib:2
+ x11-libs/gtk+:2
>=x11-libs/cairo-1.2.0
>=dev-scheme/guile-1.8[deprecated]
nls? ( virtual/libintl )
diff --git a/sci-electronics/geda/geda-1.6.2.ebuild b/sci-electronics/geda/geda-1.6.2.ebuild
index 3fe81091b11e..ed3b0cf2e670 100644
--- a/sci-electronics/geda/geda-1.6.2.ebuild
+++ b/sci-electronics/geda/geda-1.6.2.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/geda/geda-1.6.2.ebuild,v 1.1 2011/02/28 20:10:21 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.2 2011/03/02 18:06:07 jlec Exp $
EAPI="2"
@@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug doc examples nls stroke threads"
CDEPEND="
- >=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
+ dev-libs/glib:2
+ x11-libs/gtk+:2
>=x11-libs/cairo-1.2.0
>=dev-scheme/guile-1.8[deprecated]
nls? ( virtual/libintl )