diff options
author | 2021-06-06 18:24:31 +0200 | |
---|---|---|
committer | 2021-06-10 17:29:33 +0200 | |
commit | 9967cd4983372c0edb8298106f7cdecdec4162fc (patch) | |
tree | f04c9e5b0e15779b88c3d105c6f63b758eb51060 /kde-plasma/kwrited/kwrited-5.20.5.ebuild | |
parent | kde-plasma/kwin: drop 5.20.5* (diff) | |
download | gentoo-9967cd4983372c0edb8298106f7cdecdec4162fc.tar.gz gentoo-9967cd4983372c0edb8298106f7cdecdec4162fc.tar.bz2 gentoo-9967cd4983372c0edb8298106f7cdecdec4162fc.zip |
kde-plasma/kwrited: drop 5.20.5*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwrited/kwrited-5.20.5.ebuild')
-rw-r--r-- | kde-plasma/kwrited/kwrited-5.20.5.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kwrited/kwrited-5.20.5.ebuild b/kde-plasma/kwrited/kwrited-5.20.5.ebuild deleted file mode 100644 index 6d28e631c91c..000000000000 --- a/kde-plasma/kwrited/kwrited-5.20.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.74.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="KDE Plasma daemon listening for wall and write messages" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kpty-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |