diff options
| -rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/attica/attica-5.105.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest new file mode 100644 index 00000000000..870e6c45766 --- /dev/null +++ b/kde-frameworks/attica/Manifest @@ -0,0 +1 @@ +DIST attica-5.105.0.tar.xz 69456 BLAKE2B ba1ed7a9dbf9122411a19e819b8484b0af96f5f1519ae6254f9779d09a1cb4c2250aac026eb94875fc84450585716f9b09625ceba4fdd26383aefad1f8fe186e SHA512 315ab88fd77c95b8fad61bc1a39e5af867c62d9c89d6b3caaf8c2d617c3ca632ecf86583db081002ee2a5ebf41646b9981b8992fbee1d27624fdf347306b5ba3 diff --git a/kde-frameworks/attica/attica-5.105.0.ebuild b/kde-frameworks/attica/attica-5.105.0.ebuild new file mode 100644 index 00000000000..23ac40a1865 --- /dev/null +++ b/kde-frameworks/attica/attica-5.105.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 +} |
