diff options
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2007.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 3c2035d3c24f..22db14f57560 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.5 2007/10/20 15:20:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.6 2007/10/20 16:49:35 aballier Exp $ + + 20 Oct 2007; Alexis Ballier <aballier@gentoo.org> + texlive-core-2007.ebuild: + also remove texmf-dist/doc when doc useflag is off, will save a few bits 20 Oct 2007; Alexis Ballier <aballier@gentoo.org> files/texmf-update: No need to run texlinks in texmf-update anymore now that we have etexlinks diff --git a/app-text/texlive-core/texlive-core-2007.ebuild b/app-text/texlive-core/texlive-core-2007.ebuild index f5958724b9fa..8acfe4d6b889 100644 --- a/app-text/texlive-core/texlive-core-2007.ebuild +++ b/app-text/texlive-core/texlive-core-2007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.5 2007/10/20 12:53:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007.ebuild,v 1.6 2007/10/20 16:49:35 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common @@ -192,6 +192,7 @@ src_install() { dodoc ChangeLog NEWS PROJECTS README use doc || rm -rf "${D}/usr/share/texmf/doc" + use doc || rm -rf "${D}/usr/share/texmf-dist/doc" dodir /var/cache/fonts |