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 4FB87138CEF for ; Wed, 12 Feb 2014 23:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0B86E0B31; Wed, 12 Feb 2014 23:48:21 +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 678FEE0B2B 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 7DE0533FA4B 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 4208E188D8 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: <1392248680.d5c52f4a2be31c1ab507bd4be567a37b37435024.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-icon-theme/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/gnome-icon-theme/gnome-icon-theme-3.10.0.ebuild X-VCS-Directories: x11-themes/gnome-icon-theme/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d5c52f4a2be31c1ab507bd4be567a37b37435024 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: c94d54f6-dd9b-4a03-bcfe-a8d457beecbe X-Archives-Hash: 82b17eaf7c4d3d499757629b06ceca78 commit: d5c52f4a2be31c1ab507bd4be567a37b37435024 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 23:44:40 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 23:44:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d5c52f4a x11-themes/gnome-icon-theme: moved to gentoo-x86 --- .../gnome-icon-theme-3.10.0.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.10.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.10.0.ebuild deleted file mode 100644 index 8d09a08..0000000 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.10.0.ebuild +++ /dev/null @@ -1,48 +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="GNOME default icon theme" -HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git" - -SRC_URI="${SRC_URI} - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )" - -LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 ) - branding? ( CC-Sampling-Plus-1.0 )" -SLOT="0" -IUSE="branding" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" -DEPEND="${RDEPEND} - >=x11-misc/icon-naming-utils-0.8.7 - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -src_prepare() { - if use branding; then - for i in 16 22 24 32 48; do - cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \ - "${S}"/gnome//${i}x${i}/places/start-here.png \ - || die "Copying gentoo logos failed" - done - fi - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --enable-icon-mapping \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -}