blob: 92555e31b3973a455397cb634e708af2db1a5f61 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.20060601.ebuild,v 1.1 2006/06/04 15:02:31 genstef Exp $
inherit versionator
DESCRIPTION="The Foomatic printing meta package"
HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="foomaticdb ppds"
DEPEND="~net-print/foomatic-filters-${PV}
foomaticdb? (
~net-print/foomatic-db-engine-${PV}
>=net-print/foomatic-db-$(get_version_component_range 3)
)
ppds? (
>=net-print/foomatic-db-ppds-$(get_version_component_range 3)
>=net-print/foomatic-filters-ppds-$(get_version_component_range 3)
)"
|