diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-03 03:59:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-03 03:59:38 +0000 |
commit | df441e75d7418b2410a101ba2e639d7c4234805e (patch) | |
tree | 13f02b8475f68c34795e2a1744d49bdb70f29f77 /app-text/passivetex/passivetex-1.25.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-df441e75d7418b2410a101ba2e639d7c4234805e.tar.gz historical-df441e75d7418b2410a101ba2e639d7c4234805e.tar.bz2 historical-df441e75d7418b2410a101ba2e639d7c4234805e.zip |
Install in texmf-site under xmltex directory, and depend on latex-base instead of virtual/tetex
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.3 x86_64
Diffstat (limited to 'app-text/passivetex/passivetex-1.25.ebuild')
-rw-r--r-- | app-text/passivetex/passivetex-1.25.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/passivetex/passivetex-1.25.ebuild b/app-text/passivetex/passivetex-1.25.ebuild index 4146ace1a6e1..d68dcd90cb1a 100644 --- a/app-text/passivetex/passivetex-1.25.ebuild +++ b/app-text/passivetex/passivetex-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/passivetex/passivetex-1.25.ebuild,v 1.5 2005/11/25 18:39:23 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.25.ebuild,v 1.6 2008/09/03 03:59:38 aballier Exp $ inherit latex-package @@ -15,15 +15,17 @@ KEYWORDS="~amd64 ~sparc x86" SLOT="0" IUSE="" -RDEPEND="virtual/tetex +RDEPEND="virtual/latex-base >=dev-tex/xmltex-1.9" DEPEND="${RDEPEND} app-arch/unzip" +TEXMF=/usr/share/texmf-site + src_install() { - insinto ${TEXMF}/tex/passivetex + insinto ${TEXMF}/tex/xmltex/passivetex doins *.sty *.xmt dodoc README.passivetex LICENSE index.xml |