My HP930c printer didn't work with hpijs 1.2.2-r1: it printed the postscript file instead of what I wanted. With hpijs 1.3 however, it works just fine, even at the new 1200 dpi mode (the rss patch is no longer required). Here's the diff: --- hpijs-1.2.2-r1.ebuild 2002-10-25 15:40:04.000000000 +0200 +++ hpijs-1.3.ebuild 2002-11-06 09:22:02.000000000 +0100 @@ -4,14 +4,11 @@ # Though this program runs on it's own it makes no sense to run it without ghostscript -RSS_PATCH=${P}-rss.2.patch - S=${WORKDIR}/${P} DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers" HOMEPAGE="http://hpinkjet.sourceforge.net" KEYWORDS="~x86 ~ppc" -SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz - http://www.linuxprinting.org/download/printing/${PN}/${RSS_PATCH}" +SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz" DEPEND="virtual/glibc" RDEPEND="${DEPEND} app-text/ghostscript" LICENSE="as-is" @@ -19,7 +16,6 @@ src_unpack() { unpack ${P}.tar.gz ; cd ${S} - patch -p1 <${DISTDIR}/${RSS_PATCH} || die } src_compile () {
thanks a bunch.