summaryrefslogtreecommitdiff
path: root/kde-frameworks/attica
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-6.3.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest
new file mode 100644
index 00000000000..b92d6c972fb
--- /dev/null
+++ b/kde-frameworks/attica/Manifest
@@ -0,0 +1 @@
+DIST attica-6.3.0.tar.xz 68436 BLAKE2B 2bf02ceeffe32cbf4b996daeccf650443c5ff51909e14b9717e7f73e79eb0b5dc3926c1003093f19f1283b9a67f84ff5f282bbc7bb7dd42225b2f3349a74130b SHA512 1e299491f70b1c24bfee09200fa151e765af9130105852b4fb40d0e47d2fac1f0dc40f0ee7190a7ff5d66b143949e9deff9df5d1b8500a5cbb9cd73797d136ca
diff --git a/kde-frameworks/attica/attica-6.3.0.ebuild b/kde-frameworks/attica/attica-6.3.0.ebuild
new file mode 100644
index 00000000000..c6a7e11d489
--- /dev/null
+++ b/kde-frameworks/attica/attica-6.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing access to Open Collaboration Services"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[network]"
+DEPEND="${RDEPEND}"
+
+CMAKE_SKIP_TESTS=(
+ # requires network access, bug #661230
+ providertest
+)