diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-10 11:50:19 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-10 11:50:19 +0000 |
commit | 962de932e24b11c678fea12ef5d92b3501936d49 (patch) | |
tree | 6cb760457d64cff6ecd3e29febf836c729b102e7 | |
parent | Remove obsolete net-news/quiterss mask. (diff) | |
download | gentoo-2-962de932e24b11c678fea12ef5d92b3501936d49.tar.gz gentoo-2-962de932e24b11c678fea12ef5d92b3501936d49.tar.bz2 gentoo-2-962de932e24b11c678fea12ef5d92b3501936d49.zip |
Enable optional support for libspectre via USE-flag, fix bug #451088. Thanks to Karl Ernst Brunk for discovering this issue
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
4 files changed, 19 insertions, 10 deletions
diff --git a/app-text/leechcraft-monocle/ChangeLog b/app-text/leechcraft-monocle/ChangeLog index 953f41d999df..a7caa06fc7b1 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.10 2012/12/25 16:37:54 maksbotan Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/ChangeLog,v 1.11 2013/01/10 11:50:19 pinkbyte Exp $ + + 10 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> + leechcraft-monocle-0.5.90.ebuild, leechcraft-monocle-9999.ebuild, + metadata.xml: + Enable optional support for libspectre via USE-flag, fix bug #451088. Thanks + to Karl Ernst Brunk for discovering this issue *leechcraft-monocle-0.5.90 (25 Dec 2012) diff --git a/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild b/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild index 87a827e5b05c..1414945da884 100644 --- a/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild +++ b/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/leechcraft-monocle-0.5.90.ebuild,v 1.2 2013/01/10 11:50:19 pinkbyte Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="Monocle, the modular document viewer for LeechCraft." SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+djvu debug +fb2 +pdf" +IUSE="+djvu debug +fb2 +pdf +spectre" DEPEND="~net-misc/leechcraft-core-${PV} pdf? ( app-text/poppler[qt4] ) @@ -21,7 +21,8 @@ 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_use_enable pdf MONOCLE_PDF) + $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)" cmake-utils_src_configure } diff --git a/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild b/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild index 29f10654e6d1..27f0765d45ed 100644 --- a/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild +++ b/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild,v 1.4 2012/12/21 13:33:09 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild,v 1.5 2013/01/10 11:50:19 pinkbyte Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="Monocle, the modular document viewer for LeechCraft." SLOT="0" KEYWORDS="" -IUSE="+djvu debug +fb2 +pdf" +IUSE="+djvu debug +fb2 +pdf +spectre" DEPEND="~net-misc/leechcraft-core-${PV} pdf? ( app-text/poppler[qt4] ) @@ -21,7 +21,8 @@ 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_use_enable pdf MONOCLE_PDF) + $(cmake-utils_use_enable spectre MONOCLE_POSTRUS)" cmake-utils_src_configure } diff --git a/app-text/leechcraft-monocle/metadata.xml b/app-text/leechcraft-monocle/metadata.xml index 9812f5666da2..3d219d285c14 100644 --- a/app-text/leechcraft-monocle/metadata.xml +++ b/app-text/leechcraft-monocle/metadata.xml @@ -4,5 +4,6 @@ <herd>leechcraft</herd> <use> <flag name="fb2">Enable support for FictionBook format</flag> + <flag name="spectre">Enable PostScript backend for Monocle using the <pkg>app-text/libspectre</pkg></flag> </use> </pkgmetadata> |