public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-3.6.1.ebuild octave-3.2.4-r1.ebuild octave-3.6.0.ebuild ChangeLog octave-3.4.3-r1.ebuild
@ 2012-05-04  7:46 Jeff Horelick (jdhore)
  0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  7:46 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 07:46:51

  Modified:             octave-3.6.1.ebuild octave-3.2.4-r1.ebuild
                        octave-3.6.0.ebuild ChangeLog
                        octave-3.4.3-r1.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.4                  sci-mathematics/octave/octave-3.6.1.ebuild

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

Index: octave-3.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- octave-3.6.1.ebuild	24 Apr 2012 10:39:54 -0000	1.3
+++ octave-3.6.1.ebuild	4 May 2012 07:46:51 -0000	1.4
@@ -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-mathematics/octave/octave-3.6.1.ebuild,v 1.3 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.1.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $
 
 EAPI=4
 
@@ -52,7 +52,7 @@
 		dev-texlive/texlive-genericrecommended
 		sys-apps/texinfo )
 	dev-util/gperf
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
 



1.15                 sci-mathematics/octave/octave-3.2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild?r1=1.14&r2=1.15

Index: octave-3.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- octave-3.2.4-r1.ebuild	24 Apr 2012 10:39:54 -0000	1.14
+++ octave-3.2.4-r1.ebuild	4 May 2012 07:46:51 -0000	1.15
@@ -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-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.14 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.15 2012/05/04 07:46:51 jdhore Exp $
 
 EAPI="2"
 inherit flag-o-matic xemacs-elisp-common autotools
@@ -43,7 +43,7 @@
 	sys-apps/texinfo
 	dev-texlive/texlive-genericrecommended
 	dev-util/gperf
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-3.2.0_parallel_make.patch \



1.7                  sci-mathematics/octave/octave-3.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild?r1=1.6&r2=1.7

Index: octave-3.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- octave-3.6.0.ebuild	24 Apr 2012 10:39:54 -0000	1.6
+++ octave-3.6.0.ebuild	4 May 2012 07:46:51 -0000	1.7
@@ -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-mathematics/octave/octave-3.6.0.ebuild,v 1.6 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild,v 1.7 2012/05/04 07:46:51 jdhore Exp $
 
 EAPI=4
 
@@ -51,7 +51,7 @@
 		dev-texlive/texlive-genericrecommended
 		sys-apps/texinfo )
 	dev-util/gperf
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
 



1.125                sci-mathematics/octave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	24 Apr 2012 10:39:54 -0000	1.124
+++ ChangeLog	4 May 2012 07:46:51 -0000	1.125
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.124 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.125 2012/05/04 07:46:51 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> octave-3.2.4-r1.ebuild,
+  octave-3.4.3-r1.ebuild, octave-3.6.0.ebuild, octave-3.6.1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   24 Apr 2012; Michał Górny <mgorny@gentoo.org> octave-3.2.4-r1.ebuild,
   octave-3.4.3-r1.ebuild, octave-3.6.0.ebuild, octave-3.6.1.ebuild:



1.14                 sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.13&r2=1.14

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- octave-3.4.3-r1.ebuild	24 Apr 2012 10:39:54 -0000	1.13
+++ octave-3.4.3-r1.ebuild	4 May 2012 07:46:51 -0000	1.14
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.13 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.14 2012/05/04 07:46:51 jdhore Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -48,7 +48,7 @@
 		dev-texlive/texlive-genericrecommended
 		sys-apps/texinfo )
 	dev-util/gperf
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 pkg_setup() {
 	use openmp && [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp && \






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

only message in thread, other threads:[~2012-05-04  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  7:46 [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-3.6.1.ebuild octave-3.2.4-r1.ebuild octave-3.6.0.ebuild ChangeLog octave-3.4.3-r1.ebuild Jeff Horelick (jdhore)

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