Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-monocle: lc-monocle-0.5.90-r2.ebuild lc-monocle-0.6.0-r1.ebuild lc-monocle-0.5.99-r1.ebuild lc-monocle-9999.ebuild ChangeLog
Date: Wed, 02 Oct 2013 09:49:35
Message-Id: 20131002094930.E82DE2004C@flycatcher.gentoo.org
1 maksbotan 13/10/02 09:49:30
2
3 Modified: lc-monocle-9999.ebuild ChangeLog
4 Added: lc-monocle-0.5.90-r2.ebuild
5 lc-monocle-0.6.0-r1.ebuild
6 lc-monocle-0.5.99-r1.ebuild
7 Log:
8 Fix poppler/ghostscript issues in dependencies, thanks to 0xd34df00d
9
10 (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
11
12 Revision Changes Path
13 1.3 app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?r1=1.2&r2=1.3
18
19 Index: lc-monocle-9999.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- lc-monocle-9999.ebuild 14 Apr 2013 16:18:51 -0000 1.2
26 +++ lc-monocle-9999.ebuild 2 Oct 2013 09:49:30 -0000 1.3
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.2 2013/04/14 16:18:51 pinkbyte Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.3 2013/10/02 09:49:30 maksbotan Exp $
32
33 EAPI="5"
34
35 @@ -15,7 +15,13 @@
36 RDEPEND="~app-leechcraft/lc-core-${PV}
37 pdf? ( app-text/poppler[qt4] )
38 djvu? ( app-text/djvu )
39 - spectre? ( app-text/libspectre )"
40 + spectre? (
41 + app-text/libspectre
42 + || (
43 + app-text/poppler[-lcms]
44 + <app-text/ghostscript-gpl-9.07
45 + )
46 + )"
47 DEPEND="${RDEPEND}
48 doc? ( app-doc/doxygen[dot] )"
49
50
51
52
53 1.9 app-leechcraft/lc-monocle/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?rev=1.9&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?rev=1.9&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?r1=1.8&r2=1.9
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v
62 retrieving revision 1.8
63 retrieving revision 1.9
64 diff -u -r1.8 -r1.9
65 --- ChangeLog 24 Sep 2013 15:48:06 -0000 1.8
66 +++ ChangeLog 2 Oct 2013 09:49:30 -0000 1.9
67 @@ -1,6 +1,15 @@
68 # ChangeLog for app-leechcraft/lc-monocle
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.8 2013/09/24 15:48:06 maksbotan Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.9 2013/10/02 09:49:30 maksbotan Exp $
72 +
73 +*lc-monocle-0.6.0-r1 (02 Oct 2013)
74 +*lc-monocle-0.5.99-r1 (02 Oct 2013)
75 +*lc-monocle-0.5.90-r2 (02 Oct 2013)
76 +
77 + 02 Oct 2013; Maxim Koltsov <maksbotan@g.o>
78 + +lc-monocle-0.5.90-r2.ebuild, +lc-monocle-0.5.99-r1.ebuild,
79 + +lc-monocle-0.6.0-r1.ebuild, lc-monocle-9999.ebuild:
80 + Fix poppler/ghostscript issues in dependencies, thanks to 0xd34df00d
81
82 *lc-monocle-0.6.0 (24 Sep 2013)
83
84
85
86
87 1.1 app-leechcraft/lc-monocle/lc-monocle-0.5.90-r2.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.5.90-r2.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.5.90-r2.ebuild?rev=1.1&content-type=text/plain
91
92 Index: lc-monocle-0.5.90-r2.ebuild
93 ===================================================================
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.5.90-r2.ebuild,v 1.1 2013/10/02 09:49:30 maksbotan Exp $
97
98 EAPI="4"
99
100 inherit leechcraft
101
102 DESCRIPTION="Monocle, the modular document viewer for LeechCraft."
103
104 SLOT="0"
105 KEYWORDS="~amd64 ~x86"
106 IUSE="+djvu debug +fb2 +pdf +spectre"
107
108 DEPEND="~app-leechcraft/lc-core-${PV}
109 pdf? ( app-text/poppler[qt4] )
110 djvu? ( app-text/djvu )
111 spectre? (
112 app-text/libspectre
113 || (
114 app-text/poppler[-lcms]
115 <app-text/ghostscript-gpl-9.07
116 )
117 )"
118 RDEPEND="${DEPEND}"
119
120 src_configure() {
121 local mycmakeargs="
122 $(cmake-utils_use_enable djvu MONOCLE_SEEN)
123 $(cmake-utils_use_enable fb2 MONOCLE_FXB)
124 $(cmake-utils_use_enable pdf MONOCLE_PDF)
125 $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)"
126
127 cmake-utils_src_configure
128 }
129
130
131
132 1.1 app-leechcraft/lc-monocle/lc-monocle-0.6.0-r1.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.6.0-r1.ebuild?rev=1.1&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
136
137 Index: lc-monocle-0.6.0-r1.ebuild
138 ===================================================================
139 # Copyright 1999-2013 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.6.0-r1.ebuild,v 1.1 2013/10/02 09:49:30 maksbotan Exp $
142
143 EAPI="5"
144
145 inherit leechcraft
146
147 DESCRIPTION="Monocle, the modular document viewer for LeechCraft"
148
149 SLOT="0"
150 KEYWORDS="~amd64 ~x86"
151 IUSE="debug +djvu doc +fb2 +pdf +spectre"
152
153 RDEPEND="~app-leechcraft/lc-core-${PV}
154 pdf? ( app-text/poppler[qt4] )
155 djvu? ( app-text/djvu )
156 spectre? (
157 app-text/libspectre
158 || (
159 app-text/poppler[-lcms]
160 <app-text/ghostscript-gpl-9.07
161 )
162 )"
163 DEPEND="${RDEPEND}
164 doc? ( app-doc/doxygen[dot] )"
165
166 src_configure() {
167 local mycmakeargs=(
168 $(cmake-utils_use_enable djvu MONOCLE_SEEN)
169 $(cmake-utils_use_with doc DOCS)
170 $(cmake-utils_use_enable fb2 MONOCLE_FXB)
171 $(cmake-utils_use_enable pdf MONOCLE_PDF)
172 $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)
173 )
174 cmake-utils_src_configure
175 }
176
177 src_install() {
178 cmake-utils_src_install
179 use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
180 }
181
182
183
184 1.1 app-leechcraft/lc-monocle/lc-monocle-0.5.99-r1.ebuild
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.5.99-r1.ebuild?rev=1.1&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.5.99-r1.ebuild?rev=1.1&content-type=text/plain
188
189 Index: lc-monocle-0.5.99-r1.ebuild
190 ===================================================================
191 # Copyright 1999-2013 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.5.99-r1.ebuild,v 1.1 2013/10/02 09:49:30 maksbotan Exp $
194
195 EAPI="5"
196
197 inherit leechcraft
198
199 DESCRIPTION="Monocle, the modular document viewer for LeechCraft"
200
201 SLOT="0"
202 KEYWORDS="~amd64 ~x86"
203 IUSE="debug +djvu doc +fb2 +pdf +spectre"
204
205 RDEPEND="~app-leechcraft/lc-core-${PV}
206 pdf? ( app-text/poppler[qt4] )
207 djvu? ( app-text/djvu )
208 spectre? (
209 app-text/libspectre
210 || (
211 app-text/poppler[-lcms]
212 <app-text/ghostscript-gpl-9.07
213 )
214 )"
215 DEPEND="${RDEPEND}
216 doc? ( app-doc/doxygen[dot] )"
217
218 src_configure() {
219 local mycmakeargs=(
220 $(cmake-utils_use_enable djvu MONOCLE_SEEN)
221 $(cmake-utils_use_with doc DOCS)
222 $(cmake-utils_use_enable fb2 MONOCLE_FXB)
223 $(cmake-utils_use_enable pdf MONOCLE_PDF)
224 $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)
225 )
226 cmake-utils_src_configure
227 }
228
229 src_install() {
230 cmake-utils_src_install
231 use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
232 }