Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10319 - hpijs 1.3 ebuild
Summary: hpijs 1.3 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 02:27 UTC by Juerd
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juerd 2002-11-06 02:27:56 UTC
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 () {
Comment 1 Donny Davies (RETIRED) gentoo-dev 2002-11-12 23:17:29 UTC
thanks a bunch.