blob: efbb2224bfd352237a79c52883e604d3e0a4fb53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.1.ebuild,v 1.7 2004/06/25 19:41:44 kugelfang Exp $
DESCRIPTION="The Foomatic printing meta package"
HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc sparc ~alpha hppa amd64 ~ia64 ~mips"
IUSE=""
DEPEND="=net-print/foomatic-filters-3.0.1
=net-print/foomatic-db-engine-3.0.1
net-print/foomatic-db"
|