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 | 08c7f49ac86699c65b8dab3096ab6b1f023b05a6 (patch) | |
tree | 79fffbcbd77a1d3a81f0df2edc32b4e13fff0caa /app-text/passivetex | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-08c7f49ac86699c65b8dab3096ab6b1f023b05a6.tar.gz gentoo-2-08c7f49ac86699c65b8dab3096ab6b1f023b05a6.tar.bz2 gentoo-2-08c7f49ac86699c65b8dab3096ab6b1f023b05a6.zip |
Install in texmf-site under xmltex directory, and depend on latex-base instead of virtual/tetex
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'app-text/passivetex')
-rw-r--r-- | app-text/passivetex/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/passivetex/passivetex-1.25.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-text/passivetex/ChangeLog b/app-text/passivetex/ChangeLog index c6ba7305bcc8..b33abd8b55df 100644 --- a/app-text/passivetex/ChangeLog +++ b/app-text/passivetex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/passivetex -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/ChangeLog,v 1.16 2007/03/12 23:58:21 nattfodd Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/ChangeLog,v 1.17 2008/09/03 03:59:38 aballier Exp $ + + 03 Sep 2008; Alexis Ballier <aballier@gentoo.org> passivetex-1.25.ebuild: + Install in texmf-site under xmltex directory, and depend on latex-base + instead of virtual/tetex 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/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 |