diff options
author | 2023-11-07 16:22:28 +0100 | |
---|---|---|
committer | 2023-11-07 16:36:05 +0100 | |
commit | a0f5278d97657f50aae44125e7fd7ebbfaf9853a (patch) | |
tree | 053aba453d611bf4ca7e03789dece3ef7b0b7ad2 /net-news | |
parent | net-misc/kio-zeroconf: 23.08.3 version bump (diff) | |
download | kde-a0f5278d97657f50aae44125e7fd7ebbfaf9853a.tar.gz kde-a0f5278d97657f50aae44125e7fd7ebbfaf9853a.tar.bz2 kde-a0f5278d97657f50aae44125e7fd7ebbfaf9853a.zip |
net-news/alligator: 23.08.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/alligator/Manifest | 1 | ||||
-rw-r--r-- | net-news/alligator/alligator-23.08.3.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest new file mode 100644 index 0000000000..28680d4929 --- /dev/null +++ b/net-news/alligator/Manifest @@ -0,0 +1 @@ +DIST alligator-23.08.3.tar.xz 191876 BLAKE2B 75125fba86307977bb109f491793c5a4b85f500d000b604615fcb578f6f97c83700d88efd9c64f21967990a634440b9ba1e8e161be01f84e10605b477f980850 SHA512 e9f245107bd7a94b8c237b6341b842a3b6304c3ecf3a1f538e5f0d0933df7cd338796615ecd77796b2965c5bde6dd3d1a17519e0d8e1a2957074087d655ea8f1 diff --git a/net-news/alligator/alligator-23.08.3.ebuild b/net-news/alligator/alligator-23.08.3.ebuild new file mode 100644 index 0000000000..6a0205f05e --- /dev/null +++ b/net-news/alligator/alligator-23.08.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm gear.kde.org + +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-0.6:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsql-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/syndication-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |