diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 02:14:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 09:05:39 +0200 |
commit | 3602846ce635b5c837d9671239f29290a7288188 (patch) | |
tree | fcb1e827ec5bb8d44fffda35edca86ad7012702f /kde-apps/kaccounts-integration | |
parent | media-gfx/exiv2: Fix build with clang (diff) | |
download | gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.gz gentoo-3602846ce635b5c837d9671239f29290a7288188.tar.bz2 gentoo-3602846ce635b5c837d9671239f29290a7288188.zip |
kde-apps: Drop KDE Applications 17.12.3
Package-Manager: Portage-2.3.44, Repoman-2.3.10
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-17.12.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 21648a71ced0..f8e2118c8b94 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1 @@ -DIST kaccounts-integration-17.12.3.tar.xz 70824 BLAKE2B 1299d25ac8852362a346edecc9f9d6554cd05e5554dcf58b735bce3b099074de4c0b2f8d77566075d90e775bc7e8a6c5cdac2bcb332207d808641163bac5cffa SHA512 239e273496c6d190a5c07f4fb98d718e435d0d4864f2c58877e90824d8f4fbbefcc4a057bc4a1ea25b4df77da9a111711d18a6111a58febe932844befc0489dc DIST kaccounts-integration-18.04.3.tar.xz 71660 BLAKE2B 083248cfd88c7000036351150122bcdb84ca7f340e0a32794a761db3c68f9f18deb8acea86471bbd0402f86846c7e241fd1b8e2c32b668f8f664e6207d592895 SHA512 2b7ff86398f5dfd454be3f8b2792f0abe9ca17cc4cafee9c4f99ad5f4eb63d47a4a7b9a0f43583e1c108d362a5cda52f8428252b0e7f3afef30c67c13b926ba1 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-17.12.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-17.12.3.ebuild deleted file mode 100644 index 555082fc8ba4..000000000000 --- a/kde-apps/kaccounts-integration/kaccounts-integration-17.12.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" |