Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-3.11.12.ebuild
Date: Wed, 11 Jan 2012 19:21:51
Message-Id: 20120111192140.6D1272004B@flycatcher.gentoo.org
1 billie 12/01/11 19:21:40
2
3 Modified: ChangeLog hplip-3.11.12.ebuild
4 Log:
5 Fix bug #397493. Thanks to Hanno Meyer-Thurow (geki) for the report.
6
7 (Portage version: 2.1.10.41/cvs/Linux i686)
8
9 Revision Changes Path
10 1.206 net-print/hplip/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.206&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.206&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.205&r2=1.206
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
19 retrieving revision 1.205
20 retrieving revision 1.206
21 diff -u -r1.205 -r1.206
22 --- ChangeLog 18 Dec 2011 10:52:55 -0000 1.205
23 +++ ChangeLog 11 Jan 2012 19:21:40 -0000 1.206
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-print/hplip
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.205 2011/12/18 10:52:55 billie Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.206 2012/01/11 19:21:40 billie Exp $
30 +
31 + 11 Jan 2012; Daniel Pielmeier <billie@g.o> hplip-3.11.12.ebuild:
32 + Fix bug #397493. Thanks to Hanno Meyer-Thurow (geki) for the report.
33
34 *hplip-3.11.12 (18 Dec 2011)
35
36
37
38
39 1.2 net-print/hplip/hplip-3.11.12.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild?r1=1.1&r2=1.2
44
45 Index: hplip-3.11.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- hplip-3.11.12.ebuild 18 Dec 2011 10:52:55 -0000 1.1
52 +++ hplip-3.11.12.ebuild 11 Jan 2012 19:21:40 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild,v 1.1 2011/12/18 10:52:55 billie Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.11.12.ebuild,v 1.2 2012/01/11 19:21:40 billie Exp $
59
60 EAPI=4
61
62 @@ -98,7 +98,7 @@
63 }
64
65 src_prepare() {
66 - python_convert_shebangs -q -r 2 .
67 + use !minimal && python_convert_shebangs -q -r 2 .
68
69 # Fix for Gentoo bug #345725
70 sed -i -e "s|/etc/udev/rules.d|/lib/udev/rules.d|" \