diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-03-02 11:43:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-03-02 11:43:46 +0000 |
commit | 0e531eb508624220b982f9ba089e85b110c48dd6 (patch) | |
tree | af6a9dda388a10cdcf61a5ec8072fd5a904cc189 /app-text/texlive | |
parent | jadetex and tex4ht useflags for texlive (diff) | |
download | gentoo-2-0e531eb508624220b982f9ba089e85b110c48dd6.tar.gz gentoo-2-0e531eb508624220b982f9ba089e85b110c48dd6.tar.bz2 gentoo-2-0e531eb508624220b982f9ba089e85b110c48dd6.zip |
Add more modularity: tex4ht and jadetex split out of xml
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2007-r3.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 488e22bdebf3..944301147a7b 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.30 2008/02/10 17:31:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.31 2008/03/02 11:43:46 aballier Exp $ + + 02 Mar 2008; Alexis Ballier <aballier@gentoo.org> texlive-2007-r3.ebuild: + Add more modularity: tex4ht and jadetex split out of xml 10 Feb 2008; Alexis Ballier <aballier@gentoo.org> texlive-2007-r3.ebuild: keyword ~x86-fbsd diff --git a/app-text/texlive/texlive-2007-r3.ebuild b/app-text/texlive/texlive-2007-r3.ebuild index 9c45a97bc2d9..75e4bcdf1943 100644 --- a/app-text/texlive/texlive-2007-r3.ebuild +++ b/app-text/texlive/texlive-2007-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild,v 1.6 2008/02/10 17:31:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild,v 1.7 2008/03/02 11:43:46 aballier Exp $ DESCRIPTION="A complete TeX distribution" HOMEPAGE="http://tug.org/texlive/" @@ -9,8 +9,8 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="cjk context cyrillic doc extra games graphics humanities music omega - png pstricks publishers science xetex xml X" +IUSE="cjk context cyrillic doc extra games graphics humanities jadetex music omega + png pstricks publishers science tex4ht xetex xml X" LANGS="af ar bg bn bo cs cy da de el en en_GB eo es et fi fr he hi hr hsb hu hy id is it ja ko la ml mn nl no pl pt ro ru sk sl sr sv ta th tr uk vi zh" @@ -72,7 +72,9 @@ RDEPEND="${DEPEND} context? ( ${TEXLIVE_CAT}/texlive-context ) games? ( ${TEXLIVE_CAT}/texlive-games ) humanities? ( ${TEXLIVE_CAT}/texlive-humanities ) + tex4ht? ( >=dev-tex/tex4ht-20071024 ) xml? ( ${TEXLIVE_CAT}/texlive-htmlxml ) + jadetex? ( >=app-text/jadetex-3.13-r2 ) doc? ( ${TEXLIVE_CAT}/texlive-documentation-base linguas_bg? ( ${TEXLIVE_CAT}/texlive-documentation-bulgarian ) |