| … | |
… | |
| 2 | # An ebuild calling this class can cd to the appropriate |
2 | # An ebuild calling this class can cd to the appropriate |
| 3 | # directory and call latex-package_src_doinstall all, or leave |
3 | # directory and call latex-package_src_doinstall all, or leave |
| 4 | # the src_install function as-is if the system is single-directory. |
4 | # the src_install function as-is if the system is single-directory. |
| 5 | |
5 | |
| 6 | inherit base |
6 | inherit base |
|
|
7 | ECLASS=latex-package |
| 7 | INHERITED="$INHERITED $ECLASS" |
8 | INHERITED="$INHERITED $ECLASS" |
| 8 | |
9 | |
| 9 | newdepend ">=app-text/tetex-1.0.7" |
10 | newdepend ">=app-text/tetex-1.0.7" |
| 10 | ECLASS=latex-package |
11 | |
| 11 | HOMEPAGE="http://www.tug.org/" |
12 | HOMEPAGE="http://www.tug.org/" |
| 12 | SRC_URI="ftp://tug.ctan.org/macros/latex/" |
13 | SRC_URI="ftp://tug.ctan.org/macros/latex/" |
| 13 | S=${WORKDIR}/${P} |
14 | S=${WORKDIR}/${P} |
| 14 | TEXMF="/usr/share/texmf" |
15 | TEXMF="/usr/share/texmf" |
| 15 | SUPPLIER="misc" # This refers to the font supplier; it should be overridden |
16 | SUPPLIER="misc" # This refers to the font supplier; it should be overridden |