blob: 3719b032a64e7d6d7a70e0c65c0700e1142dd726 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.2.ebuild,v 1.11 2006/05/05 10:05:39 genstef Exp $
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=""
DEPEND="~net-print/foomatic-filters-3.0.2
~net-print/foomatic-db-engine-3.0.2
net-print/foomatic-db"
|