# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild,v 1.11 2008/02/10 12:40:39 aballier Exp $ inherit latex-package DESCRIPTION="xcolor -- easy driver-independent access to colors" HOMEPAGE="http://www.ukern.de/tex/xcolor.html" SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="|| ( dev-texlive/texlive-latex >=app-text/tetex-3.0 )" DEPEND="${RDEPEND} app-arch/unzip" S="${WORKDIR}/${PN}" TEXMF="/usr/share/texmf-site" src_install() { export VARTEXFONTS="${T}/fonts" latex-package_src_install || die dodoc README ChangeLog }