net-im/choqok: Drop 1.6.0-r1
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 8 Sep 2019 15:42:09 +0000 (17:42 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 8 Sep 2019 16:17:02 +0000 (18:17 +0200)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-im/choqok/Manifest
net-im/choqok/choqok-1.6.0-r1.ebuild [deleted file]

index 8c7fc28d989c0b664562438db75146327240d4eb..07a4ee39a1f2db3d236f1b6748875aa8a392e2b9 100644 (file)
@@ -1,2 +1 @@
-DIST choqok-1.6.0.tar.xz 1170748 BLAKE2B 11d1546d9bdad12012860ad4b21ea988d21ce822e7afb246d65b27b7fe28620f390ee97e00e594102b173ade304adcce208a9092909ab0d3801fecfdcc309e61 SHA512 78c03689e40978213f2f9462780fe47507a2778985d4d5b940cab004f0ac52becfa76d7dbaa886df958134c65b27255e49ac68ddbb2a434131fffe9ca9280cbc
 DIST choqok-1.6.0_p20190726.tar.xz 1184148 BLAKE2B c0c0459de362aa58337ab2d0c4ea03ff516de87bded48f73c47aa48ed791cfeb82c4085c4d333bff4ac1489a27e038da29d5419569aacb17366dc119e776dd67 SHA512 6471d9b37cc78fd3a14cc970512db3a8d44b21d49efb503917a57332f229c34ed735edfea6a74d6c25d8ab8d153331226effd677405d447c4a2faea3e396decf
diff --git a/net-im/choqok/choqok-1.6.0-r1.ebuild b/net-im/choqok/choqok-1.6.0-r1.ebuild
deleted file mode 100644 (file)
index 48d6fd5..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/"
-[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="attica konqueror telepathy"
-#qtnetwork
-DEPEND="
-       $(add_frameworks_dep kcmutils)
-       $(add_frameworks_dep kconfig)
-       $(add_frameworks_dep kconfigwidgets)
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep kemoticons)
-       $(add_frameworks_dep kglobalaccel)
-       $(add_frameworks_dep kguiaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kio)
-       $(add_frameworks_dep kjobwidgets)
-       $(add_frameworks_dep knotifications)
-       $(add_frameworks_dep knotifyconfig)
-       $(add_frameworks_dep kservice)
-       $(add_frameworks_dep ktextwidgets)
-       $(add_frameworks_dep kwallet)
-       $(add_frameworks_dep kwidgetsaddons)
-       $(add_frameworks_dep kxmlgui)
-       $(add_frameworks_dep sonnet)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtgui)
-       $(add_qt_dep qtwidgets)
-       $(add_qt_dep qtxml)
-       app-crypt/qca[qt5(+)]
-       dev-libs/qoauth:5
-       attica? ( $(add_frameworks_dep attica) )
-       konqueror? (
-               $(add_frameworks_dep kparts)
-               $(add_frameworks_dep kdewebkit)
-               $(add_qt_dep qtwebkit)
-       )
-       telepathy? ( net-libs/telepathy-qt[qt5(+)] )
-"
-RDEPEND="${DEPEND}
-       !net-im/choqok:4
-"
-
-DOCS=( AUTHORS README TODO changelog )
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package attica KF5Attica)
-               $(cmake-utils_use_find_package konqueror KF5Parts)
-               $(cmake-utils_use_find_package konqueror KF5WebKit)
-               $(cmake-utils_use_find_package telepathy TelepathyQt5)
-       )
-
-       kde5_src_configure
-}