From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NUzjz-0004ja-Cc for garchives@archives.gentoo.org; Wed, 13 Jan 2010 09:42:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FCFCE063C; Wed, 13 Jan 2010 09:42:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 470C4E063C for ; Wed, 13 Jan 2010 09:42:12 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D15301B4014 for ; Wed, 13 Jan 2010 09:42:11 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NUzjv-0003ww-8p for gentoo-commits@lists.gentoo.org; Wed, 13 Jan 2010 09:42:11 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: texlive-module.eclass X-VCS-Directories: eclass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Wed, 13 Jan 2010 09:42:11 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a6cdf94c-aee1-4cbf-bd66-39ef5ae11de6 X-Archives-Hash: 2079bef049cc0a5b48bf7b3a5f63ee2c aballier 10/01/13 09:42:11 Modified: texlive-module.eclass Log: Update documentation wrt 2009 additions Revision Changes Path 1.33 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.33&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.33&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?r1=3D1.32&r2=3D1.33 Index: texlive-module.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- texlive-module.eclass 7 Jan 2010 20:36:23 -0000 1.32 +++ texlive-module.eclass 13 Jan 2010 09:42:10 -0000 1.33 @@ -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.32 2= 010/01/07 20:36:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.33 2= 010/01/13 09:42:10 aballier Exp $ =20 # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -24,20 +24,20 @@ # The list of packages that will be installed. This variable will be exp= anded to # SRC_URI: # -# For TeX Live 2007: foo -> texlive-module-foo-${PV}.zip # For TeX Live 2008: foo -> texlive-module-foo-${PV}.tar.lzma +# For TeX Live 2009: foo -> texlive-module-foo-${PV}.tar.xz =20 # @ECLASS-VARIABLE: TEXLIVE_MODULE_DOC_CONTENTS # @DESCRIPTION: # The list of packages that will be installed if the doc useflag is enab= led. # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This = is only -# valid for TeX Live 2008 +# valid for TeX Live 2008 and later =20 # @ECLASS-VARIABLE: TEXLIVE_MODULE_SRC_CONTENTS # @DESCRIPTION: # The list of packages that will be installed if the source useflag is e= nabled. # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This = is only -# valid for TeX Live 2008 +# valid for TeX Live 2008 and later =20 # @ECLASS-VARIABLE: TEXLIVE_MODULE_BINSCRIPTS # @DESCRIPTION: