summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-core
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-leechcraft/lc-core
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-leechcraft/lc-core')
-rw-r--r--app-leechcraft/lc-core/Manifest2
-rw-r--r--app-leechcraft/lc-core/lc-core-9999.ebuild61
-rw-r--r--app-leechcraft/lc-core/metadata.xml16
3 files changed, 0 insertions, 79 deletions
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 @@
-<?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>
- <longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription>
- <use>
- <flag name="qwt">Support for QML plotting item through <pkg>x11-libs/qwt</pkg></flag>
- </use>
-</pkgmetadata>