blob: 24d089fa1042558ff67a699d24f4d83d9fa1ed83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.0.ebuild,v 1.2 2003/07/23 09:20:07 lanius Exp $
DESCRIPTION="The Foomatic printing meta package"
HOMEPAGE="http://www.linuxprinting.org/foomatic"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
DEPEND="net-print/foomatic-filters
net-print/foomatic-db-engine
net-print/foomatic-db"
pkg_postinst () {
einfo
einfo "If printing does not work, try to install the latest version of"
einfo "gimp-print / hpijs or regerate your ppd file."
einfo
}
|