From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- app-leechcraft/lc-core/Manifest | 2 - app-leechcraft/lc-core/lc-core-9999.ebuild | 61 ------------------------------ app-leechcraft/lc-core/metadata.xml | 16 -------- 3 files changed, 79 deletions(-) delete mode 100644 app-leechcraft/lc-core/Manifest delete mode 100644 app-leechcraft/lc-core/lc-core-9999.ebuild delete mode 100644 app-leechcraft/lc-core/metadata.xml (limited to 'app-leechcraft/lc-core') diff --git a/app-leechcraft/lc-core/Manifest b/app-leechcraft/lc-core/Manifest deleted file mode 100644 index 7a03f3689c72..000000000000 --- a/app-leechcraft/lc-core/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD lc-core-9999.ebuild 1140 BLAKE2B ed4ea38c74048697141b693d2bec5a0d8ff12f0a7627ebb7ba6880897aa221c3b5db45500fd663f26e62f9685b716a1ea8d9b1354d2f7b032995e78e0b9f8335 SHA512 27e88f96cc700fa8aa4c1bbf411f025ca8fb144193a3ba55c48665d346fdd039b0937372c403a8717abdc76243f76696cf06c6fa4e98bf4316c493649d87e043 -MISC metadata.xml 633 BLAKE2B 62070ab45e1be6576733dedf35c3778a28876138617bab4868f0b8bae1df3b54921e278048e1b55b4e558194b21f9d82a8390a977d551ef5c3c7878f9bba4288 SHA512 45cc0f9aa42538cd9f9232e5981c9dbbc457e4dd89c9c82ab5dcfdb139df67d83149b6aafdaad4d04d03efda32b187c99605c30da5477a3de67eee9608a26e90 diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild deleted file mode 100644 index 1de10d566587..000000000000 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/0xd34df00d/leechcraft.git" - -inherit leechcraft - -DESCRIPTION="Core of LeechCraft, the modular network client" - -SLOT="0" -KEYWORDS="" -IUSE="debug doc postgres +qwt" - -DEPEND=" - dev-libs/boost:= - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtscript:5 - dev-qt/qtsql:5 - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - qwt? ( x11-libs/qwt:6 ) -" -RDEPEND="${DEPEND} - dev-qt/qtsql:5[postgres?,sqlite] - dev-qt/qtsvg:5 - || ( - kde-frameworks/oxygen-icons - x11-themes/kfaenza - ) -" -BDEPEND=" - dev-qt/linguist-tools:5 - doc? ( app-doc/doxygen ) -" - -src_configure() { - local mycmakeargs=( - -DWITH_PLUGINS=False - -DSKIP_MAN_COMPRESS=True - -DWITH_DOCS=$(usex doc) - -DWITH_QWT=$(usex qwt) - ) - if [[ ${PV} != 9999 ]]; then - mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} ) - fi - cmake_src_configure -} - -src_install() { - cmake_src_install - use doc && dodoc -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/* -} diff --git a/app-leechcraft/lc-core/metadata.xml b/app-leechcraft/lc-core/metadata.xml deleted file mode 100644 index 79bb4d800dab..000000000000 --- a/app-leechcraft/lc-core/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - 0xd34df00d@gmail.com - Georg Rudoy - - - proxy-maint@gentoo.org - Proxy Maintainers - - Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more. - - Support for QML plotting item through x11-libs/qwt - - -- cgit v1.2.3