summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-12-25 16:37:54 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-12-25 16:37:54 +0000
commitdea08337de92f30ee4c7dfbae3b36d8645653cea (patch)
treeaf793737c9c14f6571f21fe3b630f36a4181b286 /app-text
parentBump LeechCraft to 0.5.90, thanks to 0xd34df00d (diff)
downloadgentoo-2-dea08337de92f30ee4c7dfbae3b36d8645653cea.tar.gz
gentoo-2-dea08337de92f30ee4c7dfbae3b36d8645653cea.tar.bz2
gentoo-2-dea08337de92f30ee4c7dfbae3b36d8645653cea.zip
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/leechcraft-monocle/ChangeLog8
-rw-r--r--app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/app-text/leechcraft-monocle/ChangeLog b/app-text/leechcraft-monocle/ChangeLog
index bfd5aa5bac8b..953f41d999df 100644
--- a/app-text/leechcraft-monocle/ChangeLog
+++ b/app-text/leechcraft-monocle/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/leechcraft-monocle
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/ChangeLog,v 1.9 2012/12/21 13:33:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/ChangeLog,v 1.10 2012/12/25 16:37:54 maksbotan Exp $
+
+*leechcraft-monocle-0.5.90 (25 Dec 2012)
+
+ 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-monocle-0.5.90.ebuild:
+ Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
21 Dec 2012; Sergey Popov <pinkbyte@gentoo.org>
leechcraft-monocle-0.5.85.ebuild, leechcraft-monocle-9999.ebuild:
diff --git a/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild b/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild
new file mode 100644
index 000000000000..87a827e5b05c
--- /dev/null
+++ b/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild,v 1.1 2012/12/25 16:37:54 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Monocle, the modular document viewer for LeechCraft."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+djvu debug +fb2 +pdf"
+
+DEPEND="~net-misc/leechcraft-core-${PV}
+ pdf? ( app-text/poppler[qt4] )
+ djvu? ( app-text/djvu )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs="
+ $(cmake-utils_use_enable djvu MONOCLE_SEEN)
+ $(cmake-utils_use_enable fb2 MONOCLE_FXB)
+ $(cmake-utils_use_enable pdf MONOCLE_PDF)"
+
+ cmake-utils_src_configure
+}