diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:42:17 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:42:17 +0200 |
commit | d9b2b543ecb113ba5deeb37fca59d54beac1a3e7 (patch) | |
tree | bfec2913837c2455b95e0771b45452431d773e0d /app-text/epdf | |
parent | 68b805cc946254e49672177551d7239589465441 (diff) |
Added poppler splitted, pastebunz for us (we need to create a pastebin), calibre, epdf
Diffstat (limited to 'app-text/epdf')
-rw-r--r-- | app-text/epdf/epdf-9999.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-text/epdf/epdf-9999.ebuild b/app-text/epdf/epdf-9999.ebuild new file mode 100644 index 00000000..58453c19 --- /dev/null +++ b/app-text/epdf/epdf-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +ESVN_SUB_PROJECT="PROTO" +inherit enlightenment + +DESCRIPTION="PDF viewer with widgets for Evas" +KEYWORDS="~amd64 ~x86" +IUSE="cjk poppler static-libs" + +LICENSE="GPL-2 || ( LGPL-3 )" + +DEPEND="poppler? ( >=app-text/poppler-0.12 ) + >=media-libs/evas-9999 + >=dev-libs/ecore-9999" +RDEPEND="${DEPEND}" + +src_configure() { + MY_ECONF=" + $(use_enable poppler) + $(use_enable !poppler mupdf) + " + use poppler || MY_ECONF+=" $(use_enable cjk mupdf-cjk)" + + enlightenment_src_configure +} |