summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 20:08:54 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 20:08:54 +0000
commit8672d5db5f771528654f7fa71b6a9ace6058e070 (patch)
tree77df3f2da0d412ef5d1b9786b359b713f1cddd4e /sci-libs
parentRemoved old (diff)
downloadhistorical-8672d5db5f771528654f7fa71b6a9ace6058e070.tar.gz
historical-8672d5db5f771528654f7fa71b6a9ace6058e070.tar.bz2
historical-8672d5db5f771528654f7fa71b6a9ace6058e070.zip
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gerris/ChangeLog9
-rw-r--r--sci-libs/gerris/gerris-0.8.0.ebuild8
-rw-r--r--sci-libs/gerris/gerris-0.9.2.ebuild8
-rw-r--r--sci-libs/gerris/gerris-20080929.ebuild8
-rw-r--r--sci-libs/gerris/gerris-20100114.ebuild7
-rw-r--r--sci-libs/gerris/gerris-20100519.ebuild6
-rw-r--r--sci-libs/gts/ChangeLog8
-rw-r--r--sci-libs/gts/gts-20081607.ebuild13
-rw-r--r--sci-libs/gts/gts-20090909.ebuild6
-rw-r--r--sci-libs/gts/gts-20100321-r1.ebuild6
-rw-r--r--sci-libs/libticables2/ChangeLog7
-rw-r--r--sci-libs/libticables2/libticables2-1.2.0.ebuild6
-rw-r--r--sci-libs/libticalcs2/ChangeLog8
-rw-r--r--sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild6
-rw-r--r--sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild6
-rw-r--r--sci-libs/libticonv/ChangeLog7
-rw-r--r--sci-libs/libticonv/libticonv-1.1.0.ebuild6
-rw-r--r--sci-libs/libtifiles2/ChangeLog8
-rw-r--r--sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild6
-rw-r--r--sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild6
20 files changed, 89 insertions, 56 deletions
diff --git a/sci-libs/gerris/ChangeLog b/sci-libs/gerris/ChangeLog
index 1f6f7f6c1e59..bf17f778072b 100644
--- a/sci-libs/gerris/ChangeLog
+++ b/sci-libs/gerris/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/gerris
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v 1.11 2010/05/21 14:12:22 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v 1.12 2011/03/02 19:59:23 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gerris-0.8.0.ebuild,
+ gerris-0.9.2.ebuild, gerris-20080929.ebuild, gerris-20100114.ebuild,
+ gerris-20100519.ebuild:
+ Correct Slots for gtk 3 introduction to tree
21 May 2010; Justin Lecher <jlec@gentoo.org> gerris-20080929.ebuild:
RESTRICT=test for version 20080929, #278430, broken test design by upstream
diff --git a/sci-libs/gerris/gerris-0.8.0.ebuild b/sci-libs/gerris/gerris-0.8.0.ebuild
index c1f86990cc7a..a0fa4fb36d0c 100644
--- a/sci-libs/gerris/gerris-0.8.0.ebuild
+++ b/sci-libs/gerris/gerris-0.8.0.ebuild
@@ -1,6 +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-libs/gerris/gerris-0.8.0.ebuild,v 1.4 2008/05/12 13:20:56 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-0.8.0.ebuild,v 1.5 2011/03/02 19:59:23 jlec Exp $
+
+EAPI="1"
DESCRIPTION="The Gerris Flow Solver"
LICENSE="GPL-2"
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-RDEPEND=">=dev-libs/glib-2.4.0
+RDEPEND="dev-libs/glib:2
>=sci-libs/gts-0.7.4
sys-apps/gawk
dev-lang/python"
diff --git a/sci-libs/gerris/gerris-0.9.2.ebuild b/sci-libs/gerris/gerris-0.9.2.ebuild
index fcb8fc06903b..a5b79cb621fc 100644
--- a/sci-libs/gerris/gerris-0.9.2.ebuild
+++ b/sci-libs/gerris/gerris-0.9.2.ebuild
@@ -1,6 +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-libs/gerris/gerris-0.9.2.ebuild,v 1.4 2008/05/12 13:20:56 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-0.9.2.ebuild,v 1.5 2011/03/02 19:59:23 jlec Exp $
+
+EAPI="1"
DESCRIPTION="The Gerris Flow Solver"
LICENSE="GPL-2"
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc mpi dx"
-RDEPEND=">=dev-libs/glib-2.4.0
+RDEPEND="dev-libs/glib:2
>=sci-libs/gts-0.7.4
sys-apps/gawk
dev-lang/python
diff --git a/sci-libs/gerris/gerris-20080929.ebuild b/sci-libs/gerris/gerris-20080929.ebuild
index 33d105256c91..5ab4428e2af2 100644
--- a/sci-libs/gerris/gerris-20080929.ebuild
+++ b/sci-libs/gerris/gerris-20080929.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-libs/gerris/gerris-20080929.ebuild,v 1.3 2010/05/21 14:12:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20080929.ebuild,v 1.4 2011/03/02 19:59:23 jlec Exp $
+
+EAPI="1"
inherit autotools
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mpi dx"
-RDEPEND=">=dev-libs/glib-2.4.0
+RDEPEND="dev-libs/glib:2
>=sci-libs/gts-20081607
sys-apps/gawk
dev-lang/python
diff --git a/sci-libs/gerris/gerris-20100114.ebuild b/sci-libs/gerris/gerris-20100114.ebuild
index fd7013cc89f7..fa72007ad832 100644
--- a/sci-libs/gerris/gerris-20100114.ebuild
+++ b/sci-libs/gerris/gerris-20100114.ebuild
@@ -1,8 +1,9 @@
-# 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-libs/gerris/gerris-20100114.ebuild,v 1.2 2010/05/21 14:00:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20100114.ebuild,v 1.3 2011/03/02 19:59:23 jlec Exp $
EAPI=2
+
inherit autotools eutils
DESCRIPTION="The Gerris Flow Solver"
@@ -14,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples mpi"
-RDEPEND=">=dev-libs/glib-2.4.0
+RDEPEND="dev-libs/glib:2
sci-libs/netcdf
sci-libs/gsl
sci-libs/gts
diff --git a/sci-libs/gerris/gerris-20100519.ebuild b/sci-libs/gerris/gerris-20100519.ebuild
index c8d8001bc29f..2327db805b77 100644
--- a/sci-libs/gerris/gerris-20100519.ebuild
+++ b/sci-libs/gerris/gerris-20100519.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-libs/gerris/gerris-20100519.ebuild,v 1.1 2010/05/21 14:00:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20100519.ebuild,v 1.2 2011/03/02 19:59:23 jlec Exp $
EAPI=2
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples mpi"
-RDEPEND=">=dev-libs/glib-2.4.0
+RDEPEND="dev-libs/glib:2
sci-libs/netcdf
sci-libs/gsl
sci-libs/gts
diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog
index c252d75a6989..a052ac62b739 100644
--- a/sci-libs/gts/ChangeLog
+++ b/sci-libs/gts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gts
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.13 2010/05/25 19:20:18 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.14 2011/03/02 20:04:16 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gts-20081607.ebuild,
+ gts-20090909.ebuild, gts-20100321-r1.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*gts-20100321-r1 (25 May 2010)
diff --git a/sci-libs/gts/gts-20081607.ebuild b/sci-libs/gts/gts-20081607.ebuild
index 63917f40c811..2a254fba17d4 100644
--- a/sci-libs/gts/gts-20081607.ebuild
+++ b/sci-libs/gts/gts-20081607.ebuild
@@ -1,6 +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-libs/gts/gts-20081607.ebuild,v 1.2 2008/10/28 02:11:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20081607.ebuild,v 1.3 2011/03/02 20:04:16 jlec Exp $
+
+EAPI="1"
inherit eutils
@@ -13,9 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
-RDEPEND=">=dev-libs/glib-2.4.0
- sys-apps/gawk
- media-libs/netpbm"
+RDEPEND="
+ dev-libs/glib:2
+ sys-apps/gawk
+ media-libs/netpbm"
DEPEND="${RDEPEND}
sys-devel/libtool
dev-util/pkgconfig"
diff --git a/sci-libs/gts/gts-20090909.ebuild b/sci-libs/gts/gts-20090909.ebuild
index dbd8ac8f6fb2..9caf6bf6e6a3 100644
--- a/sci-libs/gts/gts-20090909.ebuild
+++ b/sci-libs/gts/gts-20090909.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-libs/gts/gts-20090909.ebuild,v 1.1 2010/01/15 07:14:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20090909.ebuild,v 1.2 2011/03/02 20:04:16 jlec Exp $
EAPI=2
inherit eutils autotools
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
-RDEPEND=">=dev-libs/glib-2.4.0"
+RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
test? ( media-libs/netpbm )"
diff --git a/sci-libs/gts/gts-20100321-r1.ebuild b/sci-libs/gts/gts-20100321-r1.ebuild
index bde54e09725e..0dc44a8aa8e1 100644
--- a/sci-libs/gts/gts-20100321-r1.ebuild
+++ b/sci-libs/gts/gts-20100321-r1.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-libs/gts/gts-20100321-r1.ebuild,v 1.1 2010/05/25 19:20:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.2 2011/03/02 20:04:16 jlec Exp $
EAPI=2
inherit eutils autotools
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
RDEPEND="
- >=dev-libs/glib-2.4.0
+ dev-libs/glib:2
!dev-vcs/rcs
!<=sci-chemistry/ccp4-apps-6.1.3-r2"
DEPEND="${RDEPEND}
diff --git a/sci-libs/libticables2/ChangeLog b/sci-libs/libticables2/ChangeLog
index a78cd825277e..1fbde966c634 100644
--- a/sci-libs/libticables2/ChangeLog
+++ b/sci-libs/libticables2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libticables2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.2 2009/03/24 23:06:30 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.3 2011/03/02 20:05:32 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libticables2-1.2.0.ebuild:
+ Correct Slots for gtk 3 introduction to tree
24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libticables2-1.2.0.ebuild:
Marked ~ppc for bug #263593.
diff --git a/sci-libs/libticables2/libticables2-1.2.0.ebuild b/sci-libs/libticables2/libticables2-1.2.0.ebuild
index 689e745969a5..afbd817d162e 100644
--- a/sci-libs/libticables2/libticables2-1.2.0.ebuild
+++ b/sci-libs/libticables2/libticables2-1.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.2.0.ebuild,v 1.2 2009/03/24 23:06:30 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.2.0.ebuild,v 1.3 2011/03/02 20:05:32 jlec Exp $
EAPI=2
inherit eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc nls threads usb"
-RDEPEND=">=dev-libs/glib-2
+RDEPEND="dev-libs/glib:2
usb? ( dev-libs/libusb )
nls? ( virtual/libintl )"
diff --git a/sci-libs/libticalcs2/ChangeLog b/sci-libs/libticalcs2/ChangeLog
index 8fca00e40760..01cdbbddf169 100644
--- a/sci-libs/libticalcs2/ChangeLog
+++ b/sci-libs/libticalcs2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libticalcs2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/ChangeLog,v 1.3 2009/03/24 23:10:06 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/ChangeLog,v 1.4 2011/03/02 20:06:37 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libticalcs2-1.1.0.ebuild,
+ libticalcs2-1.1.3.ebuild:
+ Correct Slots for gtk 3 introduction to tree
24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libticalcs2-1.1.3.ebuild:
Marked ~ppc for bug #263593.
diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild
index 01d83c435703..f9640c33b684 100644
--- a/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild
+++ b/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild,v 1.1 2009/02/03 14:49:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild,v 1.2 2011/03/02 20:06:37 jlec Exp $
EAPI=2
inherit eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc nls threads"
-RDEPEND=">=dev-libs/glib-2.6.0
+RDEPEND="dev-libs/glib:2
>=sci-libs/libticables2-1.2.0
>=sci-libs/libticonv-1.1.0
>=sci-libs/libtifiles2-1.1.0
diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild
index 07135ba18182..adcc12a188f4 100644
--- a/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild
+++ b/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild,v 1.2 2009/03/24 23:10:06 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild,v 1.3 2011/03/02 20:06:37 jlec Exp $
EAPI=2
inherit eutils
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc nls threads"
-RDEPEND=">=dev-libs/glib-2.6.0
+RDEPEND="dev-libs/glib:2
>=sci-libs/libticables2-1.2.0
>=sci-libs/libticonv-1.1.0
>=sci-libs/libtifiles2-1.1.0
diff --git a/sci-libs/libticonv/ChangeLog b/sci-libs/libticonv/ChangeLog
index f418b4758074..dff7b9bbccdc 100644
--- a/sci-libs/libticonv/ChangeLog
+++ b/sci-libs/libticonv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libticonv
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/ChangeLog,v 1.2 2009/03/24 23:08:11 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/ChangeLog,v 1.3 2011/03/02 20:08:05 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libticonv-1.1.0.ebuild:
+ Correct Slots for gtk 3 introduction to tree
24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libticonv-1.1.0.ebuild:
Marked ~ppc for bug #263593.
diff --git a/sci-libs/libticonv/libticonv-1.1.0.ebuild b/sci-libs/libticonv/libticonv-1.1.0.ebuild
index f446f513edc7..b75fbd6914cc 100644
--- a/sci-libs/libticonv/libticonv-1.1.0.ebuild
+++ b/sci-libs/libticonv/libticonv-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/libticonv-1.1.0.ebuild,v 1.2 2009/03/24 23:08:11 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticonv/libticonv-1.1.0.ebuild,v 1.3 2011/03/02 20:08:05 jlec Exp $
EAPI=2
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc iconv nls"
-RDEPEND=">=dev-libs/glib-2.6.0
+RDEPEND="dev-libs/glib:2
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
diff --git a/sci-libs/libtifiles2/ChangeLog b/sci-libs/libtifiles2/ChangeLog
index 00bbcb15ccdb..0ec15f25fd81 100644
--- a/sci-libs/libtifiles2/ChangeLog
+++ b/sci-libs/libtifiles2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libtifiles2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.3 2009/03/24 23:08:52 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.4 2011/03/02 20:08:54 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libtifiles2-1.1.0.ebuild,
+ libtifiles2-1.1.1.ebuild:
+ Correct Slots for gtk 3 introduction to tree
24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libtifiles2-1.1.1.ebuild:
Marked ~ppc for bug #263593.
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild
index c517006ced81..35aacfa28610 100644
--- a/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild
+++ b/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild,v 1.1 2009/02/03 14:52:53 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild,v 1.2 2011/03/02 20:08:54 jlec Exp $
EAPI=2
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc nls threads"
-RDEPEND=">=dev-libs/glib-2.6.0
+RDEPEND="dev-libs/glib:2
sci-libs/libticables2
sci-libs/libticonv
nls? ( virtual/libintl )"
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild
index 5025593ec28f..07ceea44a6f7 100644
--- a/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild
+++ b/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.2 2009/03/24 23:08:52 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.1.ebuild,v 1.3 2011/03/02 20:08:54 jlec Exp $
EAPI=2
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc nls threads"
-RDEPEND=">=dev-libs/glib-2.6.0
+RDEPEND="dev-libs/glib:2
sci-libs/libticables2
sci-libs/libticonv
nls? ( virtual/libintl )"