From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCC3515806E for ; Sat, 27 May 2023 10:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04721E0871; Sat, 27 May 2023 10:58:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0CDBE0871 for ; Sat, 27 May 2023 10:58:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D6BE3408F0 for ; Sat, 27 May 2023 10:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F712A6C for ; Sat, 27 May 2023 10:58:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1685185073.95ebcc4e4b4fb6c3b2fd36baea596a044f629f6d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/alligator/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/alligator/Manifest net-news/alligator/alligator-23.04.1.ebuild net-news/alligator/metadata.xml X-VCS-Directories: net-news/alligator/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95ebcc4e4b4fb6c3b2fd36baea596a044f629f6d X-VCS-Branch: master Date: Sat, 27 May 2023 10:58:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bdffcab-0769-40b1-9107-5c52ad07289d X-Archives-Hash: bba4668ad0678ed28845e4d1bfcfe35f commit: 95ebcc4e4b4fb6c3b2fd36baea596a044f629f6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 27 10:54:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 10:57:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ebcc4e net-news/alligator: new package, add 23.04.1 Imported from kde overlay, originally created in guru overlay. Thanks-to: Anna “CyberTailor” sysrq.in> Bug: https://bugs.gentoo.org/907242 Signed-off-by: Andreas Sturmlechner gentoo.org> net-news/alligator/Manifest | 1 + net-news/alligator/alligator-23.04.1.ebuild | 32 +++++++++++++++++++++++++++++ net-news/alligator/metadata.xml | 12 +++++++++++ 3 files changed, 45 insertions(+) diff --git a/net-news/alligator/Manifest b/net-news/alligator/Manifest new file mode 100644 index 000000000000..f1300b7fe0c1 --- /dev/null +++ b/net-news/alligator/Manifest @@ -0,0 +1 @@ +DIST alligator-23.04.1.tar.xz 189168 BLAKE2B 711f269a23212ebedc8d582f333201a99a21bed009ad745c670805eb9d422527c5c37c30c2f73af440fc5dc901ed4ffef0910f026e8672fc37f3a33059e8de69 SHA512 bd119dc678ad6586280610e8f135b9dc9d55b647865507fcbd85366d316669dcb58ee2977c7d927a4e57ed1f391fdfa1c04c9ed554304c50da02cfe29c1912c9 diff --git a/net-news/alligator/alligator-23.04.1.ebuild b/net-news/alligator/alligator-23.04.1.ebuild new file mode 100644 index 000000000000..f40cee90f7cd --- /dev/null +++ b/net-news/alligator/alligator-23.04.1.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" + +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}" diff --git a/net-news/alligator/metadata.xml b/net-news/alligator/metadata.xml new file mode 100644 index 000000000000..ae79baf75acf --- /dev/null +++ b/net-news/alligator/metadata.xml @@ -0,0 +1,12 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + network/alligator + https://bugs.kde.org/enter_bug.cgi?product=Alligator + +