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 A49511381F3 for ; Sun, 16 Dec 2012 22:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 994AE21C0B7; Sun, 16 Dec 2012 22:21:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14D1C21C0B7 for ; Sun, 16 Dec 2012 22:21:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF0A233DBAC for ; Sun, 16 Dec 2012 22:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 64228E543C for ; Sun, 16 Dec 2012 22:21:07 +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: <1355695613.6134d2d60529728055ead41c29813b4f6aba221e.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.6.2.ebuild x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild x11-themes/gnome-icon-theme-symbolic/metadata.xml X-VCS-Directories: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6134d2d60529728055ead41c29813b4f6aba221e X-VCS-Branch: master Date: Sun, 16 Dec 2012 22:21:07 +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: e32a8505-fa83-4744-b294-bc4ebfc9c075 X-Archives-Hash: 75a9ffe8b94aa9de1e865d55aec71833 commit: 6134d2d60529728055ead41c29813b4f6aba221e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 16 22:06:53 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 16 22:06:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6134d2d6 x11-themes/gnome-icon-theme-symbolic: moved to gx86 * Sync live ebuild with gx86 changes. * Add metadata.xml. --- .../gnome-icon-theme-symbolic-3.6.2.ebuild | 43 -------------------- .../gnome-icon-theme-symbolic-9999.ebuild | 4 +- x11-themes/gnome-icon-theme-symbolic/metadata.xml | 5 ++ 3 files changed, 7 insertions(+), 45 deletions(-) diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.6.2.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.6.2.ebuild deleted file mode 100644 index 48c5df2..0000000 --- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild,v 1.4 2012/03/16 06:41:45 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="no" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Symbolic icons for GNOME default icon theme" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -IUSE="" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" -fi - -COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" -RDEPEND="${COMMON_DEPEND} - !=gnome-extra/gnome-power-manager-3.0* - !=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" - -# FIXME: double check potential LINGUAS problem -src_prepare() { - DOCS="AUTHORS NEWS README" - G2CONF="${G2CONF} - --enable-icon-mapping - GTK_UPDATE_ICON_CACHE=$(type -P true)" -} diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild index fb99731..b4605f0 100644 --- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild +++ b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.2.2.ebuild,v 1.4 2012/03/16 06:41:45 jdhore Exp $ +# $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="no" inherit gnome2 diff --git a/x11-themes/gnome-icon-theme-symbolic/metadata.xml b/x11-themes/gnome-icon-theme-symbolic/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/x11-themes/gnome-icon-theme-symbolic/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +