public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-08-26 19:54 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-08-26 19:54 UTC (permalink / raw
  To: gentoo-commits

ulm         08/08/26 19:54:15

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  Disable texhash to prevent sandbox violation, bug 201871.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)

Revision  Changes    Path
1.9                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.8&r2=1.9

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnuplot-4.2.3-r2.ebuild	25 Aug 2008 08:28:32 -0000	1.8
+++ gnuplot-4.2.3-r2.ebuild	26 Aug 2008 19:54:14 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.8 2008/08/25 08:28:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.9 2008/08/26 19:54:14 ulm Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -67,6 +67,8 @@
 	# Don't store resource files in deprecated location, reported upstream:
 	# http://sourceforge.net/tracker/index.php?func=detail&aid=1953742&group_id=2055&atid=102055
 	epatch "${FILESDIR}"/${P}-app-defaults.patch
+	# Disable texhash to prevent sandbox violation, bug 201871
+	epatch "${FILESDIR}"/${P}-disable-texhash.patch
 
 	eautoreconf
 }



1.80                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	25 Aug 2008 08:28:32 -0000	1.79
+++ ChangeLog	26 Aug 2008 19:54:14 -0000	1.80
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.79 2008/08/25 08:28:32 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.80 2008/08/26 19:54:14 ulm Exp $
+
+  26 Aug 2008; Ulrich Mueller <ulm@gentoo.org>
+  +files/gnuplot-4.2.3-disable-texhash.patch, gnuplot-4.2.3-r2.ebuild:
+  Disable texhash to prevent sandbox violation, bug 201871 comment 5.
 
   25 Aug 2008; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.3-r2.ebuild:
   Install TeX files in a fixed location, bug 235395.






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-08-25  8:28 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-08-25  8:28 UTC (permalink / raw
  To: gentoo-commits

ulm         08/08/25 08:28:33

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  Install TeX files in a fixed location, bug 235395.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)

Revision  Changes    Path
1.8                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.7&r2=1.8

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnuplot-4.2.3-r2.ebuild	4 Jun 2008 20:30:15 -0000	1.7
+++ gnuplot-4.2.3-r2.ebuild	25 Aug 2008 08:28:32 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.7 2008/06/04 20:30:15 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.8 2008/08/25 08:28:32 ulm Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -38,7 +38,8 @@
 
 S=${WORKDIR}/${MY_P}
 
-E_SITEFILE="50gnuplot-gentoo.el"
+E_SITEFILE=50${PN}-gentoo.el
+TEXMF=/usr/share/texmf-site
 
 latex_rehash() {
 	if has_version '>=app-text/tetex-3' || has_version '>=app-text/ptex-3.1.8' || has_version 'app-text/texlive'; then
@@ -76,8 +77,8 @@
 
 	# See bug #156427.
 	if use latex ; then
-		sed -i \
-			-e 's/TEXMFLOCAL/TEXMFSITE/g' share/LaTeX/Makefile.in || die
+		sed -i -e "s:\`kpsexpand.*\`:${TEXMF}/tex/latex/${PN}:" \
+			share/LaTeX/Makefile.in || die
 	else
 		sed -i \
 			-e '/^SUBDIRS/ s/LaTeX//' share/LaTeX/Makefile.in || die



1.79                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	31 Jul 2008 07:15:22 -0000	1.78
+++ ChangeLog	25 Aug 2008 08:28:32 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.78 2008/07/31 07:15:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.79 2008/08/25 08:28:32 ulm Exp $
+
+  25 Aug 2008; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.3-r2.ebuild:
+  Install TeX files in a fixed location, bug 235395.
 
   31 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add myself as maintainer.






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-06-04 20:30 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 8+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-06-04 20:30 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/06/04 20:30:15

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug #224071
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.7                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.6&r2=1.7

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnuplot-4.2.3-r2.ebuild	2 Jun 2008 04:12:39 -0000	1.6
+++ gnuplot-4.2.3-r2.ebuild	4 Jun 2008 20:30:15 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.6 2008/06/02 04:12:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.7 2008/06/04 20:30:15 ken69267 Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -12,7 +12,7 @@
 
 LICENSE="gnuplot"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
 IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
 RESTRICT="wxwindows? ( test )"
 



1.77                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	2 Jun 2008 04:12:39 -0000	1.76
+++ ChangeLog	4 Jun 2008 20:30:15 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.76 2008/06/02 04:12:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.77 2008/06/04 20:30:15 ken69267 Exp $
+
+  04 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> gnuplot-4.2.3-r2.ebuild:
+  amd64 stable, bug #224071
 
   02 Jun 2008; Jeroen Roovers <jer@gentoo.org> gnuplot-4.2.3-r2.ebuild:
   Stable for HPPA (bug #223965).



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-06-02  4:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2008-06-02  4:12 UTC (permalink / raw
  To: gentoo-commits

jer         08/06/02 04:12:39

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #223965).
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.6                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.5&r2=1.6

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnuplot-4.2.3-r2.ebuild	1 Jun 2008 13:00:52 -0000	1.5
+++ gnuplot-4.2.3-r2.ebuild	2 Jun 2008 04:12:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.5 2008/06/01 13:00:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.6 2008/06/02 04:12:39 jer Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -12,7 +12,7 @@
 
 LICENSE="gnuplot"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
 IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
 RESTRICT="wxwindows? ( test )"
 



1.76                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	1 Jun 2008 13:00:52 -0000	1.75
+++ ChangeLog	2 Jun 2008 04:12:39 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.75 2008/06/01 13:00:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.76 2008/06/02 04:12:39 jer Exp $
+
+  02 Jun 2008; Jeroen Roovers <jer@gentoo.org> gnuplot-4.2.3-r2.ebuild:
+  Stable for HPPA (bug #223965).
 
   01 Jun 2008; nixnut <nixnut@gentoo.org> gnuplot-4.2.3-r2.ebuild:
   Stable on ppc wrt bug 224071



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-06-01 13:00 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-06-01 13:00 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/06/01 13:00:53

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 224071
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.4&r2=1.5

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnuplot-4.2.3-r2.ebuild	31 May 2008 10:06:09 -0000	1.4
+++ gnuplot-4.2.3-r2.ebuild	1 Jun 2008 13:00:52 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.4 2008/05/31 10:06:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.5 2008/06/01 13:00:52 nixnut Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -12,7 +12,7 @@
 
 LICENSE="gnuplot"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
 IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
 RESTRICT="wxwindows? ( test )"
 



1.75                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	31 May 2008 10:06:09 -0000	1.74
+++ ChangeLog	1 Jun 2008 13:00:52 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.74 2008/05/31 10:06:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.75 2008/06/01 13:00:52 nixnut Exp $
+
+  01 Jun 2008; nixnut <nixnut@gentoo.org> gnuplot-4.2.3-r2.ebuild:
+  Stable on ppc wrt bug 224071
 
   31 May 2008; Raúl Porcel <armin76@gentoo.org> gnuplot-4.2.3-r2.ebuild:
   alpha/ia64/sparc stable wrt #224071



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-05-31 10:06 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-05-31 10:06 UTC (permalink / raw
  To: gentoo-commits

armin76     08/05/31 10:06:10

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #224071
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.3&r2=1.4

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuplot-4.2.3-r2.ebuild	29 May 2008 10:20:52 -0000	1.3
+++ gnuplot-4.2.3-r2.ebuild	31 May 2008 10:06:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.3 2008/05/29 10:20:52 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.4 2008/05/31 10:06:09 armin76 Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -12,7 +12,7 @@
 
 LICENSE="gnuplot"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd"
 IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
 RESTRICT="wxwindows? ( test )"
 



1.74                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	29 May 2008 10:20:52 -0000	1.73
+++ ChangeLog	31 May 2008 10:06:09 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.73 2008/05/29 10:20:52 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.74 2008/05/31 10:06:09 armin76 Exp $
+
+  31 May 2008; Raúl Porcel <armin76@gentoo.org> gnuplot-4.2.3-r2.ebuild:
+  alpha/ia64/sparc stable wrt #224071
 
   29 May 2008; Christian Faulhammer <opfer@gentoo.org>
   gnuplot-4.2.3-r2.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-05-29 10:20 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-05-29 10:20 UTC (permalink / raw
  To: gentoo-commits

opfer       08/05/29 10:20:52

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  stable x86, bug 224071
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.2&r2=1.3

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnuplot-4.2.3-r2.ebuild	9 May 2008 20:42:50 -0000	1.2
+++ gnuplot-4.2.3-r2.ebuild	29 May 2008 10:20:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.2 2008/05/09 20:42:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.3 2008/05/29 10:20:52 opfer Exp $
 
 inherit autotools elisp-common eutils multilib wxwidgets
 
@@ -12,7 +12,7 @@
 
 LICENSE="gnuplot"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd"
 IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
 RESTRICT="wxwindows? ( test )"
 



1.73                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	9 May 2008 20:42:50 -0000	1.72
+++ ChangeLog	29 May 2008 10:20:52 -0000	1.73
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.72 2008/05/09 20:42:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.73 2008/05/29 10:20:52 opfer Exp $
+
+  29 May 2008; Christian Faulhammer <opfer@gentoo.org>
+  gnuplot-4.2.3-r2.ebuild:
+  stable x86, bug 224071
 
   09 May 2008; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.3-r2.ebuild:
   Inherit autotools and call eautoreconf, bug 219323 comment 8.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog
@ 2008-05-09 20:42 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-05-09 20:42 UTC (permalink / raw
  To: gentoo-commits

ulm         08/05/09 20:42:50

  Modified:             gnuplot-4.2.3-r2.ebuild ChangeLog
  Log:
  Inherit autotools and call eautoreconf, bug 219323 comment 8.
  (Portage version: 2.1.5_rc7)

Revision  Changes    Path
1.2                  sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.1&r2=1.2

Index: gnuplot-4.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnuplot-4.2.3-r2.ebuild	9 May 2008 20:25:37 -0000	1.1
+++ gnuplot-4.2.3-r2.ebuild	9 May 2008 20:42:50 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.1 2008/05/09 20:25:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.2 2008/05/09 20:42:50 ulm Exp $
 
-inherit eutils elisp-common multilib wxwidgets
+inherit autotools elisp-common eutils multilib wxwidgets
 
 MY_P="${P/_/.}"
 
@@ -66,6 +66,8 @@
 	# Don't store resource files in deprecated location, reported upstream:
 	# http://sourceforge.net/tracker/index.php?func=detail&aid=1953742&group_id=2055&atid=102055
 	epatch "${FILESDIR}"/${P}-app-defaults.patch
+
+	eautoreconf
 }
 
 src_compile() {



1.72                 sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	9 May 2008 20:25:37 -0000	1.71
+++ ChangeLog	9 May 2008 20:42:50 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.71 2008/05/09 20:25:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.72 2008/05/09 20:42:50 ulm Exp $
+
+  09 May 2008; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.3-r2.ebuild:
+  Inherit autotools and call eautoreconf, bug 219323 comment 8.
 
 *gnuplot-4.2.3-r2 (09 May 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-08-26 19:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 19:54 [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-25  8:28 Ulrich Mueller (ulm)
2008-06-04 20:30 Kenneth Prugh (ken69267)
2008-06-02  4:12 Jeroen Roovers (jer)
2008-06-01 13:00 Gysbert Wassenaar (nixnut)
2008-05-31 10:06 Raul Porcel (armin76)
2008-05-29 10:20 Christian Faulhammer (opfer)
2008-05-09 20:42 Ulrich Mueller (ulm)

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