public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gmt: gmt-4.5.8.ebuild metadata.xml ChangeLog gmt-4.5.6.ebuild
@ 2012-06-16 16:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-06-16 16:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/16 16:57:44

  Modified:             gmt-4.5.8.ebuild metadata.xml ChangeLog
                        gmt-4.5.6.ebuild
  Log:
  Use global USE flag "postscript" instead of local USE flag "ps" for PostScript support
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-geosciences/gmt/gmt-4.5.8.ebuild

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

Index: gmt-4.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmt-4.5.8.ebuild	29 May 2012 17:25:16 -0000	1.1
+++ gmt-4.5.8.ebuild	16 Jun 2012 16:57:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.8.ebuild,v 1.1 2012/05/29 17:25:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.8.ebuild,v 1.2 2012/06/16 16:57:44 ssuominen Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 LICENSE="GPL-2 gmttria? ( Artistic )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug +gdal gmttria +metric mex +netcdf octave ps"
+IUSE="debug +gdal gmttria +metric mex +netcdf octave postscript"
 
 RDEPEND="
 	!sci-biology/probcons
@@ -63,7 +63,7 @@
 		$(use_enable octave) \
 		$(use_enable debug devdebug) \
 		$(use_enable !metric US) \
-		$(use_enable ps eps) \
+		$(use_enable postscript eps) \
 		$(use_enable mex) \
 		$(use_enable gmttria triangle)
 }



1.7                  sci-geosciences/gmt/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	29 May 2012 17:25:17 -0000	1.6
+++ metadata.xml	16 Jun 2012 16:57:44 -0000	1.7
@@ -10,6 +10,5 @@
   <flag name='metric'>Use SI (cm) units instead of US (inches) ones</flag>
   <flag name='mex'>Enable compilation of mex supplement which requires Octave/Matlab</flag>
   <flag name='octave'>Enable octave support</flag>
-  <flag name='ps'>Enable rendering EPS files</flag>
 </use>
 </pkgmetadata>



1.28                 sci-geosciences/gmt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	29 May 2012 17:25:17 -0000	1.27
+++ ChangeLog	16 Jun 2012 16:57:44 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/gmt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.27 2012/05/29 17:25:17 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.28 2012/06/16 16:57:44 ssuominen Exp $
+
+  16 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> gmt-4.5.6.ebuild,
+  gmt-4.5.8.ebuild, metadata.xml:
+  Use global USE flag "postscript" instead of local USE flag "ps" for
+  PostScript support
 
 *gmt-4.5.8 (29 May 2012)
 



1.6                  sci-geosciences/gmt/gmt-4.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild?r1=1.5&r2=1.6

Index: gmt-4.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gmt-4.5.6.ebuild	29 May 2012 11:51:20 -0000	1.5
+++ gmt-4.5.6.ebuild	16 Jun 2012 16:57:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.5 2012/05/29 11:51:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.6 2012/06/16 16:57:44 ssuominen Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2 gmttria? ( Artistic )"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="doc debug gmtfull gmthigh gmttria +metric mex +netcdf octave ps"
+IUSE="doc debug gmtfull gmthigh gmttria +metric mex +netcdf octave postscript"
 
 RDEPEND="
 	!sci-biology/probcons
@@ -71,7 +71,7 @@
 		$(use_enable octave) \
 		$(use_enable debug devdebug) \
 		$(use_enable !metric US) \
-		$(use_enable ps eps) \
+		$(use_enable postscript eps) \
 		$(use_enable mex) \
 		$(use_enable gmttria triangle)
 }






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

only message in thread, other threads:[~2012-06-16 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 16:57 [gentoo-commits] gentoo-x86 commit in sci-geosciences/gmt: gmt-4.5.8.ebuild metadata.xml ChangeLog gmt-4.5.6.ebuild Samuli Suominen (ssuominen)

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