diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-10 09:49:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-10 09:49:50 +0000 |
commit | 3edf1f70683d5a9e36812b1f45e45a93686d1e88 (patch) | |
tree | 27cb9335ad42edeab8019b12e00651f9967cc44a /sci-visualization/epix/epix-1.2.10.ebuild | |
parent | Cleanup old comments, and add part 1 of Solaris gen_usr_ldscript fixup (diff) | |
download | gentoo-2-3edf1f70683d5a9e36812b1f45e45a93686d1e88.tar.gz gentoo-2-3edf1f70683d5a9e36812b1f45e45a93686d1e88.tar.bz2 gentoo-2-3edf1f70683d5a9e36812b1f45e45a93686d1e88.zip |
sci-visualization/epix: Drop old; backport patch for automake-1.11.6 compatibility, #442476
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-visualization/epix/epix-1.2.10.ebuild')
-rw-r--r-- | sci-visualization/epix/epix-1.2.10.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-visualization/epix/epix-1.2.10.ebuild b/sci-visualization/epix/epix-1.2.10.ebuild index b8dd23cec1a9..9c703149d23b 100644 --- a/sci-visualization/epix/epix-1.2.10.ebuild +++ b/sci-visualization/epix/epix-1.2.10.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild,v 1.3 2012/08/06 20:37:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild,v 1.4 2012/11/10 09:49:50 jlec Exp $ EAPI=4 + inherit elisp-common bash-completion-r1 autotools eutils DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html" SRC_URI="http://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc emacs examples" -DEPEND="virtual/latex-base +DEPEND=" + virtual/latex-base dev-texlive/texlive-pstricks dev-texlive/texlive-pictures dev-texlive/texlive-latexextra @@ -30,7 +32,7 @@ src_prepare() { src_configure() { econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --disable-epix-el } |