Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, calchan@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-2.7.9-r1.ebuild hplip-2.7.7-r3.ebuild hplip-2.7.9.ebuild
Date: Thu, 18 Oct 2007 22:44:02
Message-Id: 20071018223009.GA3330@supernova
1 On 13:08 Thu 18 Oct , Denis Dupeyron (calchan) wrote:
2 > 1.1 net-print/hplip/hplip-2.7.9-r1.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild?rev=1.1&content-type=text/plain
6
7 > pkg_setup() {
8 > if ! use ppds ; then
9 > ewarn "Not installing built-in PPD files, which is probably not what you want."
10 > ewarn "You need USE=ppds if you want to install them."
11 > fi
12 > if use minimal ; then
13 > ewarn "Installing hpijs driver only, make sure you know what you are doing."
14
15 If this is probably not what you want, is it ever what you want?
16
17 > [ -e /etc/sane.d/dll.conf ] && cp /etc/sane.d/dll.conf .
18 > [ -e "${ROOT}"/etc/sane.d/dll.conf ] && cp "${ROOT}"/etc/sane.d/dll.conf .
19
20 I'm a bit confused about why you need the first of these lines.
21
22 Thanks,
23 Donnie
24 --
25 gentoo-dev@g.o mailing list