blob: 9133a41b272bf9a39d531fc3d06ff404e79b5cac (
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.6 2006/11/24 22:15:03 corsair 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)
)"
|