| 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/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild,v 1.7 2012/04/16 21:06:58 ranger Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.4.ebuild,v 1.8 2012/04/17 21:49:32 ranger Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit eutils toolchain-funcs |
6 | inherit eutils toolchain-funcs |
| 7 | |
7 | |
| 8 | DESCRIPTION="Preview dvi-files on text-only devices" |
8 | DESCRIPTION="Preview dvi-files on text-only devices" |
| 9 | HOMEPAGE="http://www.ctan.org/tex-archive/dviware/" |
9 | HOMEPAGE="http://www.ctan.org/tex-archive/dviware/" |
| 10 | SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tgz" |
10 | SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tgz" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" |
14 | KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |
| 17 | src_prepare() { |
17 | src_prepare() { |
| 18 | epatch "${FILESDIR}"/${P}-cflags.patch |
18 | epatch "${FILESDIR}"/${P}-cflags.patch |
| 19 | } |
19 | } |