From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6CC8E139044 for ; Wed, 26 Feb 2014 18:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 643A8E07FA; Wed, 26 Feb 2014 18:46:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F17DAE07FA for ; Wed, 26 Feb 2014 18:46:01 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BF7333FCD8 for ; Wed, 26 Feb 2014 18:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 70F3A188A2 for ; Wed, 26 Feb 2014 18:45:59 +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: <1393440345.1ec877554a011fcd84c68a093c246df35adc7a1c.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-news/rssguard/ X-VCS-Repository: proj/qt X-VCS-Files: net-news/rssguard/metadata.xml net-news/rssguard/rssguard-9999.ebuild X-VCS-Directories: net-news/rssguard/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1ec877554a011fcd84c68a093c246df35adc7a1c X-VCS-Branch: master Date: Wed, 26 Feb 2014 18:45:59 +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: 2b20285b-00c5-45aa-986c-b5ec44a791b9 X-Archives-Hash: b4eb34269a55e0de1fbf815e2d02f6b2 commit: 1ec877554a011fcd84c68a093c246df35adc7a1c Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 26 18:45:45 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 26 18:45:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1ec87755 [net-news/rssguard] Remove package since it is no longer fetchable. --- net-news/rssguard/metadata.xml | 5 ----- net-news/rssguard/rssguard-9999.ebuild | 26 -------------------------- 2 files changed, 31 deletions(-) diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml deleted file mode 100644 index dc439f7..0000000 --- a/net-news/rssguard/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -qt - diff --git a/net-news/rssguard/rssguard-9999.ebuild b/net-news/rssguard/rssguard-9999.ebuild deleted file mode 100644 index 375770d..0000000 --- a/net-news/rssguard/rssguard-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit cmake-utils git-2 - -DESCRIPTION="A tiny RSS and Atom feed reader" -HOMEPAGE="http://code.google.com/p/rss-guard/" -#SRC_URI="http://rss-guard.googlecode.com/files/${P}-src.tar.gz" -EGIT_REPO_URI="http://code.google.com/p/rss-guard/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="dbus" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtwebkit:4 - dev-qt/qtxmlpatterns:4 - x11-themes/hicolor-icon-theme - dbus? ( dev-qt/qtdbus:4 )" -RDEPEND="${DEPEND}" - -DOCS=( resources/text/AUTHORS resources/text/CHANGELOG )