| 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-vim/automatictexplugin/Attic/automatictexplugin-11.ebuild,v 1.2 2012/06/22 14:31:02 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/Attic/automatictexplugin-11.ebuild,v 1.3 2012/06/26 06:19:52 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | VIM_PLUGIN_VIM_VERSION="7.3" |
6 | VIM_PLUGIN_VIM_VERSION="7.3" |
| 7 | |
7 | |
| 8 | inherit vim-plugin |
8 | inherit vim-plugin |
| … | |
… | |
| 10 | MY_P="AutomaticTexPlugin_${PV}" |
10 | MY_P="AutomaticTexPlugin_${PV}" |
| 11 | DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files" |
11 | DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files" |
| 12 | HOMEPAGE="http://atp-vim.sourceforge.net/" |
12 | HOMEPAGE="http://atp-vim.sourceforge.net/" |
| 13 | SRC_URI="mirror://sourceforge/atp-vim/releases/${MY_P}.tar.gz" |
13 | SRC_URI="mirror://sourceforge/atp-vim/releases/${MY_P}.tar.gz" |
| 14 | LICENSE="GPL-3" |
14 | LICENSE="GPL-3" |
| 15 | KEYWORDS="amd64 ~x86" |
15 | KEYWORDS="amd64 x86" |
| 16 | IUSE="" |
16 | IUSE="" |
| 17 | |
17 | |
| 18 | S="${WORKDIR}" |
18 | S="${WORKDIR}" |
| 19 | |
19 | |
| 20 | VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt" |
20 | VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt" |