diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 15:00:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 15:00:59 +0000 |
commit | 50706486039ced9248e479c535a6993aa855d518 (patch) | |
tree | 9d6d46038871f13cd3a2361ea28a524c8338bdb5 /net-print | |
parent | Adding phpa_cache_admin to be installed. Closes #32331. (diff) | |
download | gentoo-2-50706486039ced9248e479c535a6993aa855d518.tar.gz gentoo-2-50706486039ced9248e479c535a6993aa855d518.tar.bz2 gentoo-2-50706486039ced9248e479c535a6993aa855d518.zip |
fix
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hpijs/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hpijs/Manifest | 6 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.4.1.ebuild | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-print/hpijs/ChangeLog b/net-print/hpijs/ChangeLog index 275403086036..9b7de6f78d05 100644 --- a/net-print/hpijs/ChangeLog +++ b/net-print/hpijs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hpijs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.14 2003/10/17 12:49:35 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.15 2003/10/30 15:00:54 lanius Exp $ + + 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> hpijs-1.4.1.ebuild: + bug #32097 17 Oct 2003; Heinrich Wendel <lanius@gentoo.org> hpijs-1.2.2-r1.ebuild, hpijs-1.2.2.ebuild, hpijs-1.3.1.ebuild, hpijs-1.3.ebuild: diff --git a/net-print/hpijs/Manifest b/net-print/hpijs/Manifest index e4a499722e9b..1f361fe893a4 100644 --- a/net-print/hpijs/Manifest +++ b/net-print/hpijs/Manifest @@ -1,5 +1,5 @@ -MD5 ebabc6bc17b3684c59a916d4082899c9 ChangeLog 1786 -MD5 543ab0bbed0d791a3f488f9c9e5b63fa hpijs-1.4.1.ebuild 2016 +MD5 1b78c9755845c50ea5367d850d01ffda hpijs-1.4.1.ebuild 2067 +MD5 35fc8ec0c3bbed46592cec224b9c0ada ChangeLog 1871 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 9eb7c84d396d9a290a23086489dc1a2c files/digest-hpijs-1.4.1 137 MD5 153b11771cdc5889cbe726925c862292 files/hpijs-1.4.1-rss.1.patch 6182 +MD5 9eb7c84d396d9a290a23086489dc1a2c files/digest-hpijs-1.4.1 137 diff --git a/net-print/hpijs/hpijs-1.4.1.ebuild b/net-print/hpijs/hpijs-1.4.1.ebuild index a43dbdc64dc6..2a540332c7ea 100644 --- a/net-print/hpijs/hpijs-1.4.1.ebuild +++ b/net-print/hpijs/hpijs-1.4.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.4.1.ebuild,v 1.5 2003/09/26 12:26:28 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.4.1.ebuild,v 1.6 2003/10/30 15:00:54 lanius Exp $ + +inherit gnuconfig DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers and some LaserJets" HOMEPAGE="http://hpinkjet.sourceforge.net" @@ -16,6 +18,8 @@ SLOT="0" IUSE="cups foomaticdb ppds" src_compile () { + use amd64 && gnuconfig_update + use ppds \ && myconf="--enable-foomatic-install" \ || myconf="--disable-foomatic-install" |