| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/app-emacs/yatex/yatex-1.76.ebuild,v 1.12 2012/10/16 14:39:13 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.13 2012/10/17 03:02:22 phajdan.jr Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit elisp eutils |
7 | inherit elisp eutils |
| 8 | |
8 | |
| 9 | DESCRIPTION="Yet Another TeX mode for Emacs" |
9 | DESCRIPTION="Yet Another TeX mode for Emacs" |
| 10 | HOMEPAGE="http://www.yatex.org/" |
10 | HOMEPAGE="http://www.yatex.org/" |
| 11 | SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" |
11 | SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" |
| 12 | |
12 | |
| 13 | KEYWORDS="amd64 ~ppc ~ppc64 ~x86" |
13 | KEYWORDS="amd64 ~ppc ~ppc64 x86" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | LICENSE="YaTeX" |
15 | LICENSE="YaTeX" |
| 16 | IUSE="linguas_ja" |
16 | IUSE="linguas_ja" |
| 17 | |
17 | |
| 18 | S="${WORKDIR}/${P/-/}" |
18 | S="${WORKDIR}/${P/-/}" |