Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-icon-theme-symbolic/
Date: Thu, 02 Jun 2011 17:39:31
Message-Id: 5e68b4eed2ba6534287aa9e24d07d2cc731ed793.nirbheek@gentoo
1 commit: 5e68b4eed2ba6534287aa9e24d07d2cc731ed793
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 16:57:29 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 16:57:29 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5e68b4ee
7
8 x11-themes/gnome-icon-theme-symbolic: moved to the tree
9
10 ---
11 .../gnome-icon-theme-symbolic-3.0.0.ebuild | 32 --------------------
12 1 files changed, 0 insertions(+), 32 deletions(-)
13
14 diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.0.0.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.0.0.ebuild
15 deleted file mode 100644
16 index 17c21c3..0000000
17 --- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.0.0.ebuild
18 +++ /dev/null
19 @@ -1,32 +0,0 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.30.3.ebuild,v 1.2 2010/07/20 02:30:50 jer Exp $
23 -
24 -EAPI="3"
25 -GCONF_DEBUG="no"
26 -
27 -inherit gnome2
28 -
29 -DESCRIPTION="GNOME 2 symbolic icon themes"
30 -HOMEPAGE="http://www.gnome.org/"
31 -
32 -LICENSE="CCPL-Attribution-ShareAlike-3.0"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
38 -DEPEND="${RDEPEND}
39 - >=x11-misc/icon-naming-utils-0.8.7
40 - >=dev-util/pkgconfig-0.19"
41 -
42 -# This ebuild does not install any binaries
43 -RESTRICT="binchecks strip"
44 -
45 -# FIXME: double check potential LINGUAS problem
46 -src_prepare() {
47 - DOCS="AUTHORS NEWS"
48 - G2CONF="${G2CONF}
49 - --enable-icon-mapping
50 - GTK_UPDATE_ICON_CACHE=$(type -p true)"
51 -}