summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-04-05 15:13:03 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-04-05 15:13:03 +0000
commit14e37be84399db70236cc4377ddbb66265ff3838 (patch)
tree2554d1918509c8c2de54d0529955c84649b5b708 /net-print
parentFix dependencies so that it doesn't fail in non-interactive builds. Thanks to... (diff)
downloadhistorical-14e37be84399db70236cc4377ddbb66265ff3838.tar.gz
historical-14e37be84399db70236cc4377ddbb66265ff3838.tar.bz2
historical-14e37be84399db70236cc4377ddbb66265ff3838.zip
Attempting to fix bug 126256 - hplip-0.9.9 does not work with foomatic/hpijs drivers and cups. Thanks to Peter Hjalmarsson <xake at telia dot com> for his suggestion.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-print')
-rw-r--r--net-print/hplip/ChangeLog8
-rw-r--r--net-print/hplip/Manifest6
-rw-r--r--net-print/hplip/hplip-0.9.10.ebuild4
-rw-r--r--net-print/hplip/hplip-0.9.9.ebuild4
4 files changed, 14 insertions, 8 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index 2c9ff1a20289..bb15c372f678 100644
--- a/net-print/hplip/ChangeLog
+++ b/net-print/hplip/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-print/hplip
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.27 2006/04/01 17:35:14 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.28 2006/04/05 15:13:02 vanquirius Exp $
+
+ 05 Apr 2006; Marcelo Goes <vanquirius@gentoo.org> hplip-0.9.9.ebuild,
+ hplip-0.9.10.ebuild:
+ Attempting to fix bug 126256 - hplip-0.9.9 does not work with foomatic/hpijs
+ drivers and cups. Thanks to Peter Hjalmarsson <xake at telia dot com> for
+ his suggestion.
*hplip-0.9.10 (01 Apr 2006)
diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 4ea27f81cd85..873d6bb3d871 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,11 +1,11 @@
-MD5 c30d9fdd50fb919ac9e850aefbfa57d4 ChangeLog 4470
+MD5 393dffdfe0ebe31ce2485557fd03407a ChangeLog 4739
MD5 5d654b351748ab2138472434033a7127 files/digest-hplip-0.9.10 146
MD5 68a5b9bc1ecb54c47e0aec2ea66b457a files/digest-hplip-0.9.7-r3 208
MD5 7bd172767b3400cad05526d58630944b files/digest-hplip-0.9.8-r2 762
MD5 01f28409596071bcd91355ee676d714d files/digest-hplip-0.9.9 145
MD5 dcda3bf144b5f2cd4bebd1719383dd31 files/hplip.init.d 948
-MD5 02e2b6955079b34cde558532e6b2c7b4 hplip-0.9.10.ebuild 3235
+MD5 24242fa52cd916b83c78b79bd0d271d0 hplip-0.9.10.ebuild 3241
MD5 ada96505e109f3bb23c67a405b63bb48 hplip-0.9.7-r3.ebuild 3334
MD5 e37b7329ad4b862f147bb9861106d2ef hplip-0.9.8-r2.ebuild 3328
-MD5 c77ea50da50ed890239c49b3c71b3ef8 hplip-0.9.9.ebuild 3234
+MD5 c220397ba7c4ce4571faa50c301dccd3 hplip-0.9.9.ebuild 3240
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
diff --git a/net-print/hplip/hplip-0.9.10.ebuild b/net-print/hplip/hplip-0.9.10.ebuild
index b76fc3985320..84a56198c48f 100644
--- a/net-print/hplip/hplip-0.9.10.ebuild
+++ b/net-print/hplip/hplip-0.9.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.10.ebuild,v 1.1 2006/04/01 17:33:45 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.10.ebuild,v 1.2 2006/04/05 15:13:03 vanquirius Exp $
inherit eutils
@@ -93,7 +93,7 @@ src_install() {
if use ppds; then
dodir /usr/share
- mv "${S}"/prnt/hpijs/ppd "${D}"/usr/share
+ mv "${S}"/prnt/hpijs/ppd/* "${D}"/usr/share/ppd
fi
if use cups && use ppds ; then
diff --git a/net-print/hplip/hplip-0.9.9.ebuild b/net-print/hplip/hplip-0.9.9.ebuild
index f9588fedd63f..3eab53428e09 100644
--- a/net-print/hplip/hplip-0.9.9.ebuild
+++ b/net-print/hplip/hplip-0.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.9.ebuild,v 1.2 2006/04/01 17:33:45 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.9.ebuild,v 1.3 2006/04/05 15:13:03 vanquirius Exp $
inherit eutils
@@ -93,7 +93,7 @@ src_install() {
if use ppds; then
dodir /usr/share
- mv "${S}"/prnt/hpijs/ppd "${D}"/usr/share
+ mv "${S}"/prnt/hpijs/ppd/* "${D}"/usr/share/ppd
fi
if use cups && use ppds ; then