diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-10-02 19:14:51 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-10-02 19:14:51 +0000 |
commit | 989f51940ce04db4b65b37129ad39aa54f473336 (patch) | |
tree | f1d083588ddb2450e3364caa60bd7a88a0130ae5 /media-gfx | |
parent | Fix epatch issue. People dont be lazy use PATCHES array. I missed this one th... (diff) | |
download | gentoo-2-989f51940ce04db4b65b37129ad39aa54f473336.tar.gz gentoo-2-989f51940ce04db4b65b37129ad39aa54f473336.tar.bz2 gentoo-2-989f51940ce04db4b65b37129ad39aa54f473336.zip |
Merge with Prefix, quote TEXMF
(Portage version: 2.2.00.14456-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.86.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.87.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 4df5b0ee88be..cd6d5b31bfd5 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.58 2009/10/01 06:47:18 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.59 2009/10/02 19:14:51 grobian Exp $ + + 02 Oct 2009; Fabian Groffen <grobian@gentoo.org> asymptote-1.86.ebuild, + asymptote-1.87.ebuild: + Merge with Prefix, quote TEXMF *asymptote-1.87 (01 Oct 2009) diff --git a/media-gfx/asymptote/asymptote-1.86.ebuild b/media-gfx/asymptote/asymptote-1.86.ebuild index f2a3ff01868a..bfd78f99914d 100644 --- a/media-gfx/asymptote/asymptote-1.86.ebuild +++ b/media-gfx/asymptote/asymptote-1.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.86.ebuild,v 1.1 2009/09/07 11:02:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.86.ebuild,v 1.2 2009/10/02 19:14:51 grobian Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python @@ -9,7 +9,7 @@ HOMEPAGE="http://asymptote.sourceforge.net/" SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv vim-syntax X" RDEPEND=">=sys-libs/readline-4.3-r5 @@ -128,7 +128,7 @@ src_install() { # LaTeX style if use latex; then cd doc - insinto ${TEXMF}/tex/latex/${PN} + insinto "${TEXMF}"/tex/latex/${PN} doins ${PN}.sty asycolors.sty if use examples; then insinto /usr/share/${PN}/examples diff --git a/media-gfx/asymptote/asymptote-1.87.ebuild b/media-gfx/asymptote/asymptote-1.87.ebuild index 0c170c881395..5eb0196fc681 100644 --- a/media-gfx/asymptote/asymptote-1.87.ebuild +++ b/media-gfx/asymptote/asymptote-1.87.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.87.ebuild,v 1.1 2009/10/01 06:47:18 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.87.ebuild,v 1.2 2009/10/02 19:14:51 grobian Exp $ EAPI=2 inherit eutils autotools elisp-common latex-package multilib python @@ -9,7 +9,7 @@ HOMEPAGE="http://asymptote.sourceforge.net/" SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv vim-syntax X" RDEPEND=">=sys-libs/readline-4.3-r5 @@ -128,7 +128,7 @@ src_install() { # LaTeX style if use latex; then cd doc - insinto ${TEXMF}/tex/latex/${PN} + insinto "${TEXMF}"/tex/latex/${PN} doins ${PN}.sty asycolors.sty if use examples; then insinto /usr/share/${PN}/examples |