net-news/rssguard: Drop unmaintained live ebuild
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Jan 2020 15:10:56 +0000 (16:10 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Jan 2020 16:59:40 +0000 (17:59 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-news/rssguard/rssguard-9999.ebuild [deleted file]

diff --git a/net-news/rssguard/rssguard-9999.ebuild b/net-news/rssguard/rssguard-9999.ebuild
deleted file mode 100644 (file)
index 06be77e..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic git-r3 qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-EGIT_REPO_URI="https://github.com/martinrotter/rssguard.git"
-EGIT_SUBMODULES=()
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug webengine"
-MINQT="5.8:5"
-
-RDEPEND="
-       >=dev-qt/qtcore-${MINQT}
-       >=dev-qt/qtgui-${MINQT}
-       >=dev-qt/qtnetwork-${MINQT}
-       >=dev-qt/qtsql-${MINQT}
-       >=dev-qt/qtwidgets-${MINQT}
-       >=dev-qt/qtxml-${MINQT}
-       webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] )
-"
-DEPEND="${RDEPEND}
-       >=dev-qt/linguist-tools-${MINQT}
-"
-
-src_configure() {
-       # needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5
-       "$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed"
-       # CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
-       eqmake5 \
-               CONFIG+=$(usex debug debug release) \
-               $(is-flagq -flto* && echo "CONFIG+=ltcg") \
-               USE_WEBENGINE=$(usex webengine true false) \
-               LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
-               PREFIX="${EPREFIX}"/usr \
-               INSTALL_ROOT=.
-}
-
-src_install() {
-       emake install INSTALL_ROOT="${D}"
-}