diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-27 17:33:46 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-27 17:33:46 +0000 |
commit | 82b52107f539c231104594102525a48813d42242 (patch) | |
tree | e4644c23342dcb9428a17677b6b1aa6184a6971e /net-print/hpoj | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-82b52107f539c231104594102525a48813d42242.tar.gz gentoo-2-82b52107f539c231104594102525a48813d42242.tar.bz2 gentoo-2-82b52107f539c231104594102525a48813d42242.zip |
add dep to hotplug if usb in use; fix hotplug dep in init script
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hpoj/files/hpoj.init | 2 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r2.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog index b8d583d91d0f..c70dcb75b025 100644 --- a/net-print/hpoj/ChangeLog +++ b/net-print/hpoj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hpoj # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.13 2004/03/02 13:46:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.14 2004/03/27 17:33:46 lanius Exp $ + + 27 Mar 2004; Heinrich Wendel <lanius@gentoo.org> hpoj-0.91-r2.ebuild, + files/hpoj.init: + add dep to hotplug if usb in use; fix hotplug dep in init script 02 Mar 2004; Heinrich Wendel <lanius@gentoo.org> hpoj-0.91-r2.ebuild: stable on x86 diff --git a/net-print/hpoj/files/hpoj.init b/net-print/hpoj/files/hpoj.init index 783308cc9f92..925e955d75f7 100644 --- a/net-print/hpoj/files/hpoj.init +++ b/net-print/hpoj/files/hpoj.init @@ -1,7 +1,7 @@ #!/sbin/runscript depend() { before cupsd - use hotplug + after hotplug } start() { diff --git a/net-print/hpoj/hpoj-0.91-r2.ebuild b/net-print/hpoj/hpoj-0.91-r2.ebuild index e5e426433928..230191ec791b 100644 --- a/net-print/hpoj/hpoj-0.91-r2.ebuild +++ b/net-print/hpoj/hpoj-0.91-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.3 2004/03/09 06:51:03 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.4 2004/03/27 17:33:46 lanius Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND="qt? ( >=x11-libs/qt-3.1.0-r1 ) scanner? ( || ( X? ( >=media-gfx/xsane-0.89 ) >=media-gfx/sane-frontends-1.0.9 ) ) snmp? ( virtual/snmp ) cups? ( >=net-print/cups-1.1.18-r2 ) - usb? ( dev-libs/libusb )" + usb? ( dev-libs/libusb sys-apps/hotplug )" src_compile() { epatch ${FILESDIR}/udev.patch |