diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-04 15:17:36 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-04 15:17:36 +0000 |
commit | cd7f0f457d666a9b48175a0a9a72cc81369dc4b1 (patch) | |
tree | 0a2bff7efe365a10d6cb54f45570e91f8da1980c /net-print/hplip/hplip-0.9.7.ebuild | |
parent | Fix GStreamer dependencies (diff) | |
download | gentoo-2-cd7f0f457d666a9b48175a0a9a72cc81369dc4b1.tar.gz gentoo-2-cd7f0f457d666a9b48175a0a9a72cc81369dc4b1.tar.bz2 gentoo-2-cd7f0f457d666a9b48175a0a9a72cc81369dc4b1.zip |
Use mirrors to host foomatic-db-hpijs tarball. This should fix bug 114033
(Portage version: 2.0.53)
Diffstat (limited to 'net-print/hplip/hplip-0.9.7.ebuild')
-rw-r--r-- | net-print/hplip/hplip-0.9.7.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-0.9.7.ebuild b/net-print/hplip/hplip-0.9.7.ebuild index b1b0842b6a91..ba775cfd46d7 100644 --- a/net-print/hplip/hplip-0.9.7.ebuild +++ b/net-print/hplip/hplip-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.7.ebuild,v 1.1 2005/11/26 16:56:51 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.7.ebuild,v 1.2 2005/12/04 15:17:36 vanquirius Exp $ inherit eutils @@ -8,7 +8,10 @@ DB_V=1.5-20051126 DESCRIPTION="HP Linux Imaging and Printing System. Includes net-print/hpijs, scanner drivers and service tools." HOMEPAGE="http://hpinkjet.sourceforge.net/" SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz - foomaticdb? ( http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-${DB_V}.tar.gz )" + foomaticdb? ( mirror://gentoo/foomatic-db-hpijs-${DB_V}.tar.gz + http://dev.gentoo.org/~vanquirius/files/foomatic-db-hpijs-${DB_V}.tar.gz )" + #http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-${DB_V}.tar.gz + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |