diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:18:12 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:18:12 +0000 |
commit | e0a469bef839cd2d6a20678483b50e2e7f452a55 (patch) | |
tree | e003be58b7f60ff16c2013608da9b166512420ed /net-print/hpoj | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.tar.gz gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.tar.bz2 gentoo-2-e0a469bef839cd2d6a20678483b50e2e7f452a55.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/Manifest | 4 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.90-r1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-print/hpoj/Manifest b/net-print/hpoj/Manifest index d57b28b6635c..f0c1c295ccc2 100644 --- a/net-print/hpoj/Manifest +++ b/net-print/hpoj/Manifest @@ -1,7 +1,7 @@ MD5 eb835bf7088bac052dc98757f720e4a8 ChangeLog 951 -MD5 ff77fc8af57c7dc6029762e45c891324 hpoj-0.90-r1.ebuild 2926 +MD5 3f9ceed11a17877b38ac3aae5fcc6e70 hpoj-0.90-r1.ebuild 2926 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 dc8b953d80ad954d0016f88452864fa5 files/hpoj.init 195 MD5 e56953b799bb0ac5fa2e9cc49c885de2 files/ExMgr.cpp_patch 328 MD5 ea087eb849513831b112071ca1a71029 files/mlcd_make.patch 292 MD5 c5cedb38ee0632e6d0ca973da68e6a5f files/digest-hpoj-0.90-r1 58 +MD5 dc8b953d80ad954d0016f88452864fa5 files/hpoj.init 195 diff --git a/net-print/hpoj/hpoj-0.90-r1.ebuild b/net-print/hpoj/hpoj-0.90-r1.ebuild index 12c08ef656cd..77e7feff99ee 100644 --- a/net-print/hpoj/hpoj-0.90-r1.ebuild +++ b/net-print/hpoj/hpoj-0.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90-r1.ebuild,v 1.3 2003/07/29 13:45:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90-r1.ebuild,v 1.4 2003/09/07 00:18:10 msterret Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -15,7 +15,7 @@ DEPEND="qt? ( >=x11-libs/qt-3.1.0-r1 ) scanner? ( >=media-gfx/sane-backends-1.0.9 ) scanner? ( || ( X? ( >=media-gfx/xsane-0.89 ) >=media-gfx/sane-frontends-1.0.9 ) ) snmp? ( >=net-analyzer/ucd-snmp-4.2.6 ) - cups? ( >=net-print/cups-1.1.18-r2 ) + cups? ( >=net-print/cups-1.1.18-r2 ) usb? ( dev-libs/libusb ) >=net-print/hpijs-1.3.1" RDEPEND="" @@ -41,7 +41,7 @@ src_compile() { && myconf="${myconf} --with-sane-packend=/usr" \ || myconf="${myconf} --without-sane" - econf ${myconf} + econf ${myconf} # patch -p0 ${S}/mlcd/Makefile < ${FILESDIR}/mlcd_make.patch # patch -p0 ${S}/mlcd/ExMgr.cpp < ${FILESDIR}/ExMgr.cpp_patch make || die "compilation failed" |