1 | # Copyright 1999-2013 Gentoo Foundation |
1 | # Copyright 1999-2013 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/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.12 2013/04/05 18:13:51 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.13 2013/04/09 13:41:46 jer Exp $ |
4 | |
4 | |
5 | EAPI="2" |
5 | EAPI="2" |
6 | |
6 | |
7 | inherit flag-o-matic eutils |
7 | inherit flag-o-matic eutils |
8 | |
8 | |
… | |
… | |
10 | HOMEPAGE="http://www.gnu.org/software/texinfo/" |
10 | HOMEPAGE="http://www.gnu.org/software/texinfo/" |
11 | SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" |
11 | SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" |
12 | |
12 | |
13 | LICENSE="GPL-3" |
13 | LICENSE="GPL-3" |
14 | SLOT="0" |
14 | SLOT="0" |
15 | KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" |
15 | KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" |
16 | IUSE="nls static" |
16 | IUSE="nls static" |
17 | |
17 | |
18 | RDEPEND="!=app-text/tetex-2* |
18 | RDEPEND="!=app-text/tetex-2* |
19 | >=sys-libs/ncurses-5.2-r2 |
19 | >=sys-libs/ncurses-5.2-r2 |
20 | nls? ( virtual/libintl )" |
20 | nls? ( virtual/libintl )" |