blob: 3b4b06ab7304456c42d735186ab09e6f67eba933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.4.0.1.ebuild,v 1.5 2003/10/22 16:55:43 darkspecter Exp $
inherit gnome2
DESCRIPTION="The GNOME PostScript document viewer"
HOMEPAGE="http://www.gnome.org/"
IUSE=""
SLOT="0"
LICENSE="GPL-2 FDL-1.1"
KEYWORDS="x86 ppc ~alpha ~sparc ~hppa amd64"
RDEPEND=">=gnome-base/libgnomeui-2
>=gnome-base/ORBit2-2.4.1
app-text/ghostscript
dev-libs/popt"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.21"
DOCS="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README"
|