From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ScWFQ-0002vH-3F for garchives@archives.gentoo.org; Thu, 07 Jun 2012 06:31:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8B4E0686; Thu, 7 Jun 2012 06:31:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F0569E0686 for ; Thu, 7 Jun 2012 06:30:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 572D41B4009 for ; Thu, 7 Jun 2012 06:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0E1BAE5404 for ; Thu, 7 Jun 2012 06:30:58 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1339050623.5ee26a85022d9983c49a0d73d8fe27942167c5f0.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/gnuplot/ChangeLog sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5ee26a85022d9983c49a0d73d8fe27942167c5f0 X-VCS-Branch: master Date: Thu, 7 Jun 2012 06:30:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e476c258-918c-49f4-859b-6212a03c876a X-Archives-Hash: a743313e3311f054d4d0c1a54bd09c37 commit: 5ee26a85022d9983c49a0d73d8fe27942167c5f0 Author: Christoph Junghans gentoo org> AuthorDate: Thu Jun 7 06:30:23 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Thu Jun 7 06:30:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D5ee26a85 fixed info install (Portage version: 2.2.0_alpha110/git/Linux i686, unsigned Manifest commit= ) --- sci-visualization/gnuplot/ChangeLog | 3 +++ sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnup= lot/ChangeLog index fe614ea..5a9c9e1 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 07 Jun 2012; Christoph Junghans gnuplot-4.7.9999.e= build: + fixed info install + 14 Mar 2012; Christoph Junghans -gnuplot-4.4.9999.= ebuild, gnuplot-4.6.9999.ebuild, gnuplot-4.7.9999.ebuild, metadata.xml: sci-visualization/gnuplot: clean up diff --git a/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild b/sci-visu= alization/gnuplot/gnuplot-4.7.9999.ebuild index 5a5541e..afaa424 100644 --- a/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.7.9999.ebuild @@ -102,7 +102,7 @@ src_configure() { fi =20 local myconf - myconf=3D"${myconf} --without-lisp-files" + myconf=3D"${myconf} --with-lisp-files" #need to build info file myconf=3D"${myconf} --without-pdf" myconf=3D"${myconf} --enable-stats" #extra command save to be enabled myconf=3D"${myconf} --with-texdir=3D${TEXMF}/tex/latex/${PN}" @@ -184,7 +184,8 @@ src_compile() { } =20 src_install () { - emake DESTDIR=3D"${D}" install + emake DESTDIR=3D"${D}" install install-info + rm -rf "${D}"/usr/share/emacs #handled by use {,x}emacs below =20 if use xemacs; then cd "${S}/lisp-xemacs"