summaryrefslogtreecommitdiff
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
commit613681c38820cf86c24795137dcdfc1fa28917d5 (patch)
treedaf800a04ab1454b86ec18589f223f91e5db4595 /eclass/texlive-module.eclass
parentStable for ppc/ppc64; bug #342147 (diff)
downloadhistorical-613681c38820cf86c24795137dcdfc1fa28917d5.tar.gz
historical-613681c38820cf86c24795137dcdfc1fa28917d5.tar.bz2
historical-613681c38820cf86c24795137dcdfc1fa28917d5.zip
Improve some comments
Diffstat (limited to 'eclass/texlive-module.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