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 64F9F138CEF for ; Wed, 12 Feb 2014 23:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAC6FE0B9D; Wed, 12 Feb 2014 23:48:25 +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 62563E0B9C for ; Wed, 12 Feb 2014 23:48:20 +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 8446833FA4C for ; Wed, 12 Feb 2014 23:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5CDAE188D9 for ; Wed, 12 Feb 2014 23:48:17 +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: <1392248698.e87cb59a32bf835f44400cca0ea0202f5573e367.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild X-VCS-Directories: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e87cb59a32bf835f44400cca0ea0202f5573e367 X-VCS-Branch: master Date: Wed, 12 Feb 2014 23:48:17 +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: b50491bd-33c2-42f0-8544-f648794117b9 X-Archives-Hash: ed98cd528bcd8bb66a6d1c7041d2708c commit: e87cb59a32bf835f44400cca0ea0202f5573e367 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 23:44:58 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 23:44:58 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e87cb59a x11-themes/gnome-icon-theme-symbolic: moved to gentoo-x86 --- .../gnome-icon-theme-symbolic-3.10.1.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild deleted file mode 100644 index 48a6b07..0000000 --- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Symbolic icons for GNOME default icon theme" -HOMEPAGE="https://git.gnome.org/browse/gnome-icon-theme-symbolic/" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -IUSE="" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" - -RDEPEND="${COMMON_DEPEND} - !=gnome-extra/gnome-power-manager-3.0* -" -# Matches 3.10 -# !=gnome-extra/gnome-power-manager-3.1* - -# keyboard-brightness icon file collision with old gnome-power-manager -DEPEND="${COMMON_DEPEND} - >=x11-misc/icon-naming-utils-0.8.7 - virtual/pkgconfig -" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -src_configure() { - gnome2_src_configure \ - --enable-icon-mapping \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -}