summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 23:32:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-15 10:32:38 +0200
commit8a7b369d7e0dc99db041038c236d463c552c6315 (patch)
tree20b4631f1efedc6dc72e862a8e49bc3dcf032328 /kde-frameworks/attica
parentapp-admin/sysstat: Old. (diff)
downloadgentoo-8a7b369d7e0dc99db041038c236d463c552c6315.tar.gz
gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.tar.bz2
gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.zip
kde-frameworks: Add KDE Frameworks 5.51.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-5.51.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest
index ef3517d3b067..a16b95a9ca0d 100644
--- a/kde-frameworks/attica/Manifest
+++ b/kde-frameworks/attica/Manifest
@@ -1 +1,2 @@
DIST attica-5.50.0.tar.xz 62520 BLAKE2B f3b8e1410252cb4f59134c0b061388da380f1bb1baf053dcc3030cbc975c15ca52854190f2aec674ca7d30c8e31c19cc421ffa9a548f716a7ffd940428a2751a SHA512 026fcb7d5de01840dfaa8f28f007cd1fba142af0e1b471b5c4f5ef479e4d5b169108703ddf30998ba3e33c054bd8a833ee3f8bc4ebac25fafdba196f93166b07
+DIST attica-5.51.0.tar.xz 62620 BLAKE2B 58c149e060e92c9614ac2a2759b4bada728858ddc02c93f59e08886a0609e678185e6fea6a2e79eaf0dc72a45861a58ee8fe0d1a635011aa82713d64d69f8c73 SHA512 290cd42ab6081fa827560983830789a89c172327aac802058a34ba977108ead255632131f0d55c83aa99845374f98cd581b29157840b7418d6371b1f4ded5bfc
diff --git a/kde-frameworks/attica/attica-5.51.0.ebuild b/kde-frameworks/attica/attica-5.51.0.ebuild
new file mode 100644
index 000000000000..b92415594650
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.51.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Framework providing access to Open Collaboration Services"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_qt_dep qtnetwork)
+"
+DEPEND="${RDEPEND}"
+
+src_test() {
+ # requires network access, bug #661230
+ local myctestargs=(
+ -E "(providertest)"
+ )
+
+ kde5_src_test
+}