diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:11:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:11:42 +0000 |
commit | e3e906bbee0bca12b498a317cc841945fe08795f (patch) | |
tree | 22bf2e02b0245021319a7f0cda14e66c6ae5d737 /sci-mathematics | |
parent | Slotted gtk+ depend and EAPI=2 bump to support it. (diff) | |
download | gentoo-2-e3e906bbee0bca12b498a317cc841945fe08795f.tar.gz gentoo-2-e3e906bbee0bca12b498a317cc841945fe08795f.tar.bz2 gentoo-2-e3e906bbee0bca12b498a317cc841945fe08795f.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/genius/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/genius/genius-1.0.11.ebuild | 14 | ||||
-rw-r--r-- | sci-mathematics/genius/genius-1.0.9.ebuild | 14 |
3 files changed, 22 insertions, 14 deletions
diff --git a/sci-mathematics/genius/ChangeLog b/sci-mathematics/genius/ChangeLog index 064da4d9bf45..fbf3650b5d42 100644 --- a/sci-mathematics/genius/ChangeLog +++ b/sci-mathematics/genius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/genius -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v 1.3 2010/09/14 15:17:54 grozin Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v 1.4 2011/03/02 20:11:42 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> genius-1.0.9.ebuild, + genius-1.0.11.ebuild: + Correct Slots for gtk 3 introduction to tree *genius-1.0.11 (14 Sep 2010) diff --git a/sci-mathematics/genius/genius-1.0.11.ebuild b/sci-mathematics/genius/genius-1.0.11.ebuild index 876a5275f393..058c541e2a53 100644 --- a/sci-mathematics/genius/genius-1.0.11.ebuild +++ b/sci-mathematics/genius/genius-1.0.11.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-mathematics/genius/genius-1.0.11.ebuild,v 1.1 2010/09/14 15:17:54 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild,v 1.2 2011/03/02 20:11:42 jlec Exp $ EAPI=2 inherit eutils gnome2 @@ -14,17 +14,19 @@ IUSE="doc gnome nls" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.bz2 doc? ( http://www.jirka.org/${PN}-reference.pdf )" -RDEPEND="dev-libs/glib:2 +RDEPEND=" + dev-libs/glib:2 dev-libs/gmp dev-libs/mpfr dev-libs/popt sys-libs/ncurses sys-libs/readline - gnome? ( x11-libs/gtk+:2 + gnome? ( + x11-libs/gtk+:2 gnome-base/libgnome gnome-base/libgnomeui - gnome-base/libglade - x11-libs/gtksourceview + gnome-base/libglade:2.0 + x11-libs/gtksourceview:2.0 x11-libs/vte )" DEPEND="${RDEPEND} dev-util/intltool diff --git a/sci-mathematics/genius/genius-1.0.9.ebuild b/sci-mathematics/genius/genius-1.0.9.ebuild index 341543437d32..98d5f8c72dea 100644 --- a/sci-mathematics/genius/genius-1.0.9.ebuild +++ b/sci-mathematics/genius/genius-1.0.9.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-mathematics/genius/genius-1.0.9.ebuild,v 1.2 2010/09/14 09:25:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild,v 1.3 2011/03/02 20:11:42 jlec Exp $ EAPI=2 inherit gnome2 @@ -14,17 +14,19 @@ IUSE="doc gnome nls" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.0/${P}.tar.bz2 doc? ( http://www.jirka.org/${PN}-reference.pdf )" -RDEPEND="dev-libs/glib:2 +RDEPEND=" + dev-libs/glib:2 dev-libs/gmp dev-libs/mpfr dev-libs/popt sys-libs/ncurses sys-libs/readline - gnome? ( x11-libs/gtk+:2 + gnome? ( + x11-libs/gtk+:2 gnome-base/libgnome gnome-base/libgnomeui - gnome-base/libglade - x11-libs/gtksourceview + gnome-base/libglade:2.0 + x11-libs/gtksourceview:2.0 x11-libs/vte )" DEPEND="${RDEPEND} dev-util/intltool |