Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mupdf: mupdf-9999.ebuild ChangeLog mupdf-0.9_p20120221.ebuild mupdf-0.9.ebuild mupdf-1.0_rc1.ebuild
Date: Sat, 07 Apr 2012 22:10:19
Message-Id: 20120407221006.6D0592004B@flycatcher.gentoo.org
1 xmw 12/04/07 22:10:06
2
3 Modified: mupdf-9999.ebuild ChangeLog
4 mupdf-0.9_p20120221.ebuild mupdf-0.9.ebuild
5 mupdf-1.0_rc1.ebuild
6 Log:
7 Fix libdir parameter to emake install (bug 411199, thanks Kevin Pyle).
8
9 (Portage version: 2.1.10.49/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.15 app-text/mupdf/mupdf-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild?rev=1.15&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild?rev=1.15&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild?r1=1.14&r2=1.15
17
18 Index: mupdf-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v
21 retrieving revision 1.14
22 retrieving revision 1.15
23 diff -u -r1.14 -r1.15
24 --- mupdf-9999.ebuild 7 Apr 2012 18:50:27 -0000 1.14
25 +++ mupdf-9999.ebuild 7 Apr 2012 22:10:06 -0000 1.15
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/app-text/mupdf/mupdf-9999.ebuild,v 1.14 2012/04/07 18:50:27 xmw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.15 2012/04/07 22:10:06 xmw Exp $
31
32 EAPI=4
33
34 @@ -41,7 +41,7 @@
35 }
36
37 src_install() {
38 - emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
39 + emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
40 build=debug verbose=true ${my_nox11} install
41
42 insinto /usr/include
43
44
45
46 1.34 app-text/mupdf/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?rev=1.34&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?rev=1.34&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?r1=1.33&r2=1.34
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v
55 retrieving revision 1.33
56 retrieving revision 1.34
57 diff -u -r1.33 -r1.34
58 --- ChangeLog 7 Apr 2012 18:50:27 -0000 1.33
59 +++ ChangeLog 7 Apr 2012 22:10:06 -0000 1.34
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-text/mupdf
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.33 2012/04/07 18:50:27 xmw Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.34 2012/04/07 22:10:06 xmw Exp $
65 +
66 + 07 Apr 2012; Michael Weber <xmw@g.o> mupdf-0.9.ebuild,
67 + mupdf-0.9_p20120221.ebuild, mupdf-1.0_rc1.ebuild, mupdf-9999.ebuild:
68 + Fix libdir parameter to emake install (bug 411199, thanks Kevin Pyle).
69
70 *mupdf-1.0_rc1 (07 Apr 2012)
71
72
73
74
75 1.5 app-text/mupdf/mupdf-0.9_p20120221.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild?rev=1.5&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild?rev=1.5&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild?r1=1.4&r2=1.5
80
81 Index: mupdf-0.9_p20120221.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild,v
84 retrieving revision 1.4
85 retrieving revision 1.5
86 diff -u -r1.4 -r1.5
87 --- mupdf-0.9_p20120221.ebuild 7 Apr 2012 18:15:30 -0000 1.4
88 +++ mupdf-0.9_p20120221.ebuild 7 Apr 2012 22:10:06 -0000 1.5
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild,v 1.4 2012/04/07 18:15:30 xmw Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild,v 1.5 2012/04/07 22:10:06 xmw Exp $
94
95 EAPI=4
96
97 @@ -45,7 +45,7 @@
98 }
99
100 src_install() {
101 - emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
102 + emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
103 build=debug verbose=true ${my_nox11} install
104
105 insinto /usr/include
106
107
108
109 1.7 app-text/mupdf/mupdf-0.9.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild?rev=1.7&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild?rev=1.7&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild?r1=1.6&r2=1.7
114
115 Index: mupdf-0.9.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild,v
118 retrieving revision 1.6
119 retrieving revision 1.7
120 diff -u -r1.6 -r1.7
121 --- mupdf-0.9.ebuild 7 Apr 2012 18:15:30 -0000 1.6
122 +++ mupdf-0.9.ebuild 7 Apr 2012 22:10:06 -0000 1.7
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2012 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild,v 1.6 2012/04/07 18:15:30 xmw Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild,v 1.7 2012/04/07 22:10:06 xmw Exp $
128
129 EAPI=4
130
131 @@ -42,7 +42,7 @@
132 }
133
134 src_install() {
135 - emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
136 + emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
137 build=debug verbose=true ${my_nox11} install
138
139 insinto /usr/$(get_libdir)/pkgconfig
140
141
142
143 1.2 app-text/mupdf/mupdf-1.0_rc1.ebuild
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild?rev=1.2&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild?rev=1.2&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild?r1=1.1&r2=1.2
148
149 Index: mupdf-1.0_rc1.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild,v
152 retrieving revision 1.1
153 retrieving revision 1.2
154 diff -u -r1.1 -r1.2
155 --- mupdf-1.0_rc1.ebuild 7 Apr 2012 18:50:27 -0000 1.1
156 +++ mupdf-1.0_rc1.ebuild 7 Apr 2012 22:10:06 -0000 1.2
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2012 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild,v 1.1 2012/04/07 18:50:27 xmw Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild,v 1.2 2012/04/07 22:10:06 xmw Exp $
162
163 EAPI=4
164
165 @@ -43,7 +43,7 @@
166 }
167
168 src_install() {
169 - emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
170 + emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
171 build=debug verbose=true ${my_nox11} install
172
173 insinto /usr/include