diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:21:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch) | |
tree | 6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/kaccounts-providers | |
parent | kde-apps: Add KDE Applications 18.12.2 (diff) | |
download | gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2 gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip |
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-providers')
-rw-r--r-- | kde-apps/kaccounts-providers/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest index 83638ae44e41..421ed1bbcf17 100644 --- a/kde-apps/kaccounts-providers/Manifest +++ b/kde-apps/kaccounts-providers/Manifest @@ -1,3 +1,2 @@ DIST kaccounts-providers-18.08.3.tar.xz 31884 BLAKE2B 526d2c878ac00c069f5b0e658c506844f5c44acc1ca77c20196831d84b329e9743a460d9cc943eda705b53be75f52ae4fc08dc52b67a1d0f0a93749263daaed4 SHA512 9f2c426bd1cb7a7133f9c3ca77487ab5903f25866b9dc0f7ffc0950aae92f4c9c4e84f5b1e0ff57e0e25acbc5caa6d90846f9822ad48b271f996180781ccb3bf -DIST kaccounts-providers-18.12.1.tar.xz 31612 BLAKE2B f8be00f46e2b5c85f29bb895009fb34e1ba7cd71649ce7b6af398f86274151a0481d75a2af5a936aebb6a4a88f5a691026efd647278b021d08831a4c6650157b SHA512 d924e2ac0b6062052a9a053d21c059caa4e8a24a2e0e0741ade4fd73d1925b043dd39da73dc09367b0d733bbaf8f988ad72a46f4c1c9a0d75fc16430cbea9852 DIST kaccounts-providers-18.12.2.tar.xz 31592 BLAKE2B 57d44ba6608d96a07810d1144b533ef885c071d84dc5ab632e38792c22b442a0d96621f14c76a89c82bcec1235473167bf159a44a2815ba1fc14cedf529a0b2d SHA512 03bf8b528e4920c61b678f1b5b7bc72a33189dfa82f950a928bea2cce816ed042f0cc9f74380b6451161e436c7006d74049d181b81874c5e2b6f6ad6fda7720c diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild deleted file mode 100644 index d344e361ca9a..000000000000 --- a/kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="KDE accounts providers" -HOMEPAGE="https://community.kde.org/KTp" -LICENSE="LGPL-2.1" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_kdeapps_dep kaccounts-integration) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtxml) -" -DEPEND="${COMMON_DEPEND} - dev-util/intltool -" -RDEPEND="${COMMON_DEPEND} - net-libs/signon-ui - net-libs/signon-oauth2 -" |