diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 13:58:40 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-13 13:58:40 +0000 |
commit | 3c852c2fec3a0fd7f038b90ced05c646baf90dc6 (patch) | |
tree | ed91f107121889c0ec1168614eaacf3f1e29840a /app-text | |
parent | Bump LeechCraft to 0.5.80, thanks to 0xd34df00d (diff) | |
download | gentoo-2-3c852c2fec3a0fd7f038b90ced05c646baf90dc6.tar.gz gentoo-2-3c852c2fec3a0fd7f038b90ced05c646baf90dc6.tar.bz2 gentoo-2-3c852c2fec3a0fd7f038b90ced05c646baf90dc6.zip |
Bump LeechCraft to 0.5.80, thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/leechcraft-monocle/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/leechcraft-monocle/leechcraft-monocle-0.5.80.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-text/leechcraft-monocle/ChangeLog b/app-text/leechcraft-monocle/ChangeLog index 540f90e6286b..23bfbf5aaf78 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.3 2012/08/10 09:10:00 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/ChangeLog,v 1.4 2012/08/13 13:58:40 maksbotan Exp $ + +*leechcraft-monocle-0.5.80 (13 Aug 2012) + + 13 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-monocle-0.5.80.ebuild: + Bump LeechCraft to 0.5.80, thanks to 0xd34df00d 10 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> +files/monocle-poppler.patch, leechcraft-monocle-0.5.75.ebuild: diff --git a/app-text/leechcraft-monocle/leechcraft-monocle-0.5.80.ebuild b/app-text/leechcraft-monocle/leechcraft-monocle-0.5.80.ebuild new file mode 100644 index 000000000000..8c57294cf964 --- /dev/null +++ b/app-text/leechcraft-monocle/leechcraft-monocle-0.5.80.ebuild @@ -0,0 +1,25 @@ +# 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.80.ebuild,v 1.1 2012/08/13 13:58:40 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Monocle, the modular document viewer for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +fb2 +pdf" + +DEPEND="~net-misc/leechcraft-core-${PV} + pdf? ( app-text/poppler[qt4] )" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable fb2 MONOCLE_FXB) + $(cmake-utils_use_enable pdf MONOCLE_PDF)" + + cmake-utils_src_configure +} |