diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-09-29 20:31:09 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-09-29 20:31:09 +0000 |
commit | 9bcc94ea49f404e9c7807c36ada4b07b92126d74 (patch) | |
tree | 51c684d8d005238a973717ec6448229340522100 /net-print | |
parent | Version bump. (diff) | |
download | gentoo-2-9bcc94ea49f404e9c7807c36ada4b07b92126d74.tar.gz gentoo-2-9bcc94ea49f404e9c7807c36ada4b07b92126d74.tar.bz2 gentoo-2-9bcc94ea49f404e9c7807c36ada4b07b92126d74.zip |
Fixed bug #194052, thanks to Dmitri Pogosian. Removed fix for bug #161926 which isn't necessary anymore.
(Portage version: 2.1.3.11)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/hplip/files/digest-hplip-2.7.7-r3 (renamed from net-print/hplip/files/digest-hplip-2.7.7-r2) | 0 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.7.7-r3.ebuild (renamed from net-print/hplip/hplip-2.7.7-r2.ebuild) | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index d169cea94c45..5426f2c21887 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-print/hplip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.75 2007/09/20 08:25:31 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.76 2007/09/29 20:31:08 calchan Exp $ + +*hplip-2.7.7-r3 (29 Sep 2007) + + 29 Sep 2007; Denis Dupeyron <calchan@gentoo.org> -hplip-2.7.7-r2.ebuild, + +hplip-2.7.7-r3.ebuild: + Fixed bug #194052, thanks to Dmitri Pogosian. Removed fix for bug #161926 + which isn't necessary anymore. 20 Sep 2007; Denis Dupeyron <calchan@gentoo.org> -hplip-2.7.6.ebuild, -hplip-2.7.7.ebuild: diff --git a/net-print/hplip/files/digest-hplip-2.7.7-r2 b/net-print/hplip/files/digest-hplip-2.7.7-r3 index 3dbaf8aeb6e1..3dbaf8aeb6e1 100644 --- a/net-print/hplip/files/digest-hplip-2.7.7-r2 +++ b/net-print/hplip/files/digest-hplip-2.7.7-r3 diff --git a/net-print/hplip/hplip-2.7.7-r2.ebuild b/net-print/hplip/hplip-2.7.7-r3.ebuild index 434e47f3798f..f7c4465e2a7b 100644 --- a/net-print/hplip/hplip-2.7.7-r2.ebuild +++ b/net-print/hplip/hplip-2.7.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.7-r2.ebuild,v 1.1 2007/08/22 13:35:39 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.7-r3.ebuild,v 1.1 2007/09/29 20:31:08 calchan Exp $ inherit eutils linux-info @@ -53,7 +53,6 @@ src_unpack() { unpack ${A} cd "${S}" - sed -i -e "s:toolbox:toolbox.py:" hplip.desktop.in || die "Patching hplip.desktop.in failed" sed -i -e "s:\$(doc_DATA)::" Makefile.in || die "Patching Makefile.in failed" sed -i -e "s/'skipstone']/'skipstone', 'epiphany']/" \ -e "s/'skipstone': ''}/'skipstone': '', 'epiphany': '--new-window'}/" \ @@ -62,9 +61,6 @@ src_unpack() { # bug 98428 sed -i -e "s:/usr/bin/env python:/usr/bin/python:g" hpssd.py || die "Patching hpssd.py failed" - # bug 161926, until fixed by upstream probably in 2.7.7 - sed -i -e "s:if (!localOnly):if (1):" scan/sane/hpaio.c || die "Patching scan/sane/hpaio.c failed" - # Force recognition of Gentoo distro by hp-check sed -i \ -e "s:file('/etc/issue', 'r').read():'Gentoo':" \ |