diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-13 19:41:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-14 10:29:04 +0200 |
commit | ab114f5fcad833789e322a16572bb9ef4d7220b9 (patch) | |
tree | 6a7cf1485a6a654d0a4057c754587f92810e4495 /kde-frameworks/attica | |
parent | kde-frameworks/frameworkintegration: 5.97.0 version bump (diff) | |
download | gentoo-ab114f5fcad833789e322a16572bb9ef4d7220b9.tar.gz gentoo-ab114f5fcad833789e322a16572bb9ef4d7220b9.tar.bz2 gentoo-ab114f5fcad833789e322a16572bb9ef4d7220b9.zip |
kde-frameworks/attica: 5.97.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/attica')
-rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/attica/attica-5.97.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index 93f2392a21ed..35bd4a7ffa74 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1 +1,2 @@ DIST attica-5.96.0.tar.xz 69896 BLAKE2B 1f707b2262ada63825eab246dc5db355f89f6dd42e50b10bffc3096af3d184b59477030bc3fcf347a04d4e2e62d2ecfcac3fb83aa01c3979c76db9f47be92559 SHA512 2dc8e32594e95d7d7beb4ce3125e4e81f9e11068b7c0c017b1473dcaa08661f3ed1f3c4d6627bb2dfcddeaff584e8f8ab3fe703d234faecac392653d6a185a0d +DIST attica-5.97.0.tar.xz 69936 BLAKE2B 04415834e0433ebde2a84bd4978f3d36b30835106db1f77d516067e8054137ac9d4e4891c2b06fb57164817e10346b060496d82d2c65d83428653daa8c007d00 SHA512 1d69ba68a1f9a0e712b9459c84498b4818202bf1acd1c3a635f9aff41d916071f8a25eda5cf43ab129b15b4c3a80eea7091358880534c320ab56c5b800193fcf diff --git a/kde-frameworks/attica/attica-5.97.0.ebuild b/kde-frameworks/attica/attica-5.97.0.ebuild new file mode 100644 index 000000000000..56c7708d5d60 --- /dev/null +++ b/kde-frameworks/attica/attica-5.97.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 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 +} |