diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 14:42:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 18:03:50 +0200 |
commit | 391b14102ad84535b1b7d0bac7b62eb5d7611cc8 (patch) | |
tree | bda8558c733af863306ca4266ad310216508ac14 /kde-frameworks | |
parent | kde-frameworks/frameworkintegration: 5.75.0 version bump (diff) | |
download | gentoo-391b14102ad84535b1b7d0bac7b62eb5d7611cc8.tar.gz gentoo-391b14102ad84535b1b7d0bac7b62eb5d7611cc8.tar.bz2 gentoo-391b14102ad84535b1b7d0bac7b62eb5d7611cc8.zip |
kde-frameworks/attica: 5.75.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/attica/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/attica/attica-5.75.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index 7fc9c6202286..53ae489397b8 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1 +1,2 @@ DIST attica-5.74.0.tar.xz 65848 BLAKE2B 614879805233be3508adaf425b71697fb895b99600717de915dbb5c8bad569bfa20b4914638b35adc140c74e4f5a3c0a30389db3b8f92876dd59e06e1931d680 SHA512 261bcec9836c36c3e22df6d629dee35512dac6d8194a393bf2d818432696eb053edee04f5474383f4ab69559f5b875ac392a4c41727eedbea2df9d51b81a19e0 +DIST attica-5.75.0.tar.xz 65876 BLAKE2B fe3428cf0d4a9d21b2501ec3927fca36fb28965ad13bb830c1b3be1592bb296902158e6f619a9b21a0b99111d124af8d3b573f53b94b9ff7580e99c7884137ae SHA512 c523057406efd33a21304df2230c0165f3a7f30582e872171a24fca2997970f23f54a2f53c5b5ca7cc6b890f622874a40af9bb2f555d0c58c313c05a9f2d99f3 diff --git a/kde-frameworks/attica/attica-5.75.0.ebuild b/kde-frameworks/attica/attica-5.75.0.ebuild new file mode 100644 index 000000000000..89722278c649 --- /dev/null +++ b/kde-frameworks/attica/attica-5.75.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTMIN=5.14.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing access to Open Collaboration Services" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-qt/qtnetwork-${QTMIN}:5 +" +DEPEND="${RDEPEND}" + +src_test() { + # requires network access, bug #661230 + local myctestargs=( + -E "(providertest)" + ) + + ecm_src_test +} |