diff options
Diffstat (limited to 'net-im/neochat/neochat-1.0.1-r1.ebuild')
-rw-r--r-- | net-im/neochat/neochat-1.0.1-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/net-im/neochat/neochat-1.0.1-r1.ebuild b/net-im/neochat/neochat-1.0.1-r1.ebuild deleted file mode 100644 index 670895ca6743..000000000000 --- a/net-im/neochat/neochat-1.0.1-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.77.0 -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Client for Matrix, the decentralized communication protocol" -HOMEPAGE="https://apps.kde.org/en/neochat" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - app-text/cmark:= - dev-libs/qtkeychain:= - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - media-libs/kquickimageeditor:5 - net-libs/libquotient -" -RDEPEND="${DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtmultimedia-${QTMIN}:5[qml] - >=dev-qt/qtquickcontrols-${QTMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] -" -BDEPEND=" - virtual/pkgconfig -" |