diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-12 21:59:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-12 23:05:23 +0200 |
commit | 7105925d77e76b9056ed87af501134e3d43c616a (patch) | |
tree | 60a0a9d3a05db4d8e58fbf744b515d448c84c836 /kde-apps/kaccounts-integration | |
parent | kde-apps/dolphin-plugins-dropbox: drop 21.04.2* (diff) | |
download | gentoo-7105925d77e76b9056ed87af501134e3d43c616a.tar.gz gentoo-7105925d77e76b9056ed87af501134e3d43c616a.tar.bz2 gentoo-7105925d77e76b9056ed87af501134e3d43c616a.zip |
kde-apps/kaccounts-integration: drop 21.04.2*
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-21.04.2.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index bb3b9c7ffa57..6a1bfe2beb1f 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,3 +1,2 @@ DIST kaccounts-integration-20.12.3.tar.xz 84376 BLAKE2B 55f03614f86f2fa60b5b6475092ecf8f923e5e5c9ca2e057d2488abda250861fc1eb7a5c0141006da8a4a1747efe6a897bfbfc45740baea72c51a898783de34b SHA512 e9089f5d99d665a0568e43d66837faa5e994d2d93a3699057e6b86ff3bd65bddc448dd36afb49642ff80e150a922b4f110541f7834d04b52e9059fbff7795a88 -DIST kaccounts-integration-21.04.2.tar.xz 85216 BLAKE2B e39c74b9559e0cadfc8abb00d54a7bc4d738e236c57c7176815329eb482caa2445b2b2f4c8c413b283cc04b6fde3ae0d792bad502097cae497a27c04d0281ae3 SHA512 d93a3c8a9e93e7cf2d1247c11947818d61a4cb66900a8fe2e04c2d944ffba18501adf3128fff0ebdc0f04958c5c95bcc211cfbd7820ad43cfb4b9bc605ae2008 DIST kaccounts-integration-21.04.3.tar.xz 85184 BLAKE2B 4672f9b8e0d9f376d0d602a443aa6b60da93bde3427d33d2b7380f48978ea6a65c032f0e65483d1a715ffd422dac92840cc2e0186fff2eabc40da1d8e9995a2e SHA512 0552ab2da16b8ab85632f458827a1c16dc0b7e4a4d3b97266249430595abe11f0b76dc2dd7f59dc7796e795855bce122915733b692d9270b6da8b6cabc2c2ae8 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.04.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.04.2.ebuild deleted file mode 100644 index e6a71ffbc9cb..000000000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-21.04.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="forceoptional" -KFMIN=5.80.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 ~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" |