diff options
author | Sam James <sam@gentoo.org> | 2022-04-22 19:39:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-22 20:06:16 +0100 |
commit | df1add6465543c92517c52206574cc5ce99a5ad0 (patch) | |
tree | ce5cf08f6727ea808eac9fe9daa3f180b7242fee /kde-apps/kaccounts-integration | |
parent | kde-apps/dolphin-plugins-dropbox: drop 21.08.3* (diff) | |
download | gentoo-df1add6465543c92517c52206574cc5ce99a5ad0.tar.gz gentoo-df1add6465543c92517c52206574cc5ce99a5ad0.tar.bz2 gentoo-df1add6465543c92517c52206574cc5ce99a5ad0.zip |
kde-apps/kaccounts-integration: drop 21.08.3*
Signed-off-by: Sam James <sam@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-21.08.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 e811b59718ed..aa65208d242b 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,3 +1,2 @@ -DIST kaccounts-integration-21.08.3.tar.xz 86408 BLAKE2B 83892e89afea01ca4934445f68d59fd6f6eebba66d52a8122ea296006d306d66cfaa46c90322cbfe52442e9560cc4788f2bf3d25a901e140cefd58c64ada7a83 SHA512 b98b5932c061760c44eecc9c49c8c18e3a7f43f5bd7c7d055d9f7ed66a0ceea46d21046c8dd63422299b633baef352b031725c2d938f8745b38ef06c35a6c09d DIST kaccounts-integration-21.12.3.tar.xz 87296 BLAKE2B 2c444af2c21788f1d5092c3d272c32132e9351f15c786a308b798b3a79891f0a56360707273e572a22e332ae1968e38991a8528eb24d94aed52484bb653f835f SHA512 fd18735191ea2e0bee2e08c8b2d2b64e85056c4efb7bc857516f27a1e5bbb27de0c8a048009879be04e7718e4340e9b2512b65192ff75801c47c5a0b38d8107f DIST kaccounts-integration-22.04.0.tar.xz 87528 BLAKE2B 6633d35caf8d578b07270def6c44823ddad59e4c187c2510447b98a48768dce23a5b60b5d8920e40bedf28de55f42baf016c5df596868b55120932d5bbf785c4 SHA512 6a6b115a6c2daddf7b63ed1d1ddbc7705b0fceb01cf7f71566d3022bfe3c8b5c92783ccf009aee7dc741b063c37c8f644a991f5a4a213eb1b2917f8ae1123b0c diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.08.3.ebuild deleted file mode 100644 index b5c318af305c..000000000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.84.0 -PLASMA_MINIMAL=5.16.5 -QTMIN=5.15.2 -VIRTUALDBUS_TEST="true" -inherit ecm 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 ~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" |