blob: 28fa4302f96e7dbe03d376737f22d119c14af21b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/foomatic-gui-0.7.4.16.ebuild,v 1.1 2005/08/08 03:11:54 metalgod Exp $
inherit distutils
DESCRIPTION="GNOME interface for configuring the Foomatic printer filter system"
HOMEPAGE="http://freshmeat.net/projects/foomatic-gui/"
SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT=0
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
RDEPEND=">=dev-lang/python-2.2.2
>=dev-python/gnome-python-extras-2.10.0
>=net-print/foomatic-2.0.2
>=dev-python/pyxml-0.8
virtual/ghostscript"
|