public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/genius: genius-1.0.11.ebuild ChangeLog genius-1.0.9.ebuild
@ 2011-03-02 20:11 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 20:11 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/02 20:11:42

  Modified:             genius-1.0.11.ebuild ChangeLog genius-1.0.9.ebuild
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-mathematics/genius/genius-1.0.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild?r1=1.1&r2=1.2

Index: genius-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- genius-1.0.11.ebuild	14 Sep 2010 15:17:54 -0000	1.1
+++ genius-1.0.11.ebuild	2 Mar 2011 20:11:42 -0000	1.2
@@ -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 @@
 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



1.4                  sci-mathematics/genius/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Sep 2010 15:17:54 -0000	1.3
+++ ChangeLog	2 Mar 2011 20:11:42 -0000	1.4
@@ -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)
 



1.3                  sci-mathematics/genius/genius-1.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?r1=1.2&r2=1.3

Index: genius-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- genius-1.0.9.ebuild	14 Sep 2010 09:25:20 -0000	1.2
+++ genius-1.0.9.ebuild	2 Mar 2011 20:11:42 -0000	1.3
@@ -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 @@
 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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/genius: genius-1.0.11.ebuild ChangeLog genius-1.0.9.ebuild
@ 2011-03-07 10:41 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-07 10:41 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/07 10:41:50

  Modified:             genius-1.0.11.ebuild ChangeLog genius-1.0.9.ebuild
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-mathematics/genius/genius-1.0.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild?r1=1.2&r2=1.3

Index: genius-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- genius-1.0.11.ebuild	2 Mar 2011 20:11:42 -0000	1.2
+++ genius-1.0.11.ebuild	7 Mar 2011 10:41:50 -0000	1.3
@@ -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-mathematics/genius/genius-1.0.11.ebuild,v 1.2 2011/03/02 20:11:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.11.ebuild,v 1.3 2011/03/07 10:41:50 jlec Exp $
 
 EAPI=2
 inherit eutils gnome2
@@ -27,7 +27,7 @@
 		gnome-base/libgnomeui
 		gnome-base/libglade:2.0
 		x11-libs/gtksourceview:2.0
-		x11-libs/vte )"
+		x11-libs/vte:0 )"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	|| ( sys-devel/bison



1.5                  sci-mathematics/genius/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Mar 2011 20:11:42 -0000	1.4
+++ ChangeLog	7 Mar 2011 10:41:50 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/genius
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/ChangeLog,v 1.5 2011/03/07 10:41:50 jlec Exp $
+
+  07 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
 
   02 Mar 2011; Justin Lecher <jlec@gentoo.org> genius-1.0.9.ebuild,
   genius-1.0.11.ebuild:



1.4                  sci-mathematics/genius/genius-1.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild?r1=1.3&r2=1.4

Index: genius-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- genius-1.0.9.ebuild	2 Mar 2011 20:11:42 -0000	1.3
+++ genius-1.0.9.ebuild	7 Mar 2011 10:41:50 -0000	1.4
@@ -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-mathematics/genius/genius-1.0.9.ebuild,v 1.3 2011/03/02 20:11:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.9.ebuild,v 1.4 2011/03/07 10:41:50 jlec Exp $
 
 EAPI=2
 inherit gnome2
@@ -27,7 +27,7 @@
 		gnome-base/libgnomeui
 		gnome-base/libglade:2.0
 		x11-libs/gtksourceview:2.0
-		x11-libs/vte )"
+		x11-libs/vte:0 )"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	|| ( sys-devel/bison






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-07 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 20:11 [gentoo-commits] gentoo-x86 commit in sci-mathematics/genius: genius-1.0.11.ebuild ChangeLog genius-1.0.9.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 10:41 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox