diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 09:02:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-03 11:27:50 +0100 |
commit | 9d9755f5aa5d68977d257c8829a3f26607878254 (patch) | |
tree | 1c52e4c9e4ffab09e769c2acd35ea8784eb03ff3 /kde-apps/kaccounts-integration | |
parent | kde-apps/dolphin-plugins-dropbox: drop 22.04.3 (diff) | |
download | gentoo-9d9755f5aa5d68977d257c8829a3f26607878254.tar.gz gentoo-9d9755f5aa5d68977d257c8829a3f26607878254.tar.bz2 gentoo-9d9755f5aa5d68977d257c8829a3f26607878254.zip |
kde-apps/kaccounts-integration: drop 22.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r-- | kde-apps/kaccounts-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-22.04.3.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index 8718cf4ccaf2..5e2ab4597a66 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1 @@ -DIST kaccounts-integration-22.04.3.tar.xz 87568 BLAKE2B 1ed825620aef73f08cae8c13e8108017452efe9a2b48a21412c76bb63c4d418f9655923a69cd90c98e9c291e5baa1445d8572273e68c5ad4490c4d4f5ed919b9 SHA512 ca843db9893d073c118df5b1e3700a7c603bcc1d9f9cd6975d6f3b9398c1f7733ce34c26dd5962e0e867f5726b1146362e6323b135413a5149d489906d64b0e6 DIST kaccounts-integration-22.08.3.tar.xz 88940 BLAKE2B 600ebb6223cfd59ebf0a46daf2ac3ff054d1eeb310db9cd0cbb86264c1a6bc9c2d37b1a7349d14d7e69452238a138d82faf711efada39ff966f8479a9dc31aa5 SHA512 07957febdf39a53374b051efdc8f98beba5b53fed516ff677764125c15e2499fe74423b17dbaff3068a17d59ef7febf30d6a70e2109d45cdf0bf30cdd49ad40b diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-22.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-22.04.3.ebuild deleted file mode 100644 index 36fd55c2954b..000000000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-22.04.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.92.0 -PLASMA_MINIMAL=5.16.5 -QTMIN=5.15.4 -VIRTUALDBUS_TEST="true" -inherit ecm gear.kde.org - -DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" -HOMEPAGE="https://community.kde.org/KTp" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -BDEPEND=" - sys-devel/gettext -" -COMMON_DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - net-libs/accounts-qt - >=net-libs/libaccounts-glib-1.21:= - net-libs/signond -" -DEPEND="${COMMON_DEPEND} - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5 -" -RDEPEND="${COMMON_DEPEND} - dev-util/intltool -" - -# bug #549444 -RESTRICT="test" |