| 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/x11-misc/xosview/Attic/xosview-1.9.3.ebuild,v 1.4 2012/06/25 05:41:45 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/Attic/xosview-1.9.3.ebuild,v 1.5 2012/07/03 16:41:58 ranger Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit eutils toolchain-funcs |
7 | inherit eutils toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" |
10 | HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" |
| 11 | SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz" |
11 | SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2 BSD" |
13 | LICENSE="GPL-2 BSD" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" |
15 | KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86" |
| 16 | IUSE="suid" |
16 | IUSE="suid" |
| 17 | |
17 | |
| 18 | COMMON_DEPS="x11-libs/libX11 |
18 | COMMON_DEPS="x11-libs/libX11 |
| 19 | x11-libs/libXpm |
19 | x11-libs/libXpm |
| 20 | x11-libs/libXt" |
20 | x11-libs/libXt" |