summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 13:33:12 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 13:33:12 +0000
commit03325c5ac20502fcd8cd534432a2b288cc41809c (patch)
tree77f66f70895bd5eb7c46a9827954d0d8e6557a0b /sci-calculators
parentCorrect documentation directory (diff)
downloadhistorical-03325c5ac20502fcd8cd534432a2b288cc41809c.tar.gz
historical-03325c5ac20502fcd8cd534432a2b288cc41809c.tar.bz2
historical-03325c5ac20502fcd8cd534432a2b288cc41809c.zip
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/calcoo/ChangeLog8
-rw-r--r--sci-calculators/calcoo/calcoo-1.3.16.ebuild8
-rw-r--r--sci-calculators/calcoo/calcoo-1.3.18.ebuild8
-rw-r--r--sci-calculators/qalculate-bases/ChangeLog10
-rw-r--r--sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild11
-rw-r--r--sci-calculators/qalculate-currency/ChangeLog8
-rw-r--r--sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild11
-rw-r--r--sci-calculators/qalculate-units/ChangeLog10
-rw-r--r--sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild8
-rw-r--r--sci-calculators/tilp2/ChangeLog7
-rw-r--r--sci-calculators/tilp2/tilp2-1.12.ebuild13
-rw-r--r--sci-calculators/transcalc/ChangeLog7
-rw-r--r--sci-calculators/transcalc/transcalc-0.14-r1.ebuild6
13 files changed, 77 insertions, 38 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog
index 3af2d26d64e1..d2c607738f24 100644
--- a/sci-calculators/calcoo/ChangeLog
+++ b/sci-calculators/calcoo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-calculators/calcoo
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.16 2008/05/07 20:39:39 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.17 2011/03/02 13:26:37 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> calcoo-1.3.16.ebuild,
+ calcoo-1.3.18.ebuild:
+ Correct Slots for gtk 3 introduction to tree
07 May 2008; Markus Meier <maekke@gentoo.org> calcoo-1.3.18.ebuild:
amd64/x86 stable, bug #220601
diff --git a/sci-calculators/calcoo/calcoo-1.3.16.ebuild b/sci-calculators/calcoo/calcoo-1.3.16.ebuild
index bca24fd968e5..9620a0172bf7 100644
--- a/sci-calculators/calcoo/calcoo-1.3.16.ebuild
+++ b/sci-calculators/calcoo/calcoo-1.3.16.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-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.6 2008/01/08 14:46:56 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.7 2011/03/02 13:26:37 jlec Exp $
+
+EAPI="1"
DESCRIPTION="Scientific calculator designed to provide maximum usability"
HOMEPAGE="http://calcoo.sourceforge.net/"
@@ -11,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild
index e56532f6a107..ff4f299a2845 100644
--- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild
+++ b/sci-calculators/calcoo/calcoo-1.3.18.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-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.5 2008/05/07 20:39:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.6 2011/03/02 13:26:38 jlec Exp $
+
+EAPI="1"
inherit eutils
@@ -13,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/sci-calculators/qalculate-bases/ChangeLog b/sci-calculators/qalculate-bases/ChangeLog
index 20eecc031804..daa7e90a33eb 100644
--- a/sci-calculators/qalculate-bases/ChangeLog
+++ b/sci-calculators/qalculate-bases/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-calculators/qalculate-bases
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-bases/ChangeLog,v 1.15 2010/02/01 22:44:10 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-bases/ChangeLog,v 1.16 2011/03/02 13:28:37 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> qalculate-bases-0.9.4-r2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> qalculate-bases-0.9.4-r2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
01 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
qalculate-bases-0.9.4-r2.ebuild:
diff --git a/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild b/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild
index 008cb5924526..a38f867f4d05 100644
--- a/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild
+++ b/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.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-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild,v 1.3 2010/02/01 22:44:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild,v 1.4 2011/03/02 13:28:37 jlec Exp $
+
+EAPI="1"
inherit autotools
@@ -13,8 +15,9 @@ SLOT="0"
IUSE="nls"
KEYWORDS="~amd64 x86"
-RDEPEND=">=sci-libs/libqalculate-0.9.6-r1
- >=x11-libs/gtk+-2.4
+RDEPEND="
+ >=sci-libs/libqalculate-0.9.6-r1
+ x11-libs/gtk+:2
nls? ( sys-devel/gettext )"
DEPEND="${RDEPEND}
diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog
index 778198d3fef4..f79bcbe9a2a3 100644
--- a/sci-calculators/qalculate-currency/ChangeLog
+++ b/sci-calculators/qalculate-currency/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-calculators/qalculate-currency
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.14 2010/02/01 22:45:08 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.15 2011/03/02 13:30:09 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org>
+ qalculate-currency-0.9.4-r2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
01 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
qalculate-currency-0.9.4-r2.ebuild:
diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild
index 4140af954747..dec512b54919 100644
--- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild
+++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.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-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.3 2010/02/01 22:45:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.4 2011/03/02 13:30:09 jlec Exp $
+
+EAPI="1"
inherit autotools
@@ -13,8 +15,9 @@ SLOT="0"
IUSE="nls"
KEYWORDS="~amd64 x86"
-RDEPEND=">=sci-libs/libqalculate-0.9.6-r1
- >=x11-libs/gtk+-2.4
+RDEPEND="
+ >=sci-libs/libqalculate-0.9.6-r1
+ x11-libs/gtk+:2
nls? ( sys-devel/gettext )"
DEPEND="${RDEPEND}
diff --git a/sci-calculators/qalculate-units/ChangeLog b/sci-calculators/qalculate-units/ChangeLog
index 8ace51a214f1..e0679b37409b 100644
--- a/sci-calculators/qalculate-units/ChangeLog
+++ b/sci-calculators/qalculate-units/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-calculators/qalculate-units
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/ChangeLog,v 1.14 2010/02/01 22:45:55 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/ChangeLog,v 1.15 2011/03/02 13:31:05 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> qalculate-units-0.9.4-r2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> qalculate-units-0.9.4-r2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
01 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
qalculate-units-0.9.4-r2.ebuild:
diff --git a/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild b/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild
index bf7ddb54c776..9a46240b4e3c 100644
--- a/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild
+++ b/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.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-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild,v 1.3 2010/02/01 22:45:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild,v 1.4 2011/03/02 13:31:05 jlec Exp $
+
+EAPI="1"
inherit autotools
@@ -14,7 +16,7 @@ IUSE="nls"
KEYWORDS="~amd64 x86"
RDEPEND=">=sci-libs/libqalculate-0.9.6-r1
- >=x11-libs/gtk+-2.4
+ x11-libs/gtk+:2
nls? ( sys-devel/gettext )"
DEPEND="${RDEPEND}
diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog
index 3b48d795e7c7..398fefa86d50 100644
--- a/sci-calculators/tilp2/ChangeLog
+++ b/sci-calculators/tilp2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/tilp2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.4 2009/11/11 19:33:16 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.5 2011/03/02 13:32:26 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> tilp2-1.12.ebuild:
+ Correct Slots for gtk 3 introduction to tree
11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> tilp2-1.12.ebuild:
Remove kde-base/kdelibs:3.5 support.
diff --git a/sci-calculators/tilp2/tilp2-1.12.ebuild b/sci-calculators/tilp2/tilp2-1.12.ebuild
index 8ea282110cdc..7fe4d8b5897a 100644
--- a/sci-calculators/tilp2/tilp2-1.12.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.12.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-calculators/tilp2/tilp2-1.12.ebuild,v 1.3 2009/11/11 19:33:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.4 2011/03/02 13:32:26 jlec Exp $
EAPI="2"
inherit eutils
@@ -14,14 +14,15 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls threads xinerama"
-RDEPEND="sci-libs/libticalcs2
+RDEPEND="
+ sci-libs/libticalcs2
sci-libs/libticables2
sci-libs/libtifiles2
sci-libs/libticonv
!sci-calculators/tilp
- >=x11-libs/gtk+-2.6.0
- >=dev-libs/glib-2.6.0
- >=gnome-base/libglade-2
+ x11-libs/gtk+:2
+ dev-libs/glib:2
+ gnome-base/libglade:2.0
nls? ( virtual/libintl )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
diff --git a/sci-calculators/transcalc/ChangeLog b/sci-calculators/transcalc/ChangeLog
index 40c3e171da16..8c4ef8fa84a6 100644
--- a/sci-calculators/transcalc/ChangeLog
+++ b/sci-calculators/transcalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/transcalc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/ChangeLog,v 1.5 2010/01/05 22:53:40 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/ChangeLog,v 1.6 2011/03/02 13:33:12 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> transcalc-0.14-r1.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*transcalc-0.14-r1 (05 Jan 2010)
diff --git a/sci-calculators/transcalc/transcalc-0.14-r1.ebuild b/sci-calculators/transcalc/transcalc-0.14-r1.ebuild
index e0c3967fae43..df2c50b1cbcf 100644
--- a/sci-calculators/transcalc/transcalc-0.14-r1.ebuild
+++ b/sci-calculators/transcalc/transcalc-0.14-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-calculators/transcalc/transcalc-0.14-r1.ebuild,v 1.1 2010/01/05 22:53:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/transcalc-0.14-r1.ebuild,v 1.2 2011/03/02 13:33:12 jlec Exp $
EAPI=2
inherit eutils
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2"
+DEPEND="x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
src_prepare() {