| 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.2 2012/09/26 05:18:08 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.3 2012/10/10 15:20:38 ranger 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="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" |
13 | KEYWORDS="~alpha ~amd64 ppc ~ppc64 ~sparc ~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/-/} |