mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-frameworks/attica: 6.19.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST attica-5.116.0.tar.xz 69496 BLAKE2B 35fc798b71eb77a33e9f1c7b5a03866d47a970b268e56e6466dcceb61f676d775d6b4d1bacd2fa807005b6b6c9659aaa1065d2e31154b2cadf0431f1781ddb33 SHA512 79a2378d7c8019d16692c7286e079cd29155e5f17256f189aa31e47a6b81e9b7f6ad0d5412388065b309bdc71b4efb72ebb043d587fc41d8ef2a918571c64306
|
||||
DIST attica-6.16.0.tar.xz 68648 BLAKE2B fc7c084d26a858fe8dcb315daadd4f87d2ac11b160a02a906f56dceb21ed6a2ebdad4345ada702377f9b87d20bc9f18ed21fba305f40761c7af986fc28d6ef8f SHA512 139e8a364e69f7aba414ccd91c507a5b6b8f8349c02c973d60fe37dc8e5497419b3bdccff98e3bac47005bea8e7e1a1d7786b58cf1f22766b772f69b5bc06bdf
|
||||
DIST attica-6.18.0.tar.xz 68636 BLAKE2B 7c1aeb410950a29ab221952d783bfdbbd08a95877132689db8b9b5a477c087b12754972cf0ec5869d62db116561a6a728ef03069c4d99dc7ee3312814c8d9b21 SHA512 fb214184551e9c741582c8a53b4ad8d0c5626894c01ce8639575b619d77c1045a858b002fb639a91b7062868de8a491567d960781a895501d4390dc8ad033039
|
||||
DIST attica-6.19.0.tar.xz 68640 BLAKE2B 6b912f9dbd0ac28e838517512c8816ed71a4c7a5fb49aaccc4a7f078c0e4653ffbce392fd4bbe933d2d0c03f23becf9d7624cd37dc48839c22e083bef7b413ff SHA512 a8cefa6ded817d58c2eae41ea54f2d526610ab6d8196a14d448a2b1b9fdd52cab01c8443795d1f6403734298ca3b987967d2592b3f4a7b10d3c9c5bc3e6b051b
|
||||
|
||||
21
kde-frameworks/attica/attica-6.19.0.ebuild
Normal file
21
kde-frameworks/attica/attica-6.19.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QTMIN=6.7.2
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Framework providing access to Open Collaboration Services"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[network]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# requires network access, bug #661230
|
||||
providertest
|
||||
)
|
||||
Reference in New Issue
Block a user