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-9999.ebuild metadata.xml ChangeLog
Date: Sat, 05 Jul 2014 12:29:21
Message-Id: 20140705122917.4527F2004E@flycatcher.gentoo.org
1 maksbotan 14/07/05 12:29:17
2
3 Modified: lc-monocle-9999.ebuild metadata.xml ChangeLog
4 Log:
5 Fix dependencies, rename spectre use flag. Thanks to 0xd34df00d.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
8
9 Revision Changes Path
10 1.4 app-leechcraft/lc-monocle/lc-monocle-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: lc-monocle-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- lc-monocle-9999.ebuild 2 Oct 2013 09:49:30 -0000 1.3
23 +++ lc-monocle-9999.ebuild 5 Jul 2014 12:29:17 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.3 2013/10/02 09:49:30 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.4 2014/07/05 12:29:17 maksbotan Exp $
30
31 EAPI="5"
32
33 @@ -10,19 +10,18 @@
34
35 SLOT="0"
36 KEYWORDS=""
37 -IUSE="debug +djvu doc +fb2 +pdf +spectre"
38 +IUSE="debug +djvu doc +fb2 +mobi +pdf +postscript"
39
40 -RDEPEND="~app-leechcraft/lc-core-${PV}
41 +REQUIRED_USE="postscript? ( pdf )"
42 +
43 +CDEPEND="~app-leechcraft/lc-core-${PV}
44 pdf? ( app-text/poppler[qt4] )
45 - djvu? ( app-text/djvu )
46 - spectre? (
47 - app-text/libspectre
48 - || (
49 - app-text/poppler[-lcms]
50 - <app-text/ghostscript-gpl-9.07
51 - )
52 - )"
53 -DEPEND="${RDEPEND}
54 + djvu? ( app-text/djvu )"
55 +
56 +RDEPEND="${CDEPEND}
57 + postscript? ( app-text/ghostscript-gpl )"
58 +
59 +DEPEND="${CDEPEND}
60 doc? ( app-doc/doxygen[dot] )"
61
62 src_configure() {
63 @@ -30,8 +29,9 @@
64 $(cmake-utils_use_enable djvu MONOCLE_SEEN)
65 $(cmake-utils_use_with doc DOCS)
66 $(cmake-utils_use_enable fb2 MONOCLE_FXB)
67 + $(cmake-utils_use_enable mobi MONOCLE_DIK)
68 $(cmake-utils_use_enable pdf MONOCLE_PDF)
69 - $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)
70 + $(cmake-utils_use_enable postscript MONOCLE_POSTRUS)
71 )
72 cmake-utils_src_configure
73 }
74 @@ -39,4 +39,4 @@
75 src_install() {
76 cmake-utils_src_install
77 use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
78 -}
79 +}
80 \ No newline at end of file
81
82
83
84 1.2 app-leechcraft/lc-monocle/metadata.xml
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml?rev=1.2&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml?rev=1.2&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml?r1=1.1&r2=1.2
89
90 Index: metadata.xml
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml,v
93 retrieving revision 1.1
94 retrieving revision 1.2
95 diff -u -r1.1 -r1.2
96 --- metadata.xml 8 Mar 2013 22:02:32 -0000 1.1
97 +++ metadata.xml 5 Jul 2014 12:29:17 -0000 1.2
98 @@ -4,6 +4,7 @@
99 <herd>leechcraft</herd>
100 <use>
101 <flag name="fb2">Enable support for FictionBook format</flag>
102 + <flag name="mobi">Enable support for MOBI format</flag>
103 <flag name="spectre">Enable PostScript backend for Monocle using the <pkg>app-text/libspectre</pkg></flag>
104 </use>
105 </pkgmetadata>
106
107
108
109 1.14 app-leechcraft/lc-monocle/ChangeLog
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?rev=1.14&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?rev=1.14&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?r1=1.13&r2=1.14
114
115 Index: ChangeLog
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v
118 retrieving revision 1.13
119 retrieving revision 1.14
120 diff -u -r1.13 -r1.14
121 --- ChangeLog 10 Apr 2014 17:58:44 -0000 1.13
122 +++ ChangeLog 5 Jul 2014 12:29:17 -0000 1.14
123 @@ -1,6 +1,10 @@
124 # ChangeLog for app-leechcraft/lc-monocle
125 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
126 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.13 2014/04/10 17:58:44 maksbotan Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.14 2014/07/05 12:29:17 maksbotan Exp $
128 +
129 + 05 Jul 2014; Maxim Koltsov <maksbotan@g.o> lc-monocle-9999.ebuild,
130 + metadata.xml:
131 + Fix dependencies, rename spectre use flag. Thanks to 0xd34df00d.
132
133 *lc-monocle-0.6.65 (10 Apr 2014)