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 347431395E2 for ; Thu, 24 Nov 2016 10:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4787DE0AEB; Thu, 24 Nov 2016 10:54:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C17CE0AEB for ; Thu, 24 Nov 2016 10:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F084F340F43 for ; Thu, 24 Nov 2016 10:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F0048B for ; Thu, 24 Nov 2016 10:54:15 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1479984842.a7bceb150f2d8cd1be7287088c565a8b89e155e7.kensington@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-2.4.0.ebuild X-VCS-Directories: net-news/rssguard/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a7bceb150f2d8cd1be7287088c565a8b89e155e7 X-VCS-Branch: master Date: Thu, 24 Nov 2016 10:54:15 +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-Archives-Salt: 2668d3ad-310d-4a2c-81e1-64fdb24707ed X-Archives-Hash: e867230c370cd74bf1e66e14e58aba80 commit: a7bceb150f2d8cd1be7287088c565a8b89e155e7 Author: Michael Palimaka gentoo org> AuthorDate: Thu Nov 24 10:53:47 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 24 10:54:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bceb15 net-news/rssguard: remove old Package-Manager: portage-2.3.2 net-news/rssguard/Manifest | 1 - net-news/rssguard/rssguard-2.4.0.ebuild | 48 --------------------------------- 2 files changed, 49 deletions(-) diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest index cfd5583..d82b114 100644 --- a/net-news/rssguard/Manifest +++ b/net-news/rssguard/Manifest @@ -1,2 +1 @@ -DIST rssguard-2.4.0.tar.gz 44439456 SHA256 5b9f87185a1d5b4ebbbd6aa8ff49fe0b470f323e7465c1a7c364198f62ed877e SHA512 ab789af3119fea8a974b0d0c4c15c256b61ea8d143963fcba6c8dfa792191fa7e21a83e8c867bdeec4cf5dec479300016163f529e5337bc22ef533e9b7631f92 WHIRLPOOL 15f3243b077ccab89188b95b0b5450c06b07910555296d483dea283125e09a11f4e0c1327c2e8740fb6cd1aebccc2a874e52558e28a9a5c2fac64de7fd6a0d87 DIST rssguard-3.3.5.tar.gz 5310573 SHA256 c8f9d05d498e63f5654dca2fc27834403d6cd76f078639a5d6e1b2acbc6e81bf SHA512 3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be WHIRLPOOL efc16b622f3a0ddccee05c0ff5ba97933b170a8e1b713bf4cd81baeda745e70c88acd34502a372a34df339ab210b929f331609f022be3d5dc88cb9acc74de697 diff --git a/net-news/rssguard/rssguard-2.4.0.ebuild b/net-news/rssguard/rssguard-2.4.0.ebuild deleted file mode 100644 index a221ab5..00000000 --- a/net-news/rssguard/rssguard-2.4.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="A tiny RSS and Atom feed reader" -HOMEPAGE="https://bitbucket.org/skunkos/rssguard" -SRC_URI="https://bitbucket.org/skunkos/rssguard/downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="qt4 +qt5" -REQUIRED_USE="^^ ( qt4 qt5 )" - -RDEPEND=" - qt4? ( dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtwebkit:4 - dev-qt/qtxmlpatterns:4 ) - qt5? ( dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsql:5 - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/qtxmlpatterns:5 )" -DEPEND="${RDEPEND} - qt5? ( dev-qt/linguist-tools:5 ) -" - -DOCS=( README.md resources/text/CHANGELOG ) - -src_prepare() { - sed -e '/Encoding/d' -i resources/desktop/${PN}.desktop.in || die 'sed failed' - epatch_user -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_use qt5 QT_5) - ) - cmake-utils_src_configure -}