# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 $Header: $ inherit latex-package DESCRIPTION="The package lets the user mark things to do later, in a simple and and visually appealing way." HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/todonotes.html" SRC_URI="ftp://tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" RDEPEND=">=app-text/texlive-2007 media-gfx/ktikz" DEPEND="${RDEPEND} app-arch/unzip" TEXMF="/usr/share/texmf-site" S=${WORKDIR}/${PN} src_install() { insinto ${TEXMF}/tex/latex/${PN} doins "${S}"/todonotes.sty if use doc ; then cd "${S}" latex-package_src_doinstall doc fi }