summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 13:43:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-13 14:23:26 +0200
commit79a5699b7bbe71a24b589ba09c09680e1f6e20f4 (patch)
treef20219a0f1ca344621fe3f8ef5b63a13c7ad412d /kde-apps/kaccounts-integration
parentkde-apps/dolphin-plugins-dropbox: drop 21.04.0* (diff)
downloadgentoo-79a5699b7bbe71a24b589ba09c09680e1f6e20f4.tar.gz
gentoo-79a5699b7bbe71a24b589ba09c09680e1f6e20f4.tar.bz2
gentoo-79a5699b7bbe71a24b589ba09c09680e1f6e20f4.zip
kde-apps/kaccounts-integration: drop 21.04.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 1aed0f201b67..34d16491285e 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.0.tar.xz 84508 BLAKE2B b587457a238069a9512765b33ba66d5e4c5a6d596c6076cee8c41983f15a88bb9ba5bb9c5023c4897766c08d6ceb10c63b9cd8131ab622e199d3fc7f825d66f2 SHA512 83d78b34216a8670f2a042b1beb3da733eff9120abff5db9bda864cb8470e885754897448bc6bd1e1eb388ad95ad7dfaffd57967f3ff954f3f42a98a6c87a69b
DIST kaccounts-integration-21.04.1.tar.xz 84512 BLAKE2B 367429229e84d52c82ccd9df699bf7a8887cb56e9e789206aa18c528b6201ca1a8002db675aabbec7da5fcb42898d709c0ddd7fcd5cfd75d854a9c184350626a SHA512 7ea371f939fde26cc093b87bb10dc23d72f4dc728528029cc68d083bbb7c73da3fe8497b37055ffd8578924c2217e1a719b79e172930783e75dd1434497668d4
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild
deleted file mode 100644
index e6a71ffbc9cb..000000000000
--- a/kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.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"