| … | |
… | |
| 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 | INHERITED="$INHERITED $ECLASS" |
| 7 | |
8 | |
| 8 | newdepend ">=app-text/tetex-1.0.7" |
9 | newdepend ">=app-text/tetex-1.0.7" |
| 9 | ECLASS=latex-package |
10 | ECLASS=latex-package |
| 10 | HOMEPAGE="http://www.tug.org/" |
11 | HOMEPAGE="http://www.tug.org/" |
| 11 | SRC_URI="ftp://tug.ctan.org/macros/latex/" |
12 | SRC_URI="ftp://tug.ctan.org/macros/latex/" |