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 5E649138239 for ; Sun, 5 Jan 2020 17:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95971E0AB5; Sun, 5 Jan 2020 17:00:24 +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 71633E0AB5 for ; Sun, 5 Jan 2020 17:00:24 +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 4C8BA34DDCF for ; Sun, 5 Jan 2020 17:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 826D242 for ; Sun, 5 Jan 2020 17:00:05 +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: <1578243579.578306583c637833d1a7caab959bfdf007fa268a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/rssguard/Manifest net-news/rssguard/rssguard-3.5.5.ebuild X-VCS-Directories: net-news/rssguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 578306583c637833d1a7caab959bfdf007fa268a X-VCS-Branch: master Date: Sun, 5 Jan 2020 17:00:05 +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: 15fdf753-85c3-4a74-94e9-73cceedd8956 X-Archives-Hash: 7fed5c4c3c456e0d1b54f52561a6cfea commit: 578306583c637833d1a7caab959bfdf007fa268a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 5 16:50:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 5 16:59:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57830658 net-news/rssguard: Drop 3.5.5 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-news/rssguard/Manifest | 1 - net-news/rssguard/rssguard-3.5.5.ebuild | 47 --------------------------------- 2 files changed, 48 deletions(-) diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest index b4046486040..c1a240e5a10 100644 --- a/net-news/rssguard/Manifest +++ b/net-news/rssguard/Manifest @@ -1,2 +1 @@ -DIST rssguard-3.5.5.tar.gz 6446094 BLAKE2B 81a862f25f2c3029d4453faf03ddcfac1cd420a430acafff75bf15132d080b726910da82d1b7422f383eaec8b40a3956d7ad91d9368d9bd68fabcb9940dc3ad2 SHA512 4e6512c0d58c678145f63a2a42c43abfe4a6ceb8c9d395aba52228ca3afdaaf3dafdd79ab846dada16963f1be5dd22afb877910acc1425aea037d6fa1fc08996 DIST rssguard-3.5.9.tar.gz 5775322 BLAKE2B f7d91e87b2a55d780bc1eae4f7e55b8059c049d21998f4c2554a84ca1d7b283e3145a556eef77e784d88ae2ad9f016d7b486a12141dceeada69dd1240205de23 SHA512 3a7223767185bf37bef316291b88d60bb2906fdbd0b045aa07c2ca4be19aadaeaa0b8c923f22aaa3483c7db783386744ad1411ad1ab214a8a71ef260948707b9 diff --git a/net-news/rssguard/rssguard-3.5.5.ebuild b/net-news/rssguard/rssguard-3.5.5.ebuild deleted file mode 100644 index 7d8229bd331..00000000000 --- a/net-news/rssguard/rssguard-3.5.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic qmake-utils - -DESCRIPTION="A tiny RSS and Atom feed reader" -HOMEPAGE="https://github.com/martinrotter/rssguard" -SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug webengine" -MINQT="5.8:5" - -RDEPEND=" - >=dev-qt/qtcore-${MINQT} - >=dev-qt/qtgui-${MINQT} - >=dev-qt/qtnetwork-${MINQT} - >=dev-qt/qtconcurrent-${MINQT} - >=dev-qt/qtsql-${MINQT} - >=dev-qt/qtwidgets-${MINQT} - >=dev-qt/qtxml-${MINQT} - webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] ) -" -DEPEND="${RDEPEND} - >=dev-qt/linguist-tools-${MINQT} -" - -src_configure() { - # needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5 - "$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed" - # CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156 - eqmake5 \ - CONFIG+=$(usex debug debug release) \ - $(is-flagq -flto* && echo "CONFIG+=ltcg") \ - USE_WEBENGINE=$(usex webengine true false) \ - LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \ - PREFIX="${EPREFIX}"/usr \ - INSTALL_ROOT=. -} - -src_install() { - emake install INSTALL_ROOT="${D}" -}