Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/cups: cups-1.6_beta1.ebuild ChangeLog cups-1.5.3.ebuild cups-9999.ebuild cups-1.5.2-r21.ebuild
Date: Thu, 07 Jun 2012 19:43:08
Message-Id: 20120607194252.567942004B@flycatcher.gentoo.org
1 dilfridge 12/06/07 19:42:52
2
3 Modified: cups-1.6_beta1.ebuild ChangeLog cups-1.5.3.ebuild
4 cups-9999.ebuild
5 Removed: cups-1.5.2-r21.ebuild
6 Log:
7 Fix bashism in install-sh, bug 419735
8
9 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 net-print/cups/cups-1.6_beta1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.6_beta1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.6_beta1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.6_beta1.ebuild?r1=1.2&r2=1.3
17
18 Index: cups-1.6_beta1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6_beta1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- cups-1.6_beta1.ebuild 2 Jun 2012 19:49:55 -0000 1.2
25 +++ cups-1.6_beta1.ebuild 7 Jun 2012 19:42:52 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6_beta1.ebuild,v 1.2 2012/06/02 19:49:55 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6_beta1.ebuild,v 1.3 2012/06/07 19:42:52 dilfridge Exp $
31
32 EAPI=4
33
34 @@ -198,6 +198,9 @@
35 }
36
37 src_install() {
38 + # Fix install-sh, posix sh does not have 'function'.
39 + sed 's#function gzipcp#gzipcp()#g' -i "${S}/install-sh"
40 +
41 emake BUILDROOT="${D}" install
42 dodoc {CHANGES,CREDITS,README}.txt
43
44
45
46
47 1.490 net-print/cups/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.490&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.490&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?r1=1.489&r2=1.490
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v
56 retrieving revision 1.489
57 retrieving revision 1.490
58 diff -u -r1.489 -r1.490
59 --- ChangeLog 5 Jun 2012 23:23:54 -0000 1.489
60 +++ ChangeLog 7 Jun 2012 19:42:52 -0000 1.490
61 @@ -1,6 +1,11 @@
62 # ChangeLog for net-print/cups
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.489 2012/06/05 23:23:54 blueness Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.490 2012/06/07 19:42:52 dilfridge Exp $
66 +
67 + 07 Jun 2012; Andreas K. Huettel <dilfridge@g.o>
68 + -cups-1.5.2-r21.ebuild, cups-1.5.3.ebuild, cups-1.6_beta1.ebuild,
69 + cups-9999.ebuild:
70 + Fix bashism in install-sh, bug 419735
71
72 05 Jun 2012; Anthony G. Basile <blueness@g.o> cups-1.5.3.ebuild:
73 Keyword ~mips, bug #401067
74
75
76
77 1.3 net-print/cups/cups-1.5.3.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.5.3.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.5.3.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.5.3.ebuild?r1=1.2&r2=1.3
82
83 Index: cups-1.5.3.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.5.3.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- cups-1.5.3.ebuild 5 Jun 2012 23:23:54 -0000 1.2
90 +++ cups-1.5.3.ebuild 7 Jun 2012 19:42:52 -0000 1.3
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2012 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.5.3.ebuild,v 1.2 2012/06/05 23:23:54 blueness Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.5.3.ebuild,v 1.3 2012/06/07 19:42:52 dilfridge Exp $
96
97 EAPI=4
98
99 @@ -224,6 +224,9 @@
100 }
101
102 src_install() {
103 + # Fix install-sh, posix sh does not have 'function'.
104 + sed 's#function gzipcp#gzipcp()#g' -i "${S}/install-sh"
105 +
106 emake BUILDROOT="${D}" install
107 dodoc {CHANGES,CREDITS,README}.txt
108
109
110
111
112 1.11 net-print/cups/cups-9999.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?rev=1.11&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?rev=1.11&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?r1=1.10&r2=1.11
117
118 Index: cups-9999.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v
121 retrieving revision 1.10
122 retrieving revision 1.11
123 diff -u -r1.10 -r1.11
124 --- cups-9999.ebuild 2 Jun 2012 19:49:55 -0000 1.10
125 +++ cups-9999.ebuild 7 Jun 2012 19:42:52 -0000 1.11
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2012 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.10 2012/06/02 19:49:55 dilfridge Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.11 2012/06/07 19:42:52 dilfridge Exp $
131
132 EAPI=4
133
134 @@ -198,6 +198,9 @@
135 }
136
137 src_install() {
138 + # Fix install-sh, posix sh does not have 'function'.
139 + sed 's#function gzipcp#gzipcp()#g' -i "${S}/install-sh"
140 +
141 emake BUILDROOT="${D}" install
142 dodoc {CHANGES,CREDITS,README}.txt