diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:28:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:28:24 +0000 |
commit | 566b045b38d2d8162f6378b149f08388af869eaa (patch) | |
tree | eaa9bc01e8f83d8b9b8169873d56da314f3ec6a0 /eclass/texlive-module.eclass | |
parent | improve yet another comment (diff) | |
download | gentoo-2-566b045b38d2d8162f6378b149f08388af869eaa.tar.gz gentoo-2-566b045b38d2d8162f6378b149f08388af869eaa.tar.bz2 gentoo-2-566b045b38d2d8162f6378b149f08388af869eaa.zip |
Describe what src_unpack does
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index efc0fc890c61..7794d1b44a20 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -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/eclass/texlive-module.eclass,v 1.47 2010/10/23 23:26:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.48 2010/10/23 23:28:24 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -106,6 +106,8 @@ if [ "${PV#2008}" = "${PV}" ]; then # @DESCRIPTION: # Only for TeX Live 2009 and later. # Gives tar.xz unpack support until we can use an EAPI with that support. +# If EAPI supports tar.xz then it calls unpack instead of its own unpacker. +# After unpacking, the files that need to relocated are moved accordingly. RELOC_TARGET=texmf-dist |