summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 13:38:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 14:23:10 +0100
commit207c6f88d3217428ca3ef82454d9cfa7fbdb50b9 (patch)
tree3e5d9e1418b804668828710796add2b22c26bc08
parentkde-apps/dolphin-plugins-dropbox: drop 21.08.2* (diff)
downloadgentoo-207c6f88d3217428ca3ef82454d9cfa7fbdb50b9.tar.gz
gentoo-207c6f88d3217428ca3ef82454d9cfa7fbdb50b9.tar.bz2
gentoo-207c6f88d3217428ca3ef82454d9cfa7fbdb50b9.zip
kde-apps/kaccounts-integration: drop 21.08.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-21.08.2.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index a95af4098f49..979f031d9658 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1,3 +1,2 @@
DIST kaccounts-integration-21.04.3.tar.xz 85184 BLAKE2B 4672f9b8e0d9f376d0d602a443aa6b60da93bde3427d33d2b7380f48978ea6a65c032f0e65483d1a715ffd422dac92840cc2e0186fff2eabc40da1d8e9995a2e SHA512 0552ab2da16b8ab85632f458827a1c16dc0b7e4a4d3b97266249430595abe11f0b76dc2dd7f59dc7796e795855bce122915733b692d9270b6da8b6cabc2c2ae8
-DIST kaccounts-integration-21.08.2.tar.xz 86356 BLAKE2B b34c44fcbf0d9a7677012bd2fbe6a56747978a40f0b8a65342dc2960ef975abb62f2a2f4d926a636af6c366b2b24a21847cab32121c7feb458b6779ae58a3978 SHA512 9d1c2ac0453c168cf0bc5d7b4692695e77ec02f8d7f363e68772acc22f45f9d2c9e5e30e1a503ea29014029e7556d7d2c59fef3d29012aab144d4ad0e6ca5478
DIST kaccounts-integration-21.08.3.tar.xz 86408 BLAKE2B 83892e89afea01ca4934445f68d59fd6f6eebba66d52a8122ea296006d306d66cfaa46c90322cbfe52442e9560cc4788f2bf3d25a901e140cefd58c64ada7a83 SHA512 b98b5932c061760c44eecc9c49c8c18e3a7f43f5bd7c7d055d9f7ed66a0ceea46d21046c8dd63422299b633baef352b031725c2d938f8745b38ef06c35a6c09d
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.08.2.ebuild
deleted file mode 100644
index ed5ac838f8f5..000000000000
--- a/kde-apps/kaccounts-integration/kaccounts-integration-21.08.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=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"