| 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/www-client/links/links-2.7.ebuild,v 1.5 2012/09/08 02:17:31 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.7.ebuild,v 1.6 2012/09/08 02:34:56 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit autotools eutils fdo-mime |
6 | inherit autotools eutils fdo-mime |
| 7 | |
7 | |
| 8 | DESCRIPTION="A fast and lightweight web browser running in both graphics and text mode" |
8 | DESCRIPTION="A fast and lightweight web browser running in both graphics and text mode" |
| … | |
… | |
| 10 | SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2 |
10 | SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2 |
| 11 | mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_2.6-2.debian.tar.gz" |
11 | mirror://debian/pool/main/${PN:0:1}/${PN}2/${PN}2_2.6-2.debian.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="2" |
14 | SLOT="2" |
| 15 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" |
15 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" |
| 16 | IUSE="bzip2 +deprecated directfb fbcon gpm jpeg livecd lzma ssl suid svga tiff unicode X zlib" |
16 | IUSE="bzip2 +deprecated directfb fbcon gpm jpeg livecd lzma ssl suid svga tiff unicode X zlib" |
| 17 | |
17 | |
| 18 | GRAPHICS_DEPEND=">=media-libs/libpng-1.2:0" #75685 |
18 | GRAPHICS_DEPEND=">=media-libs/libpng-1.2:0" #75685 |
| 19 | |
19 | |
| 20 | RDEPEND=">=sys-libs/ncurses-5.7-r7 |
20 | RDEPEND=">=sys-libs/ncurses-5.7-r7 |