summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-10 21:29:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-10 21:44:46 +0100
commitd6e38908727a619e3bb7383e3c3c1b7c38af71d3 (patch)
treee5cc06ddfb25fb6b4f6d53c1724ab38c040c35e3 /net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
parentkde-plasma: Drop KDE Plasma 5.18.2 (diff)
downloadgentoo-d6e38908727a619e3bb7383e3c3c1b7c38af71d3.tar.gz
gentoo-d6e38908727a619e3bb7383e3c3c1b7c38af71d3.tar.bz2
gentoo-d6e38908727a619e3bb7383e3c3c1b7c38af71d3.zip
net-nntp/kwooty: Remove last-rited package
Closes: https://bugs.gentoo.org/703930 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild')
-rw-r--r--net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild65
1 files changed, 0 insertions, 65 deletions
diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
deleted file mode 100644
index 4a823553b9a4..000000000000
--- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Friendly nzb linux usenet binary client"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/Kwooty?content=114385"
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdelibs4support-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
- !net-nntp/kwooty:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-dep.patch" )
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_bogus_dep KF5 DocTools
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- if ! has_version "app-arch/par2cmdline" ; then
- elog "For automatic file repairing please install app-arch/par2cmdline."
- fi
-
- if ! has_version "app-arch/unrar" ; then
- elog "For automatic RAR archive extraction please install app-arch/unrar."
- fi
-
- if ! has_version "app-arch/p7zip" ; then
- elog "For automatic (7)zip archive extraction please install app-arch/p7zip."
- fi
-}