diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-14 01:04:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-14 08:51:28 +0200 |
commit | f526313c9eae34b8f7a41b1f02e705f6ad84c515 (patch) | |
tree | b1c5c0752f63d58d862f18a62c7e279c79fcdd10 /kde-apps/akonadi-notes/akonadi-notes-20.04.1.ebuild | |
parent | kde-apps: Add KDE Release Service 20.04.2 (diff) | |
download | gentoo-f526313c9eae34b8f7a41b1f02e705f6ad84c515.tar.gz gentoo-f526313c9eae34b8f7a41b1f02e705f6ad84c515.tar.bz2 gentoo-f526313c9eae34b8f7a41b1f02e705f6ad84c515.zip |
kde-apps: Drop KDE Release Service 20.04.1
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadi-notes/akonadi-notes-20.04.1.ebuild')
-rw-r--r-- | kde-apps/akonadi-notes/akonadi-notes-20.04.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/akonadi-notes/akonadi-notes-20.04.1.ebuild b/kde-apps/akonadi-notes/akonadi-notes-20.04.1.ebuild deleted file mode 100644 index a13804004ec3..000000000000 --- a/kde-apps/akonadi-notes/akonadi-notes-20.04.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.70.0 -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Library for akonadi notes integration" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |