| 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-editors/xvile/xvile-9.8g.ebuild,v 1.1 2012/03/19 06:46:42 radhermit Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.8g.ebuild,v 1.2 2012/06/24 09:32:15 xarthisius Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit versionator |
7 | inherit versionator |
| 8 | |
8 | |
| … | |
… | |
| 11 | HOMEPAGE="http://invisible-island.net/vile/" |
11 | HOMEPAGE="http://invisible-island.net/vile/" |
| 12 | SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" |
12 | SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" |
| 13 | |
13 | |
| 14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" |
16 | KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86" |
| 17 | IUSE="perl" |
17 | IUSE="perl" |
| 18 | |
18 | |
| 19 | RDEPEND="perl? ( dev-lang/perl ) |
19 | RDEPEND="perl? ( dev-lang/perl ) |
| 20 | =app-editors/vile-${PV} |
20 | =app-editors/vile-${PV} |
| 21 | >=x11-libs/libX11-1.0.0 |
21 | >=x11-libs/libX11-1.0.0 |