maksbotan    14/04/10 17:58:44

  Modified:             ChangeLog
  Added:                lc-monocle-0.6.65.ebuild
  Log:
  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.13                 app-leechcraft/lc-monocle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Apr 2014 08:33:21 -0000       1.12
+++ ChangeLog   10 Apr 2014 17:58:44 -0000      1.13
@@ -1,6 +1,11 @@
 # 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.12 
2014/04/03 08:33:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.13 
2014/04/10 17:58:44 maksbotan Exp $
+
+*lc-monocle-0.6.65 (10 Apr 2014)
+
+  10 Apr 2014; Maxim Koltsov <maksbo...@gentoo.org> +lc-monocle-0.6.65.ebuild:
+  Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
 
   03 Apr 2014; Mikle Kolyada <zlog...@gentoo.org> lc-monocle-0.6.60.ebuild:
   x86 stable wrt bug #500914



1.1                  app-leechcraft/lc-monocle/lc-monocle-0.6.65.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.6.65.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-monocle/lc-monocle-0.6.65.ebuild?rev=1.1&content-type=text/plain

Index: lc-monocle-0.6.65.ebuild
===================================================================
# 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-0.6.65.ebuild,v 
1.1 2014/04/10 17:58:44 maksbotan Exp $

EAPI="5"

inherit leechcraft

DESCRIPTION="Monocle, the modular document viewer for LeechCraft"

SLOT="0"
KEYWORDS=" ~amd64 ~x86"
IUSE="debug +djvu doc +fb2 +pdf +spectre"

RDEPEND="~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}
        doc? ( app-doc/doxygen[dot] )"

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_enable djvu MONOCLE_SEEN)
                $(cmake-utils_use_with doc DOCS)
                $(cmake-utils_use_enable fb2 MONOCLE_FXB)
                $(cmake-utils_use_enable pdf MONOCLE_PDF)
                $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)
        )
        cmake-utils_src_configure
}

src_install() {
        cmake-utils_src_install
        use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
}




Reply via email to