diff options
Diffstat (limited to 'app-leechcraft/lc-monocle')
-rw-r--r-- | app-leechcraft/lc-monocle/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-monocle/lc-monocle-9999.ebuild | 46 | ||||
-rw-r--r-- | app-leechcraft/lc-monocle/metadata.xml | 16 |
3 files changed, 0 insertions, 64 deletions
diff --git a/app-leechcraft/lc-monocle/Manifest b/app-leechcraft/lc-monocle/Manifest deleted file mode 100644 index 17439871c9d7..000000000000 --- a/app-leechcraft/lc-monocle/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD lc-monocle-9999.ebuild 1013 BLAKE2B c7b16c6d9b044342c6f60e712642bfb8f072e14809c8689e9708e59cc0825a9c4bf4f6603a0ff94e06e16841d5c55295982c75ac35e94bc55f27f04a53c6ca7f SHA512 18e1c3aba49d625e8cf397270aee623653345ed2192d01f28ee004b026a541a5b637926f0ec81d22e075ded16800253ef0fd0ab251b60e79b828c2362e1d121f -MISC metadata.xml 501 BLAKE2B 011d2a76ddb262226145c480a00834e6818887722f0d2125275738e0203e693b56eedb6ae04622c6ea7590057b091a34747ca25f5598ef303bdfe06fb4f99363 SHA512 7cc94be02505c74347bc6a08624b666269928e3277e808aeae0ca6931afe715ae55d80dad48862b0a4ca52c49902f452594b3fa7ac0252ad45fd14575e9a5869 diff --git a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild b/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild deleted file mode 100644 index fcd13b3dd384..000000000000 --- a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit leechcraft - -DESCRIPTION="Monocle, the modular document viewer for LeechCraft" - -SLOT="0" -KEYWORDS="" -IUSE="debug +djvu doc +fb2 +mobi +pdf +postscript" - -REQUIRED_USE="postscript? ( pdf )" - -CDEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtconcurrent:5 - dev-qt/qtprintsupport:5 - dev-qt/qtxml:5 - pdf? ( app-text/poppler[qt5] ) - djvu? ( app-text/djvu )" - -RDEPEND="${CDEPEND} - postscript? ( app-text/ghostscript-gpl )" - -DEPEND="${CDEPEND} - doc? ( app-doc/doxygen[dot] )" - -src_configure() { - local mycmakeargs=( - -DENABLE_MONOCLE_SEEN=$(usex djvu) - -DWITH_DOCS=$(usex doc) - -DENABLE_MONOCLE_FXB=$(usex fb2) - -DENABLE_MONOCLE_DIK=$(usex mobi) - -DENABLE_MONOCLE_PDF=$(usex pdf) - -DENABLE_MONOCLE_POSTRUS=$(usex postscript) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - use doc && dodoc -r "${CMAKE_BUILD_DIR}"/out/html/* -} diff --git a/app-leechcraft/lc-monocle/metadata.xml b/app-leechcraft/lc-monocle/metadata.xml deleted file mode 100644 index 421dc6dc1773..000000000000 --- a/app-leechcraft/lc-monocle/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>0xd34df00d@gmail.com</email> - <name>Georg Rudoy</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="fb2">Enable support for FictionBook format</flag> - <flag name="mobi">Enable support for MOBI format</flag> - </use> -</pkgmetadata> |