diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-06-26 17:01:34 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-06-26 17:01:34 +0000 |
commit | a6eee92559b4b490fbbe2277e156fb8f88428131 (patch) | |
tree | 23d3c30f95445d7429ee63be3e1a7728e64a916a /app-text | |
parent | Bump to 1.3.0, fix some errors in ebuild and initscript. Thanks to Pinkbyte. (diff) | |
download | gentoo-2-a6eee92559b4b490fbbe2277e156fb8f88428131.tar.gz gentoo-2-a6eee92559b4b490fbbe2277e156fb8f88428131.tar.bz2 gentoo-2-a6eee92559b4b490fbbe2277e156fb8f88428131.zip |
Add app-text/leechcraft-monocle, thanks to 0xd34df00d
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/leechcraft-monocle/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/leechcraft-monocle/Manifest | 2 | ||||
-rw-r--r-- | app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild | 25 | ||||
-rw-r--r-- | app-text/leechcraft-monocle/metadata.xml | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/app-text/leechcraft-monocle/ChangeLog b/app-text/leechcraft-monocle/ChangeLog new file mode 100644 index 000000000000..84435ee7c6d8 --- /dev/null +++ b/app-text/leechcraft-monocle/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2012/06/26 17:01:34 maksbotan Exp $ + +*leechcraft-monocle-9999 (26 Jun 2012) + + 26 Jun 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-monocle-9999.ebuild, +metadata.xml: + Add app-text/leechcraft-monocle, thanks to 0xd34df00d diff --git a/app-text/leechcraft-monocle/Manifest b/app-text/leechcraft-monocle/Manifest new file mode 100644 index 000000000000..f40abebfddc9 --- /dev/null +++ b/app-text/leechcraft-monocle/Manifest @@ -0,0 +1,2 @@ +EBUILD leechcraft-monocle-9999.ebuild 635 RMD160 ebb3fc42b8afd0cdf068949322b799b47aa3c8d3 SHA1 b3f20a2632e015e2879c5e897e0e1cec43229bb3 SHA256 c562f52395b12a24223125ac569573b4ad6426725eb40a433d1a5672d4ff6c1c +MISC metadata.xml 243 RMD160 37e279dba0db7d60ac43af1a71844c1d472ab194 SHA1 40d4235d9d179c6a65b951daadcaacb746bbeb4f SHA256 ee28f061738fbedded66fb828d8731ebfcae33a94ff19b67271279f94cee25c9 diff --git a/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild b/app-text/leechcraft-monocle/leechcraft-monocle-9999.ebuild new file mode 100644 index 000000000000..c78bc3a73701 --- /dev/null +++ b/app-text/leechcraft-monocle/leechcraft-monocle-9999.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-9999.ebuild,v 1.1 2012/06/26 17:01:34 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Monocle, the modular document viewer for LeechCraft." + +SLOT="0" +KEYWORDS="" +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 +} diff --git a/app-text/leechcraft-monocle/metadata.xml b/app-text/leechcraft-monocle/metadata.xml new file mode 100644 index 000000000000..9812f5666da2 --- /dev/null +++ b/app-text/leechcraft-monocle/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> + <use> + <flag name="fb2">Enable support for FictionBook format</flag> + </use> +</pkgmetadata> |