diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /app-leechcraft/lc-monocle | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
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 | 57 | ||||
-rw-r--r-- | app-leechcraft/lc-monocle/metadata.xml | 16 |
3 files changed, 0 insertions, 75 deletions
diff --git a/app-leechcraft/lc-monocle/Manifest b/app-leechcraft/lc-monocle/Manifest deleted file mode 100644 index ef7b340fe90b..000000000000 --- a/app-leechcraft/lc-monocle/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD lc-monocle-9999.ebuild 1093 BLAKE2B 09adf09769a43e0dacf7619f39910747a9f1162ada52af972d4b710194673eeb437a6e74a1220caa407cdf11e946d53047b8993c3a1fbf5b2b89ee4a623b4508 SHA512 16cad82423f32d6f86d929a0c11ca053e3d708cf164c2c8dbe4d98cca8b06848558aba9b5c8496b2750d3f0065c21c986edcc625a902c49dec78db834ebfcb54 -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 4b5bf380ecea..000000000000 --- a/app-leechcraft/lc-monocle/lc-monocle-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils leechcraft - -DESCRIPTION="Monocle, the modular document viewer for LeechCraft" - -SLOT="0" -KEYWORDS="" -IUSE="debug +djvu doc +fb2 +mobi +pdf +postscript" - -REQUIRED_USE="postscript? ( pdf )" - -DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtconcurrent:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - djvu? ( app-text/djvu ) - pdf? ( app-text/poppler:= ) -" - -RDEPEND="${DEPEND} - postscript? ( app-text/ghostscript-gpl ) -" - -BDEPEND=" - 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_src_configure -} - -src_install() { - cmake_src_install - use doc && dodoc -r "${CMAKE_BUILD_DIR}"/out/html/* -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} 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> |