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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CD711382C5 for ; Fri, 7 May 2021 18:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9A5E07B3; Fri, 7 May 2021 18:18:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19E97E07B3 for ; Fri, 7 May 2021 18:18:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E30F2340B9C for ; Fri, 7 May 2021 18:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F5359C for ; Fri, 7 May 2021 18:18:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620298673.37c99441af4deefe090bfb4a7338d6f0e9214b95.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: kde-apps/alligator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: kde-apps/alligator/Manifest kde-apps/alligator/alligator-0.1.ebuild kde-apps/alligator/metadata.xml X-VCS-Directories: kde-apps/alligator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 37c99441af4deefe090bfb4a7338d6f0e9214b95 X-VCS-Branch: master Date: Fri, 7 May 2021 18:18:00 +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: b053ba87-23f9-4856-8bb6-5e5a88dd8d81 X-Archives-Hash: 6484c65ced476ca323f85e2cae6b7088 commit: 37c99441af4deefe090bfb4a7338d6f0e9214b95 Author: Anna Vyalkova sysrq in> AuthorDate: Thu May 6 10:40:23 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu May 6 10:57:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37c99441 kde-apps/alligator: initial import Signed-off-by: Anna Vyalkova sysrq.in> kde-apps/alligator/Manifest | 1 + kde-apps/alligator/alligator-0.1.ebuild | 34 +++++++++++++++++++++++++++++++++ kde-apps/alligator/metadata.xml | 12 ++++++++++++ 3 files changed, 47 insertions(+) diff --git a/kde-apps/alligator/Manifest b/kde-apps/alligator/Manifest new file mode 100644 index 000000000..6f4b3f145 --- /dev/null +++ b/kde-apps/alligator/Manifest @@ -0,0 +1 @@ +DIST alligator-0.1.tar.xz 159632 BLAKE2B 5c8af922b6862e59548a94de13ccade643b72284295347aa7f7ab9b9ae6a6b19bed3fff2924a8829550ae22b61f76194d9cbe1e742581749114d28098eca6a3a SHA512 668363e1ec09dee7102ef1b3dffaa30b5a391b84ce3bf85dccb242976bda91c26cead9d16932cd92c6132bcb044d7e40186733e361168dc280efa5905dab8c5b diff --git a/kde-apps/alligator/alligator-0.1.ebuild b/kde-apps/alligator/alligator-0.1.ebuild new file mode 100644 index 000000000..107c1f0a4 --- /dev/null +++ b/kde-apps/alligator/alligator-0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="forceoptional" +KFMIN=5.75.0 +QTMIN=5.15.0 +inherit ecm + +DESCRIPTION="A convergent RSS/Atom feed reader for Plasma" +HOMEPAGE="https://apps.kde.org/alligator/" +SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtquickcontrols-${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/kde-apps/alligator/metadata.xml b/kde-apps/alligator/metadata.xml new file mode 100644 index 000000000..c5ff5d275 --- /dev/null +++ b/kde-apps/alligator/metadata.xml @@ -0,0 +1,12 @@ + + + + + KDE/alligator + https://invent.kde.org/plasma-mobile/alligator/-/issues + + + cyber+gentoo@sysrq.in + Anna + +