summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-15 20:38:29 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-15 20:47:49 +0100
commite805750640ffcd5150e817e77162f388021b8c0f (patch)
tree8c53c84f54ac00f079d48833e5fbc02a3937b525 /kde-apps/kaccounts-integration
parentsys-devel/gcc: mark 4.9.4 arm64/ia64/m68k/ppc/s390/sh/sparc stable #595560 (diff)
downloadgentoo-e805750640ffcd5150e817e77162f388021b8c0f.tar.gz
gentoo-e805750640ffcd5150e817e77162f388021b8c0f.tar.bz2
gentoo-e805750640ffcd5150e817e77162f388021b8c0f.zip
kde-apps: Version bump KDE Applications 16.08.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-16.08.3.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 655906d63a40..4dc31ecf1859 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1,2 +1,3 @@
DIST kaccounts-integration-16.04.3.tar.xz 45928 SHA256 8ba258fb7c0cb726a9a4e33a503cdee8b1f45f8509893bb18828cedb8d975773 SHA512 0d3b6245b9293800f5ac7253cef47183cd4b1a635e94342a46103fb7fabd8f558e5d37c91b98d26b2860ce542b7c5079c87889fb56c054c839cee7a065eb22aa WHIRLPOOL 5b0faf279b2706c38aff4d2b9f3f39f801a95877a5a01b98f55f32c5d9854f916a4fb97af4f296884282ddad9f2208db4e5449783b41eeb6e57f3302b0be98ec
DIST kaccounts-integration-16.08.2.tar.xz 46148 SHA256 793613aeafc4f543fc5e85c79032b36e2ac7884a312cf3ebf6a6a5f1a881670e SHA512 8ad079f2874c49ac3e383963c80313172a5fe83581a859171014d5b6ad81106def51dc7df314305e37c5eb520769a4a738e70f114f201af931146889b7d40b75 WHIRLPOOL dfc67f803e1ca3745ff9ed0b868fb01aa1215a4fa246298fbb71d834f9b44e85dbc80f79bcff1995a40e8f8476d3477d0b6086bd82b3c179b9fa4f231605b43d
+DIST kaccounts-integration-16.08.3.tar.xz 46224 SHA256 1c549797e7dcf1595b8fcbb1796d8bd71f29c30a9e2405f02cfdf725964d8e0d SHA512 be6324052a7698340af7e0fce589e1bd8d3d8605b3b02493c3881d7dd537d6d21f3a07f5d7ffa6106f5bb0bd5d529e16fd1f910bedad1f8f7c68e9e56800b06e WHIRLPOOL 222645405116cc0d3db82986883fe32405cfe7767755cc61c5916f6dd0c5581237697a60fb9d2c51738298bc9d1ce354d1786e0f26a0f28aa1f92521db1c3c24
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-16.08.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-16.08.3.ebuild
new file mode 100644
index 000000000000..b49345f253cc
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-16.08.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(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="${COMMON_DEPEND}
+ $(add_frameworks_dep kcmutils)
+ $(add_plasma_dep kde-cli-tools)
+ sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}"
+
+# bug #549444
+RESTRICT="test"