diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-06-05 15:40:22 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-06-05 15:40:22 +0000 |
commit | bd1d8c866771fc7567f1c2cb1ce54a4ee2232d32 (patch) | |
tree | 1dd066a72e795903538122639ab4cfb0c8ca51fa /app-text | |
parent | whitespace (diff) | |
download | gentoo-2-bd1d8c866771fc7567f1c2cb1ce54a4ee2232d32.tar.gz gentoo-2-bd1d8c866771fc7567f1c2cb1ce54a4ee2232d32.tar.bz2 gentoo-2-bd1d8c866771fc7567f1c2cb1ce54a4ee2232d32.zip |
put man page in correct directory, see bug 168542 by Horst Prote <prote AT fmi DOT uni-stuttgart DOT de>; quote variables
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 13 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.6.0-r1.ebuild | 20 |
2 files changed, 21 insertions, 12 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index 760bb8e87fe6..390df2909433 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-text/active-dvi -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.15 2007/03/12 23:43:37 nattfodd Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.16 2008/06/05 15:40:22 opfer Exp $ + + 05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> + active-dvi-1.6.0-r1.ebuild: + put man page in correct directory, see bug 168542 by Horst Prote + <prote AT fmi DOT uni-stuttgart DOT de>; quote variables + + 05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> + active-dvi-1.6.0-r1.ebuild: + stable x86, bug 224893 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild b/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild index 6cc3998d2507..50f9a864a464 100644 --- a/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild +++ b/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.3 2007/01/28 05:36:28 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.4 2008/06/05 15:40:22 opfer Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1" IUSE="cjk tk" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~ppc x86" DEPEND=">=dev-lang/ocaml-3.04 >=dev-ml/camlimages-2.20 @@ -54,8 +54,8 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-warn-error.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-warn-error.patch # need to remove texhash, it'll cause problems with # the sandbox if we try and run it during emerge sed -i -e "s/texhash//" Makefile @@ -86,16 +86,16 @@ src_install() { TEXMFADVI="/usr/share/texmf/tex/latex/advi" dodir /usr/bin $TEXMFADVI - make MANDIR=${D}/usr/share/man/man1 \ - ADVI_LOC=${D}/${TEXMFADVI} \ - prefix=${D}/usr install || die + make MANDIR="${D}"/usr/share/man \ + ADVI_LOC="${D}"/${TEXMFADVI} \ + prefix="${D}"/usr install || die # only include the jpfonts.config if use cjk - use cjk || rm ${D}${TEXMFADVI}/jpfonts.conf + use cjk || rm "${D}"${TEXMFADVI}/jpfonts.conf # now install the documentation dodoc ${DOCS} - cd ${S}/doc + cd "${S}"/doc dohtml *.{jpg,gif,css,html} dodoc manual.{dvi,pdf,ps} # and the manual page |