blob: 8622fd6446d4f40ded430b9f5cbd0f47e338f5fc (
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
25
26
27
28
29
|
# Copyright 1999-2010 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.9.2.ebuild,v 1.2 2010/05/18 12:13:24 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
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}+nmu2.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="
dev-python/ipy
>=dev-python/gnome-python-extras-2.10.0
>=dev-python/pyxml-0.8
net-print/foomatic-db-engine"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${P}+nmu2"
PYTHON_MODNAME="foomatic"
|