summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-11 09:10:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-11 19:18:47 +0100
commit6b17324f2275d557babb11a67a57aa305a6ef6a1 (patch)
tree3c6620a03e2dccfa67c1a43b1a2f0a88a81d20b4 /kde-frameworks/attica
parentkde-frameworks/frameworkintegration: 5.104.0 version bump (diff)
downloadgentoo-6b17324f2275d557babb11a67a57aa305a6ef6a1.tar.gz
gentoo-6b17324f2275d557babb11a67a57aa305a6ef6a1.tar.bz2
gentoo-6b17324f2275d557babb11a67a57aa305a6ef6a1.zip
kde-frameworks/attica: 5.104.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r--kde-frameworks/attica/Manifest1
-rw-r--r--kde-frameworks/attica/attica-5.104.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest
index 812a1ffd7780..b16eb9923da6 100644
--- a/kde-frameworks/attica/Manifest
+++ b/kde-frameworks/attica/Manifest
@@ -1,2 +1,3 @@
DIST attica-5.102.0.tar.xz 69432 BLAKE2B e4eb12874575cccda1c42b5cea532bfca83699e86fd5042812083d69772980893c0cf76c157565fcc6ae7774836f4677156eb59f88303503ec1663106f9a9038 SHA512 e60e7189eb0b60b936a9b8a665c25ae70f32c241c98fc576f58b99301dd4de1efea765c75669a6cc9c7f2403f4d21d832c25a18c7bd5e988a6c0798a82cd6f75
DIST attica-5.103.0.tar.xz 69436 BLAKE2B e417637ce9aefd8771b806de90dcff450922ddbf018d5a2d04a6e1012235a4125a05a826d45797d9bd0d0692bfa1baa5316754079cd095f795464c97ad10c646 SHA512 cc087ba93288b6c81a527d00a916493fdd75504a473b70639ff25e77e02f85a4cf5403ecd046a8e514511fd1ce75c36dd95c5a9f4fced580c70be8ae9ac0963f
+DIST attica-5.104.0.tar.xz 69456 BLAKE2B f26f5856afad8f24a64a4117ecb6463ca1b7f6915e192a4f43befe3793c0a894bfbe010ce2d5b99759bcbd5506a1cf5cabe42ad865b6910e1f946875dfe99bc9 SHA512 b37e23d189ca374059afe5a04492bae67d57c7a43affe68c5c44fa6248a8c9c5dbffb97a2cf570170e9a2200278b718599e1d17611502ad15ae02b1f2a6cf94e
diff --git a/kde-frameworks/attica/attica-5.104.0.ebuild b/kde-frameworks/attica/attica-5.104.0.ebuild
new file mode 100644
index 000000000000..23ac40a18655
--- /dev/null
+++ b/kde-frameworks/attica/attica-5.104.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing access to Open Collaboration Services"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtnetwork-${QTMIN}:5
+"
+DEPEND="${RDEPEND}"
+
+src_test() {
+ # requires network access, bug #661230
+ local myctestargs=(
+ -E "(providertest)"
+ )
+
+ ecm_src_test
+}