diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-06-21 06:38:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-06-21 06:38:26 +0000 |
commit | 84aea8adaa16edd2b677e20145a73151c3900e41 (patch) | |
tree | da785aaad0c7ade1ade39c9ad806c2f115a6f047 /net-print/hpoj | |
parent | ~ppc -> ppc in 0.3. Version bump to 0.4 and masked all archs as unstable. (diff) | |
download | gentoo-2-84aea8adaa16edd2b677e20145a73151c3900e41.tar.gz gentoo-2-84aea8adaa16edd2b677e20145a73151c3900e41.tar.bz2 gentoo-2-84aea8adaa16edd2b677e20145a73151c3900e41.zip |
stop the creation of /dosym (bug 23208); only try to install xojpanel if built
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hpoj/Manifest | 8 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.90.ebuild | 10 |
3 files changed, 13 insertions, 10 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog index 72853c4fddba..c0a4ee04edad 100644 --- a/net-print/hpoj/ChangeLog +++ b/net-print/hpoj/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-print/hpoj # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.1 2003/05/29 19:13:47 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.2 2003/06/21 06:38:21 msterret Exp $ + 20 Jun 2003; <msterret@gentoo.org> hpoj-0.90.ebuild: + stop the creation of /dosym (bug 23208) + only try to install xojpanel if built *hpoj-0.90 (25 Apr 2003) 25 Apr 2003; Thomas Raschbacher <lordvan@gentoo.org> hpoj-0.90.ebuild diff --git a/net-print/hpoj/Manifest b/net-print/hpoj/Manifest index 986a2c10adb5..77820268b2f8 100644 --- a/net-print/hpoj/Manifest +++ b/net-print/hpoj/Manifest @@ -1,5 +1,5 @@ -MD5 c662c9ff7d419777cf311f40e24b4537 hpoj-0.90.ebuild 2788 -MD5 7bd1cff5c2a75aadd3822f320c049e17 ChangeLog 341 -MD5 ea087eb849513831b112071ca1a71029 files/mlcd_make.patch 292 -MD5 e56953b799bb0ac5fa2e9cc49c885de2 files/ExMgr.cpp_patch 328 +MD5 8418c74c513841d527fd5746fe371b65 hpoj-0.90.ebuild 2798 +MD5 7c99716d56de7c76430607384b166e99 ChangeLog 479 MD5 c5cedb38ee0632e6d0ca973da68e6a5f files/digest-hpoj-0.90 58 +MD5 e56953b799bb0ac5fa2e9cc49c885de2 files/ExMgr.cpp_patch 328 +MD5 ea087eb849513831b112071ca1a71029 files/mlcd_make.patch 292 diff --git a/net-print/hpoj/hpoj-0.90.ebuild b/net-print/hpoj/hpoj-0.90.ebuild index 098f2c35d4c2..2aa1a078641b 100644 --- a/net-print/hpoj/hpoj-0.90.ebuild +++ b/net-print/hpoj/hpoj-0.90.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.ebuild,v 1.1 2003/04/25 05:30:24 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90.ebuild,v 1.2 2003/06/21 06:38:21 msterret Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -53,8 +53,9 @@ src_install() { dohtml *html cd .. dodoc COPYING LICENSE LICENSE.OpenSSL README - dobin apps/xojpanel/xojpanel - insinto /usr/include + use qt && \ + dobin apps/xojpanel/xojpanel \ + insinto /usr/include doins include/hpojip.h include/ptal.h cd lib dolib.so hpojip/libhpojip.so* @@ -63,7 +64,6 @@ src_install() { insinto /usr/lib/sane doins sane/libsane-hpoj.so* dodir /usr/lib/ghostscript/filt \ - dosym \ /usr/lib/ghostscript/filt/bjc600 \ /usr/lib/ghostscript/filt/bjc600.1 \ /usr/lib/ghostscript/filt/bjc600.16 \ @@ -90,4 +90,4 @@ pkg_postinst() { einfo "You might want to emerge net-print/hpijs too for better quality" einfo "or app-admin/mtools for photo-card support." echo -}
\ No newline at end of file +} |