mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/attica: 6.14.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST attica-5.116.0.tar.xz 69496 BLAKE2B 35fc798b71eb77a33e9f1c7b5a03866d47a970b268e56e6466dcceb61f676d775d6b4d1bacd2fa807005b6b6c9659aaa1065d2e31154b2cadf0431f1781ddb33 SHA512 79a2378d7c8019d16692c7286e079cd29155e5f17256f189aa31e47a6b81e9b7f6ad0d5412388065b309bdc71b4efb72ebb043d587fc41d8ef2a918571c64306
|
||||
DIST attica-6.13.0.tar.xz 68628 BLAKE2B 7b02a9bb5d786f215bccbbae5c17495166d361d70c7222be2c6ac34c0d6ac9c0a28bf091f39446e95846a69a7fc850c549d0f8858c1932969c6f1c737d11aa4d SHA512 5b6f71e03e3252bb3ff27c7b72623f457cb5408bfd56b12e3e4d033a6aed1f895f6ec4ad763342cb20d8722ba8e939e05114ec520c7a5e1f8093567a86318cce
|
||||
DIST attica-6.14.0.tar.xz 68588 BLAKE2B 6fe15acc177fd9032bbcb4d68f3224dc4687866600032915b59c571aa7a0b831c07db260aca74580e54fde4c0b03255c1261285ff260cbf938343bc87582244f SHA512 d0def5457ec0d178db416165e6314d28f9799265037857b1b95aed239958701aa84cbe9008d033952b44a6f1bae36b79d728eb1009a8cc3fad77888d434c2c8e
|
||||
|
||||
21
kde-frameworks/attica/attica-6.14.0.ebuild
Normal file
21
kde-frameworks/attica/attica-6.14.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