diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest index 323348a31abd9..f46015bba2c21 100644 --- a/net-news/alligator/Manifest +++ b/net-news/alligator/Manifest @@ -1 +1,2 @@ DIST alligator-25.04.3.tar.xz 241152 BLAKE2B 2802b4b4156e149d78fad5e825202d5bec1e51ba61c3f52e79d2ce3816e70d98735b6a7bfbc1a22949a8b8652a416574f37903e034ac65443706b154ab1195f0 SHA512 bf1caabc45a5c93dbd18e1cb3fb2c8b93dabd2555a3bfdb73917950b80e32d83e9b7d11550be4a5a8dfdd6062a386b6fc4ca5146eb2b74c6f9a9a405a581bdb5 +DIST alligator-25.08.0.tar.xz 241120 BLAKE2B a7b05f753201f3e10bc7c5d5ffe61b84a6598aa91ce803f25c2d3c521651d57c8652e0925fe975352d9855f4bd286c8735f75fffc6ecde495071085eb2abac28 SHA512 420c143de718a40b8ecf63bd37e3717a60ed44b4264f58a2bbb297fc8583e1f272b935b7b14606b3cbfd11bedb30017d874b0b444bc2dc1b96a12783d4192595 diff --git a/net-news/alligator/alligator-25.08.0.ebuild b/net-news/alligator/alligator-25.08.0.ebuild new file mode 100644 index 0000000000000..99a21096e3adc --- /dev/null +++ b/net-news/alligator/alligator-25.08.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=6.16.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org xdg + +DESCRIPTION="Convergent RSS/Atom feed reader for Plasma" +HOMEPAGE="https://apps.kde.org/alligator/" + +LICENSE="|| ( GPL-2 GPL-3 ) CC0-1.0 CC-BY-SA-4.0 GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +DEPEND=" + dev-libs/kirigami-addons:6 + >=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kcolorscheme-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-frameworks/syndication-${KFMIN}:6 +" +RDEPEND="${DEPEND}"