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.2-r1.ebuild ChangeLog
@ 2008-04-24 12:11 Christian Faulhammer (opfer)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (opfer) @ 2008-04-24 12:11 UTC (permalink / raw
  To: gentoo-commits

opfer       08/04/24 12:11:01

  Modified:             gnuplot-4.2.2-r1.ebuild ChangeLog
  Log:
  remove all die comments and add virtual/ghostscript for USE=doc, see bug 217931 reported by <D DOT Allain AT bath DOT ac DOT uk>
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.14                 sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild

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

Index: gnuplot-4.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnuplot-4.2.2-r1.ebuild	3 Jan 2008 21:14:28 -0000	1.13
+++ gnuplot-4.2.2-r1.ebuild	24 Apr 2008 12:11:00 -0000	1.14
@@ -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.2-r1.ebuild,v 1.13 2008/01/03 21:14:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.14 2008/04/24 12:11:00 opfer Exp $
 
 inherit eutils elisp-common multilib wxwidgets
 
@@ -22,7 +22,8 @@
 	pdf? ( media-libs/pdflib )
 	ggi? ( media-libs/libggi )
 	gd? ( >=media-libs/gd-2 )
-	doc? ( virtual/latex-base )
+	doc? ( virtual/latex-base
+		virtual/ghostscript )
 	latex? ( virtual/latex-base )
 	X? ( x11-libs/libXaw )
 	svga? ( media-libs/svgalib )
@@ -71,10 +72,10 @@
 	# See bug #156427.
 	if use latex ; then
 		sed -i \
-			-e 's/TEXMFLOCAL/TEXMFSITE/g' share/LaTeX/Makefile.in || die "sed failed"
+			-e 's/TEXMFLOCAL/TEXMFSITE/g' share/LaTeX/Makefile.in || die
 	else
 		sed -i \
-			-e '/^SUBDIRS/ s/LaTeX//' share/LaTeX/Makefile.in || die "sed failed"
+			-e '/^SUBDIRS/ s/LaTeX//' share/LaTeX/Makefile.in || die
 	fi
 
 	if use wxwindows ; then
@@ -110,25 +111,25 @@
 	TEMACS=no
 	use xemacs && TEMACS=xemacs
 	use emacs && TEMACS=emacs
-	EMACS=${TEMACS} econf ${myconf} || die "econf failed"
-	emake || die "emake failed"
+	EMACS=${TEMACS} econf ${myconf} || die
+	emake || die
 
 	if use doc ; then
 		cd docs
-		emake pdf || die "pdf doc creation failed"
+		emake pdf || die
 		cd ../tutorial
-		emake pdf || die "pdf tutorial failed"
+		emake pdf || die
 	fi
 }
 
 src_install () {
-	emake DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die
 
 	if use emacs; then
 		cd lisp
 		einfo "Configuring gnuplot-mode for GNU Emacs..."
-		EMACS="emacs" econf --with-lispdir="${SITELISP}/${PN}" || die "econf Emacs files faild"
-		emake DESTDIR="${D}" install || die "make install Emacs files failed"
+		EMACS="emacs" econf --with-lispdir="${SITELISP}/${PN}" || die
+		emake DESTDIR="${D}" install || die
 		emake clean
 		cd ..
 



1.67                 sci-visualization/gnuplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	11 Mar 2008 07:44:00 -0000	1.66
+++ ChangeLog	24 Apr 2008 12:11:00 -0000	1.67
@@ -1,6 +1,11 @@
 # 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.66 2008/03/11 07:44:00 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.67 2008/04/24 12:11:00 opfer Exp $
+
+  24 Apr 2008; Christian Faulhammer <opfer@gentoo.org>
+  gnuplot-4.2.2-r1.ebuild:
+  remove all die comments and add virtual/ghostscript for USE=doc, see bug
+  217931 reported by <D DOT Allain AT bath DOT ac DOT uk>
 
   11 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
   files/gnuplot-4.2.2-disable_texi_generation.patch:



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



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

only message in thread, other threads:[~2008-04-24 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 12:11 [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.2-r1.ebuild ChangeLog Christian Faulhammer (opfer)

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