diff options
author | 2018-12-01 19:39:52 +0100 | |
---|---|---|
committer | 2018-12-01 20:20:32 +0100 | |
commit | beb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch) | |
tree | 8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/kaccounts-integration | |
parent | kde-plasma: Drop KDE Plasma 5.13.5 (diff) | |
download | gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2 gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip |
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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-18.04.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index eec61385114b..7724d86c132e 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1 @@ -DIST kaccounts-integration-18.04.3.tar.xz 71660 BLAKE2B 083248cfd88c7000036351150122bcdb84ca7f340e0a32794a761db3c68f9f18deb8acea86471bbd0402f86846c7e241fd1b8e2c32b668f8f664e6207d592895 SHA512 2b7ff86398f5dfd454be3f8b2792f0abe9ca17cc4cafee9c4f99ad5f4eb63d47a4a7b9a0f43583e1c108d362a5cda52f8428252b0e7f3afef30c67c13b926ba1 DIST kaccounts-integration-18.08.3.tar.xz 71228 BLAKE2B 69b6a21adface411b11cadae21e2db0083e4a03faa45a6f7e834e3de75b2c9977de3cc50177664b42cea66f878c97b0ab8bd5dbf5bb65a0d6e70ae0c2573cddc SHA512 8ad5fa737c7323625c6f961b105046ead133df5659f99501911ba5785445b52dd7e46f7db80486e9c764a3d50ce798d17f31a5204da0bbf4eeb03586d2d933dc diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.04.3.ebuild deleted file mode 100644 index 555082fc8ba4..000000000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-18.04.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -VIRTUALDBUS_TEST="true" -inherit kde5 - -DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" -HOMEPAGE="https://community.kde.org/KTp" -LICENSE="LGPL-2.1" - -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - net-libs/accounts-qt - >=net-libs/libaccounts-glib-1.21 - net-libs/signond -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kcmutils) - $(add_plasma_dep kde-cli-tools) - sys-devel/gettext -" - -# bug #549444 -RESTRICT+=" test" |