maksbotan    14/08/03 18:57:35

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   5 Jul 2014 12:29:17 -0000       1.14
+++ ChangeLog   3 Aug 2014 18:57:35 -0000       1.15
@@ -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.14 
2014/07/05 12:29:17 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-monocle/ChangeLog,v 1.15 
2014/08/03 18:57:35 maksbotan Exp $
+
+*lc-monocle-0.6.70 (03 Aug 2014)
+
+  03 Aug 2014; Maxim Koltsov <[email protected]> +lc-monocle-0.6.70.ebuild:
+  Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
 
   05 Jul 2014; Maxim Koltsov <[email protected]> lc-monocle-9999.ebuild,
   metadata.xml:



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

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

Index: lc-monocle-0.6.70.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.70.ebuild,v 
1.1 2014/08/03 18:57:35 maksbotan Exp $

EAPI="5"

inherit leechcraft

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

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

REQUIRED_USE="postscript? ( pdf )"

CDEPEND="~app-leechcraft/lc-core-${PV}
        pdf? ( app-text/poppler[qt4] )
        djvu? ( app-text/djvu )"

RDEPEND="${CDEPEND}
        postscript? ( app-text/ghostscript-gpl )"

DEPEND="${CDEPEND}
        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 mobi MONOCLE_DIK)
                $(cmake-utils_use_enable pdf MONOCLE_PDF)
                $(cmake-utils_use_enable postscript 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