1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.46 2010/10/23 23:25:58 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.47 2010/10/23 23:26:38 aballier Exp $ |
4 | |
4 | |
5 | # @ECLASS: texlive-module.eclass |
5 | # @ECLASS: texlive-module.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # tex@gentoo.org |
7 | # tex@gentoo.org |
8 | # |
8 | # |
… | |
… | |
102 | |
102 | |
103 | if [ "${PV#2008}" = "${PV}" ]; then |
103 | if [ "${PV#2008}" = "${PV}" ]; then |
104 | |
104 | |
105 | # @FUNCTION: texlive-module_src_unpack |
105 | # @FUNCTION: texlive-module_src_unpack |
106 | # @DESCRIPTION: |
106 | # @DESCRIPTION: |
107 | # Only for TeX Live 2009. |
107 | # Only for TeX Live 2009 and later. |
108 | # Gives tar.xz unpack support until we can use an EAPI with that support. |
108 | # Gives tar.xz unpack support until we can use an EAPI with that support. |
109 | |
109 | |
110 | RELOC_TARGET=texmf-dist |
110 | RELOC_TARGET=texmf-dist |
111 | |
111 | |
112 | texlive-module_src_unpack() { |
112 | texlive-module_src_unpack() { |