public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.9.0-r1.ebuild ChangeLog gretl-1.9.2.ebuild gretl-1.9.3.ebuild
@ 2011-03-02 21:06 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-03-02 21:06 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/02 21:06:38

  Modified:             gretl-1.9.0-r1.ebuild ChangeLog gretl-1.9.2.ebuild
                        gretl-1.9.3.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/gretl/gretl-1.9.0-r1.ebuild

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

Index: gretl-1.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gretl-1.9.0-r1.ebuild	22 Aug 2010 08:34:34 -0000	1.1
+++ gretl-1.9.0-r1.ebuild	2 Mar 2011 21:06:38 -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/gretl/gretl-1.9.0-r1.ebuild,v 1.1 2010/08/22 08:34:34 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0-r1.ebuild,v 1.2 2011/03/02 21:06:38 jlec Exp $
 
 USE_EINSTALL=true
 EAPI=2
@@ -16,7 +16,8 @@
 
 IUSE="accessibility emacs gmp gnome gtk nls odbc openmp readline R sourceview"
 
-RDEPEND="dev-libs/libxml2
+RDEPEND="
+	dev-libs/libxml2:2
 	dev-libs/glib:2
 	>=sci-visualization/gnuplot-4.2
 	virtual/lapack
@@ -36,7 +37,7 @@
 			 gnome-base/libgnomeprintui:2.2
 			 gnome-base/gconf:2 )
 	R? ( dev-lang/R )
-	sourceview? ( x11-libs/gtksourceview )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
 	odbc? ( dev-db/unixODBC )
 	emacs? ( virtual/emacs )"
 



1.28                 sci-mathematics/gretl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	4 Dec 2010 16:30:15 -0000	1.27
+++ ChangeLog	2 Mar 2011 21:06:38 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/gretl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.27 2010/12/04 16:30:15 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.28 2011/03/02 21:06:38 jlec Exp $
+
+  02 Mar 2011; Justin Lecher <jlec@gentoo.org> gretl-1.9.0-r1.ebuild,
+  gretl-1.9.2.ebuild, gretl-1.9.3.ebuild:
+  Correct Slots for gtk 3 introduction to tree
 
 *gretl-1.9.3 (04 Dec 2010)
 



1.3                  sci-mathematics/gretl/gretl-1.9.2.ebuild

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

Index: gretl-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gretl-1.9.2.ebuild	19 Nov 2010 07:16:09 -0000	1.2
+++ gretl-1.9.2.ebuild	2 Mar 2011 21:06:38 -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/gretl/gretl-1.9.2.ebuild,v 1.2 2010/11/19 07:16:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.2.ebuild,v 1.3 2011/03/02 21:06:38 jlec Exp $
 
 USE_EINSTALL=true
 EAPI=2
@@ -16,7 +16,8 @@
 
 IUSE="accessibility emacs gnome gtk nls odbc openmp readline R sourceview static-libs"
 
-RDEPEND="dev-libs/libxml2
+RDEPEND="
+	dev-libs/libxml2:2
 	dev-libs/glib:2
 	>=sci-visualization/gnuplot-4.2
 	virtual/lapack
@@ -36,7 +37,7 @@
 			 gnome-base/libgnomeprintui:2.2
 			 gnome-base/gconf:2 )
 	R? ( dev-lang/R )
-	sourceview? ( x11-libs/gtksourceview )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
 	odbc? ( dev-db/unixODBC )
 	emacs? ( virtual/emacs )"
 



1.2                  sci-mathematics/gretl/gretl-1.9.3.ebuild

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

Index: gretl-1.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gretl-1.9.3.ebuild	4 Dec 2010 16:30:15 -0000	1.1
+++ gretl-1.9.3.ebuild	2 Mar 2011 21:06:38 -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/gretl/gretl-1.9.3.ebuild,v 1.1 2010/12/04 16:30:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.3.ebuild,v 1.2 2011/03/02 21:06:38 jlec Exp $
 
 USE_EINSTALL=true
 EAPI=2
@@ -16,7 +16,8 @@
 
 IUSE="accessibility emacs gnome gtk nls odbc openmp readline R sourceview static-libs"
 
-RDEPEND="dev-libs/libxml2
+RDEPEND="
+	dev-libs/libxml2:2
 	dev-libs/glib:2
 	>=sci-visualization/gnuplot-4.2
 	virtual/lapack
@@ -36,7 +37,7 @@
 			 gnome-base/libgnomeprintui:2.2
 			 gnome-base/gconf:2 )
 	R? ( dev-lang/R )
-	sourceview? ( x11-libs/gtksourceview )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
 	odbc? ( dev-db/unixODBC )
 	emacs? ( virtual/emacs )"
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-02 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 21:06 [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.9.0-r1.ebuild ChangeLog gretl-1.9.2.ebuild gretl-1.9.3.ebuild 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