summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-09-08 08:40:10 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-09-08 08:40:10 +0000
commit47ad6ec6410db808cab87614cf33f47c49ed4060 (patch)
tree01a7b0dcd08f6e3b35eb3fac17fef0229ef8120f /net-print/hpoj
parentmark db-4.0 as stable on x86, and put it into testing on all other arches (diff)
downloadgentoo-2-47ad6ec6410db808cab87614cf33f47c49ed4060.tar.gz
gentoo-2-47ad6ec6410db808cab87614cf33f47c49ed4060.tar.bz2
gentoo-2-47ad6ec6410db808cab87614cf33f47c49ed4060.zip
repoman fixes
Diffstat (limited to 'net-print/hpoj')
-rw-r--r--net-print/hpoj/Manifest6
-rw-r--r--net-print/hpoj/hpoj-0.90-r1.ebuild24
2 files changed, 15 insertions, 15 deletions
diff --git a/net-print/hpoj/Manifest b/net-print/hpoj/Manifest
index 07794c84fc06..dfc546edefe6 100644
--- a/net-print/hpoj/Manifest
+++ b/net-print/hpoj/Manifest
@@ -1,7 +1,7 @@
-MD5 eb835bf7088bac052dc98757f720e4a8 ChangeLog 951
-MD5 03566b49c3905f00dea66280a844b859 hpoj-0.90-r1.ebuild 2926
+MD5 91bc8f15824554fb92bd30b504d6543a ChangeLog 952
+MD5 2dd755317641e5ecd2088bbbc6dd7d7b hpoj-0.90-r1.ebuild 2889
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
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
+MD5 ea087eb849513831b112071ca1a71029 files/mlcd_make.patch 292
diff --git a/net-print/hpoj/hpoj-0.90-r1.ebuild b/net-print/hpoj/hpoj-0.90-r1.ebuild
index 41ccb50e0183..b1b47f62e930 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-2003 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.5 2003/09/08 07:07:22 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90-r1.ebuild,v 1.6 2003/09/08 08:36:15 lanius Exp $
DESCRIPTION="HP OfficeJet Linux driver"
HOMEPAGE="http://hpoj.sourceforge.net/"
@@ -17,34 +17,34 @@ DEPEND="qt? ( >=x11-libs/qt-3.1.0-r1 )
snmp? ( >=net-analyzer/ucd-snmp-4.2.6 )
cups? ( >=net-print/cups-1.1.18-r2 )
usb? ( dev-libs/libusb )
- >=net-print/hpijs-1.3.1"
+ >=net-print/hpijs-1.3.1"
RDEPEND=""
S=${WORKDIR}/${P}
src_compile() {
- local myconf
- use snmp \
+ local myconf
+ use snmp \
&& myconf="${myconf} --with-snmp=/usr" \
|| myconf="${myconf} --without-snmp"
- use cups \
+ use cups \
&& myconf="${myconf} --with-cups-backend=/usr" \
|| myconf="${myconf} --without-cups"
- # xojpanel
- use qt \
+ # xojpanel
+ use qt \
&& myconf="${myconf} --with-qt=/usr/qt/3" \
|| myconf="${myconf} --without-qt"
- use scanner \
+ use scanner \
&& myconf="${myconf} --with-sane-packend=/usr" \
|| myconf="${myconf} --without-sane"
- econf ${myconf}
-# patch -p0 ${S}/mlcd/Makefile < ${FILESDIR}/mlcd_make.patch
+ 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"
+ make || die "compilation failed"
}
## after cups
src_install() {
@@ -91,7 +91,7 @@ src_install() {
pkg_postinst() {
echo
einfo "You might want to emerge app-admin/mtools for photo-card support."
- echo
+ echo
einfo "Before starting hpoj you have to set it up with 'ptal-init setup'"
echo
}