maksbotan    14/07/05 12:29:17

  Modified:             lc-monocle-9999.ebuild metadata.xml ChangeLog
  Log:
  Fix dependencies, rename spectre use flag. Thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.4                  app-leechcraft/lc-monocle/lc-monocle-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild?r1=1.3&r2=1.4

Index: lc-monocle-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lc-monocle-9999.ebuild      2 Oct 2013 09:49:30 -0000       1.3
+++ lc-monocle-9999.ebuild      5 Jul 2014 12:29:17 -0000       1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.3 
2013/10/02 09:49:30 maksbotan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild,v 1.4 
2014/07/05 12:29:17 maksbotan Exp $
 
 EAPI="5"
 
@@ -10,19 +10,18 @@
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug +djvu doc +fb2 +pdf +spectre"
+IUSE="debug +djvu doc +fb2 +mobi +pdf +postscript"
 
-RDEPEND="~app-leechcraft/lc-core-${PV}
+REQUIRED_USE="postscript? ( pdf )"
+
+CDEPEND="~app-leechcraft/lc-core-${PV}
        pdf? ( app-text/poppler[qt4] )
-       djvu? ( app-text/djvu )
-       spectre? (
-               app-text/libspectre
-               || (
-                       app-text/poppler[-lcms]
-                       <app-text/ghostscript-gpl-9.07
-               )
-       )"
-DEPEND="${RDEPEND}
+       djvu? ( app-text/djvu )"
+
+RDEPEND="${CDEPEND}
+       postscript? ( app-text/ghostscript-gpl )"
+
+DEPEND="${CDEPEND}
        doc? ( app-doc/doxygen[dot] )"
 
 src_configure() {
@@ -30,8 +29,9 @@
                $(cmake-utils_use_enable djvu MONOCLE_SEEN)
                $(cmake-utils_use_with doc DOCS)
                $(cmake-utils_use_enable fb2 MONOCLE_FXB)
+               $(cmake-utils_use_enable mobi MONOCLE_DIK)
                $(cmake-utils_use_enable pdf MONOCLE_PDF)
-               $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)
+               $(cmake-utils_use_enable postscript MONOCLE_POSTRUS)
        )
        cmake-utils_src_configure
 }
@@ -39,4 +39,4 @@
 src_install() {
        cmake-utils_src_install
        use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
-}
+}
\ No newline at end of file



1.2                  app-leechcraft/lc-monocle/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        8 Mar 2013 22:02:32 -0000       1.1
+++ metadata.xml        5 Jul 2014 12:29:17 -0000       1.2
@@ -4,6 +4,7 @@
        <herd>leechcraft</herd>
        <use>
                <flag name="fb2">Enable support for FictionBook format</flag>
+               <flag name="mobi">Enable support for MOBI format</flag>
                <flag name="spectre">Enable PostScript backend for Monocle 
using the <pkg>app-text/libspectre</pkg></flag>
        </use>
 </pkgmetadata>



1.14                 app-leechcraft/lc-monocle/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Apr 2014 17:58:44 -0000      1.13
+++ ChangeLog   5 Jul 2014 12:29:17 -0000       1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-leechcraft/lc-monocle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.13 
2014/04/10 17:58:44 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.14 
2014/07/05 12:29:17 maksbotan Exp $
+
+  05 Jul 2014; Maxim Koltsov <[email protected]> lc-monocle-9999.ebuild,
+  metadata.xml:
+  Fix dependencies, rename spectre use flag. Thanks to 0xd34df00d.
 
 *lc-monocle-0.6.65 (10 Apr 2014)
 




Reply via email to