Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass
Date: Tue, 02 Sep 2008 10:00:09
Message-Id: E1KaSgA-0007UR-L6@stork.gentoo.org
1 aballier 08/09/02 10:00:06
2
3 Modified: texlive-module.eclass
4 Log:
5 document TEXLIVE_MODULE_BINSCRIPTS
6
7 Revision Changes Path
8 1.18 eclass/texlive-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.17&r2=1.18
13
14 Index: texlive-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- texlive-module.eclass 2 Sep 2008 09:56:31 -0000 1.17
21 +++ texlive-module.eclass 2 Sep 2008 10:00:06 -0000 1.18
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.17 2008/09/02 09:56:31 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.18 2008/09/02 10:00:06 aballier Exp $
27
28 # @ECLASS: texlive-module.eclass
29 # @MAINTAINER:
30 @@ -39,6 +39,12 @@
31 # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This is only
32 # valid for TeX Live 2008
33
34 +# @ECLASS-VARIABLE: TEXLIVE_MODULE_BINSCRIPTS
35 +# @DESCRIPTION:
36 +# A space separated list of files that are in fact scripts installed in the
37 +# texmf tree and that we want to be available directly. They will be installed in
38 +# /usr/bin.
39 +
40 inherit texlive-common
41
42 HOMEPAGE="http://www.tug.org/texlive/"