| 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.17 2008/09/02 09:56:31 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.18 2008/09/02 10:00:06 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 | # |
| … | |
… | |
| 36 | # @ECLASS-VARIABLE: TEXLIVE_MODULE_SRC_CONTENTS |
36 | # @ECLASS-VARIABLE: TEXLIVE_MODULE_SRC_CONTENTS |
| 37 | # @DESCRIPTION: |
37 | # @DESCRIPTION: |
| 38 | # The list of packages that will be installed if the source useflag is enabled. |
38 | # The list of packages that will be installed if the source useflag is enabled. |
| 39 | # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This is only |
39 | # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This is only |
| 40 | # valid for TeX Live 2008 |
40 | # valid for TeX Live 2008 |
|
|
41 | |
|
|
42 | # @ECLASS-VARIABLE: TEXLIVE_MODULE_BINSCRIPTS |
|
|
43 | # @DESCRIPTION: |
|
|
44 | # A space separated list of files that are in fact scripts installed in the |
|
|
45 | # texmf tree and that we want to be available directly. They will be installed in |
|
|
46 | # /usr/bin. |
| 41 | |
47 | |
| 42 | inherit texlive-common |
48 | inherit texlive-common |
| 43 | |
49 | |
| 44 | HOMEPAGE="http://www.tug.org/texlive/" |
50 | HOMEPAGE="http://www.tug.org/texlive/" |
| 45 | |
51 | |