aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-09 18:24:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-09 18:25:03 +0200
commitd138d002fa3f7ae7dea5c105375f5121ee6a0ac5 (patch)
tree49365e4c8152df2402a2889fae8bd8a288911b7e /net-im
parentnet-libs/libmediawiki: treeclean (diff)
downloadkde-d138d002fa3f7ae7dea5c105375f5121ee6a0ac5.tar.gz
kde-d138d002fa3f7ae7dea5c105375f5121ee6a0ac5.tar.bz2
kde-d138d002fa3f7ae7dea5c105375f5121ee6a0ac5.zip
net-im/choqok: treeclean, archived upstream
See also: https://invent.kde.org/sysadmin/repo-metadata/-/commit/b95942476c4281ea501961e6ccb44afc145c02f3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/choqok/choqok-9999.ebuild64
-rw-r--r--net-im/choqok/metadata.xml15
2 files changed, 0 insertions, 79 deletions
diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
deleted file mode 100644
index 412cb7b238..0000000000
--- a/net-im/choqok/choqok-9999.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm kde.org
-
-DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/choqok/"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="attica share"
-
-DEPEND="
- >=app-crypt/qca-2.3.0:2[qt5(+)]
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetworkauth-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kemoticons-${KFMIN}:5
- >=kde-frameworks/kglobalaccel-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/knotifyconfig-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-frameworks/sonnet-${KFMIN}:5
- attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
- share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS README changelog )
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_TelepathyQt5=ON
- $(cmake_use_find_package attica KF5Attica)
- $(cmake_use_find_package share KF5Purpose)
- )
-
- ecm_src_configure
-}
diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
deleted file mode 100644
index 402be5793e..0000000000
--- a/net-im/choqok/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- </upstream>
- <use>
- <flag name="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag>
- <flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag>
- </use>
-</pkgmetadata>