diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-14 19:24:47 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-14 19:24:47 +0200 |
commit | 187cd4160035aa1b2981f7025f1f22adc9f4da5b (patch) | |
tree | 08fd29e25b2441bf1ca762267c7731a72a582400 /kde-apps/kaccounts-providers | |
parent | kde-base/kdelibs: Version bump 4.14.22 (diff) | |
download | gentoo-187cd4160035aa1b2981f7025f1f22adc9f4da5b.tar.gz gentoo-187cd4160035aa1b2981f7025f1f22adc9f4da5b.tar.bz2 gentoo-187cd4160035aa1b2981f7025f1f22adc9f4da5b.zip |
kde-apps: Remove KDE Applications 16.04.2
Package-Manager: portage-2.3.0
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-16.04.2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest index 3f7c4f946112..0cf15df5f67a 100644 --- a/kde-apps/kaccounts-providers/Manifest +++ b/kde-apps/kaccounts-providers/Manifest @@ -1,3 +1,2 @@ DIST kaccounts-providers-15.12.3.tar.xz 17012 SHA256 89f1469d37711aef7e2f84ab65bf8a6d1b4639d9dcb5a8e9cfec7d9344d8ba52 SHA512 6c4a85a7ad4a014ca8ec6d3c9fb18852624f01c2ec67997cfe0c0f2cd1d6b3247f9c5dd96c645354d8c12bb6284347b790d0db78e4a04f2136819b3a47265dc2 WHIRLPOOL 7cc672e996a2c55f8265c9051b9e0df1360be8889700b528dc857be7b7f77ed537cd535f6c68294478cd13827b03c9aadcc1de51849f21a6a3d73085c913e169 -DIST kaccounts-providers-16.04.2.tar.xz 17032 SHA256 4092acf5cf2d970a0bff0d0f021cbecba75cb26ee6c51ebd400770b5fbc48dce SHA512 2a2e5eeb147e297a7e7b927ec59e5353307b49027925675a960894de9baaa529a3aa090e508f18bb1594c4129ebdc58f489ff6d76af89287c6afd7f53c462130 WHIRLPOOL 73520441e47e7925d7e1c8f30590feaaa1d906627c66d3cd6ecd65200e2c394fee05f06246220eb98c09014e31fe738e6b993ced76827a0746014fdbb40192e4 DIST kaccounts-providers-16.04.3.tar.xz 17032 SHA256 e99ddb0e75c570bbcb586329b10d3f6114b43530df57f8f162314ccf59c7b646 SHA512 f0de0d752a9aaaad45ba8683ee14bdbc825f8a9183424a432b1b4a577d425124f8a5077a695e254e54d129db5a23b9307a86fd4369b9e81688eef802ddbd4155 WHIRLPOOL ac3aec884a90fcb0d00b45d230fe71934aefc04110f2f2ec416fc6b638f102ffb92ad63ad452f8d835a9eb6e880e659b8e51266af7b032ec9088076d9abfa6da diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-16.04.2.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-16.04.2.ebuild deleted file mode 100644 index ad12fe6da1c7..000000000000 --- a/kde-apps/kaccounts-providers/kaccounts-providers-16.04.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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-im/telepathy-connection-managers[xmpp] - net-libs/signon-ui - net-libs/signon-oauth2 -" |