mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
kde-frameworks/syndication: 6.14.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST syndication-6.13.0.tar.xz 569492 BLAKE2B 32dad7aac0c8514b77abab4f345a5f9701f30579de7f4b96ce1ffe6a8221894b730bdf278690d90168461755f0b34bcfd842f3868cb61259996d97c1bc8d7b65 SHA512 3a905ee0a235af7027ce723a4f0901d70527cf18aaa06d5882cde9a48c8d7bb6c1057f816be33d07e35d31c70a64d3f7944cf22844f6b811675eb921572cfc62
|
||||
DIST syndication-6.14.0.tar.xz 569496 BLAKE2B 41a1a34c5483ea4e338ce89ec19fd822c8b0c523c568278ff90de1d4fecaff33e2b1eeffb4a3661760a74d2d271f28ab47cc6f354dea5ed6212b451c7ff32a3b SHA512 775a19caea958cdb6d37a3889ecfa3d15a060794404108dc5bc76ed7e9fa702e8a0a0d4818f591fd85361bf532b0b0ee82b89f54618341de5c577a220590b0cf
|
||||
|
||||
22
kde-frameworks/syndication/syndication-6.14.0.ebuild
Normal file
22
kde-frameworks/syndication/syndication-6.14.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
QTMIN=6.7.2
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Library for parsing RSS and Atom feeds"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[xml]
|
||||
=kde-frameworks/kcodecs-${KDE_CATV}*:6
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
|
||||
"
|
||||
Reference in New Issue
Block a user