diff options
Diffstat (limited to 'net-print/hpijs')
-rw-r--r-- | net-print/hpijs/hpijs-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hpijs/hpijs-1.0.4.ebuild b/net-print/hpijs/hpijs-1.0.4.ebuild index d91ededb0fe7..a1233d5dc9c6 100644 --- a/net-print/hpijs/hpijs-1.0.4.ebuild +++ b/net-print/hpijs/hpijs-1.0.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Steve Flack <steve_flack@ntlworld.com> -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.0.4.ebuild,v 1.1 2002/04/10 19:26:09 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.0.4.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ # Though this program runs on it's own it makes no sense to run it without ghostscript S=${WORKDIR}/${P} DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers" HOMEPAGE="http://hpinkjet.sourceforge.net" -SRC_URI="http://prdownloads.sourceforge.net/hpinkjet/${P}.tar.gz" +SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz" DEPEND="virtual/glibc" RDEPEND="${DEPEND} app-text/ghostscript" |