summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-10-23 22:41:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-10-23 22:41:44 +0000
commit63aa4615c32d250464846244a9f57d9c55f78570 (patch)
treefffd622027b4be4acaad38e8ca085dec932b3418 /eclass
parentStable for ppc/ppc64; bug #342147 (diff)
downloadgentoo-2-63aa4615c32d250464846244a9f57d9c55f78570.tar.gz
gentoo-2-63aa4615c32d250464846244a9f57d9c55f78570.tar.bz2
gentoo-2-63aa4615c32d250464846244a9f57d9c55f78570.zip
Improve some comments
Diffstat (limited to 'eclass')
-rw-r--r--eclass/texlive-module.eclass9
1 files changed, 6 insertions, 3 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index 1962c0583ada..4ce688d91338 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.39 2010/10/23 21:48:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.40 2010/10/23 22:41:44 aballier Exp $
# @ECLASS: texlive-module.eclass
# @MAINTAINER:
@@ -14,8 +14,11 @@
# Ebuilds have to provide TEXLIVE_MODULE_CONTENTS variable that contains the list
# of packages that it will install. (See below)
#
-# What is assumed is that it unpacks texmf and texmf-dist directories to
-# ${WORKDIR}.
+# For TeX Live versions prior to 2009, the ebuild was supposed to unpack the
+# texmf and texmf-dist directories to ${WORKDIR} (which is what the default
+# src_unpack does).
+# Starting from TeX Live 2009, the eclass provides a src_unpack function taking
+# care of unpacking and relocating the files that need it.
#
# It inherits texlive-common