Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-2.7.9-r1.ebuild hplip-1.7.4a-r2.ebuild
Date: Tue, 23 Oct 2007 08:15:43
Message-Id: E1IkEvI-0002o0-LQ@stork.gentoo.org
1 calchan 07/10/23 08:15:36
2
3 Modified: ChangeLog hplip-2.7.9-r1.ebuild
4 hplip-1.7.4a-r2.ebuild
5 Log:
6 Fixed bug #196743, thanks to Renato Alves.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.85 net-print/hplip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/ChangeLog?rev=1.85&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/ChangeLog?rev=1.85&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/ChangeLog?r1=1.84&r2=1.85
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
19 retrieving revision 1.84
20 retrieving revision 1.85
21 diff -u -r1.84 -r1.85
22 --- ChangeLog 21 Oct 2007 21:33:22 -0000 1.84
23 +++ ChangeLog 23 Oct 2007 08:15:36 -0000 1.85
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-print/hplip
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.84 2007/10/21 21:33:22 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.85 2007/10/23 08:15:36 calchan Exp $
29 +
30 + 23 Oct 2007; Denis Dupeyron <calchan@g.o> hplip-1.7.4a-r2.ebuild,
31 + hplip-2.7.9-r1.ebuild:
32 + Fixed bug #196743, thanks to Renato Alves.
33
34 21 Oct 2007; Denis Dupeyron <calchan@g.o> -hplip-1.7.4a-r1.ebuild:
35 Removed useless ebuild after stabilization due to bug #195565.
36
37
38
39 1.2 net-print/hplip/hplip-2.7.9-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: hplip-2.7.9-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- hplip-2.7.9-r1.ebuild 18 Oct 2007 13:08:21 -0000 1.1
52 +++ hplip-2.7.9-r1.ebuild 23 Oct 2007 08:15:36 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild,v 1.1 2007/10/18 13:08:21 calchan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.7.9-r1.ebuild,v 1.2 2007/10/23 08:15:36 calchan Exp $
58
59 inherit eutils linux-info
60
61 @@ -109,8 +109,8 @@
62 insinto /etc/sane.d
63 [ -e /etc/sane.d/dll.conf ] && cp /etc/sane.d/dll.conf .
64 [ -e "${ROOT}"/etc/sane.d/dll.conf ] && cp "${ROOT}"/etc/sane.d/dll.conf .
65 - grep -q hpaio dll.conf || echo hpaio >> dll.conf
66 - doins dll.conf
67 + grep -q hpaio dll.conf || echo hpaio >> "${T}"/dll.conf
68 + doins "${T}"/dll.conf
69 fi
70 }
71
72
73
74
75 1.5 net-print/hplip/hplip-1.7.4a-r2.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-1.7.4a-r2.ebuild?rev=1.5&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-1.7.4a-r2.ebuild?rev=1.5&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-1.7.4a-r2.ebuild?r1=1.4&r2=1.5
80
81 Index: hplip-1.7.4a-r2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.7.4a-r2.ebuild,v
84 retrieving revision 1.4
85 retrieving revision 1.5
86 diff -u -r1.4 -r1.5
87 --- hplip-1.7.4a-r2.ebuild 21 Oct 2007 20:28:01 -0000 1.4
88 +++ hplip-1.7.4a-r2.ebuild 23 Oct 2007 08:15:36 -0000 1.5
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2007 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.7.4a-r2.ebuild,v 1.4 2007/10/21 20:28:01 beandog Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.7.4a-r2.ebuild,v 1.5 2007/10/23 08:15:36 calchan Exp $
94
95 inherit eutils
96
97 @@ -126,8 +126,8 @@
98 insinto /etc/sane.d
99 [ -e /etc/sane.d/dll.conf ] && cp /etc/sane.d/dll.conf .
100 [ -e "${ROOT}"/etc/sane.d/dll.conf ] && cp "${ROOT}"/etc/sane.d/dll.conf .
101 - grep -q hpaio dll.conf || echo hpaio >> dll.conf
102 - doins dll.conf
103 + grep -q hpaio dll.conf || echo hpaio >> "${T}"/dll.conf
104 + doins "${T}"/dll.conf
105 fi
106 }
107
108
109
110
111 --
112 gentoo-commits@g.o mailing list