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 0F1EF138CDB for ; Wed, 10 Jun 2015 10:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47823E086B; Wed, 10 Jun 2015 10:37:29 +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 0AA88E0864 for ; Wed, 10 Jun 2015 10:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 331F2340C1C for ; Wed, 10 Jun 2015 10:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5A4EA48 for ; Wed, 10 Jun 2015 10:37:23 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1433889817.55b20523e2da93cbc0d5a45d22cb8790ce96fca8.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-irc/polari/ X-VCS-Repository: proj/gnome X-VCS-Files: net-irc/polari/polari-3.16.1.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 55b20523e2da93cbc0d5a45d22cb8790ce96fca8 X-VCS-Branch: master Date: Wed, 10 Jun 2015 10:37:23 +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: a5200f71-ab99-41e8-9725-35580f5a234e X-Archives-Hash: 2450c33bfd1fdff06450f333c4ef18eb commit: 55b20523e2da93cbc0d5a45d22cb8790ce96fca8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 22:43:37 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 22:43:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=55b20523 net-irc/polari: moved to gentoo-x86 net-irc/polari/polari-3.16.1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/net-irc/polari/polari-3.16.1.ebuild b/net-irc/polari/polari-3.16.1.ebuild deleted file mode 100644 index aac73cb..0000000 --- a/net-irc/polari/polari-3.16.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="An IRC client for Gnome" -HOMEPAGE="https://wiki.gnome.org/Apps/Polari" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-libs/gjs - >=dev-libs/glib-2.43.4:2 - >=dev-libs/gobject-introspection-0.9.6 - net-libs/telepathy-glib[introspection] - >=x11-libs/gtk+-3.15.6:3[introspection] -" -DEPEND="${RDEPEND} - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - virtual/pkgconfig -"