From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrdBk-0008Lr-49 for garchives@archives.gentoo.org; Mon, 21 Feb 2011 21:21:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7695D1C076; Mon, 21 Feb 2011 21:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4924E1C076 for ; Mon, 21 Feb 2011 21:20:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9D2D1B4184 for ; Mon, 21 Feb 2011 21:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 059A180073 for ; Mon, 21 Feb 2011 21:20:52 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <30d28ed2baa33070be32dd23c04aba9ddaac9ee1.nirbheek@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-2.91.6.ebuild X-VCS-Directories: x11-themes/gnome-icon-theme/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 30d28ed2baa33070be32dd23c04aba9ddaac9ee1 Date: Mon, 21 Feb 2011 21:20:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 76517da46b198266d6f69c0e806eada8 commit: 30d28ed2baa33070be32dd23c04aba9ddaac9ee1 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Feb 21 21:13:57 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Feb 21 21:13:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D30d28ed2 x11-themes/gnome-icon-theme: merged to tree --- .../gnome-icon-theme-2.91.6.ebuild | 53 --------------= ------ 1 files changed, 0 insertions(+), 53 deletions(-) diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.6.ebuild b= /x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.6.ebuild deleted file mode 100644 index 5d8fd7b..0000000 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-ico= n-theme-2.91.0.ebuild,v 1.2 2011/01/08 11:05:37 pacho Exp $ - -EAPI=3D"3" -GCONF_DEBUG=3D"no" - -inherit gnome2 - -DESCRIPTION=3D"GNOME 2 default icon themes" -HOMEPAGE=3D"http://www.gnome.org/ http://people.freedesktop.org/~jimmac/= icons/#git" - -SRC_URI=3D"${SRC_URI} - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop= .org/msg00043/tango-gentoo-v1.1.tar.gz )" - -LICENSE=3D"LGPL-3 CCPL-Attribution-ShareAlike-3.0 - branding? ( CCPL-Sampling-Plus-1.0 )" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~= x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris= ~x86-solaris" -IUSE=3D"branding" - -RDEPEND=3D">=3Dx11-themes/hicolor-icon-theme-0.10" -DEPEND=3D"${RDEPEND} - >=3Dx11-misc/icon-naming-utils-0.8.7 - >=3Ddev-util/pkgconfig-0.19 - >=3Ddev-util/intltool-0.40 - sys-devel/gettext" - -# This ebuild does not install any binaries -RESTRICT=3D"binchecks strip" - -# FIXME: double check potential LINGUAS problem -pkg_setup() { - DOCS=3D"AUTHORS NEWS TODO" - G2CONF=3D"${G2CONF} --enable-icon-mapping" -} - -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 -} - -src_install() { - gnome2_src_install - # FIXME: 2.91.0 tries to install icon-theme.cache, recheck if still nee= ded - # in future versions - rm -v "${ED}/usr/share/icons/gnome/icon-theme.cache" || die -}