From eccb70a7f91b2d22582587f26d1a28bb31408b45 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 18 May 2019 00:10:51 +0100 Subject: gentoo resync : 18.05.2019 --- kde-frameworks/attica/attica-5.58.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kde-frameworks/attica/attica-5.58.0.ebuild (limited to 'kde-frameworks/attica/attica-5.58.0.ebuild') diff --git a/kde-frameworks/attica/attica-5.58.0.ebuild b/kde-frameworks/attica/attica-5.58.0.ebuild new file mode 100644 index 000000000000..080520ba58dc --- /dev/null +++ b/kde-frameworks/attica/attica-5.58.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 +} -- cgit v1.2.3