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/
Date: Mon, 21 Feb 2011 21:21:00
Message-Id: 30d28ed2baa33070be32dd23c04aba9ddaac9ee1.nirbheek@gentoo
1 commit: 30d28ed2baa33070be32dd23c04aba9ddaac9ee1
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 21:13:57 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 21:13:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30d28ed2
7
8 x11-themes/gnome-icon-theme: merged to tree
9
10 ---
11 .../gnome-icon-theme-2.91.6.ebuild | 53 --------------------
12 1 files changed, 0 insertions(+), 53 deletions(-)
13
14 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
15 deleted file mode 100644
16 index 5d8fd7b..0000000
17 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.6.ebuild
18 +++ /dev/null
19 @@ -1,53 +0,0 @@
20 -# Copyright 1999-2011 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.91.0.ebuild,v 1.2 2011/01/08 11:05:37 pacho Exp $
23 -
24 -EAPI="3"
25 -GCONF_DEBUG="no"
26 -
27 -inherit gnome2
28 -
29 -DESCRIPTION="GNOME 2 default icon themes"
30 -HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
31 -
32 -SRC_URI="${SRC_URI}
33 - branding? ( http://www.mail-archive.com/tango-artists@×××××××××××××××××.org/msg00043/tango-gentoo-v1.1.tar.gz )"
34 -
35 -LICENSE="LGPL-3 CCPL-Attribution-ShareAlike-3.0
36 - branding? ( CCPL-Sampling-Plus-1.0 )"
37 -SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
39 -IUSE="branding"
40 -
41 -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
42 -DEPEND="${RDEPEND}
43 - >=x11-misc/icon-naming-utils-0.8.7
44 - >=dev-util/pkgconfig-0.19
45 - >=dev-util/intltool-0.40
46 - sys-devel/gettext"
47 -
48 -# This ebuild does not install any binaries
49 -RESTRICT="binchecks strip"
50 -
51 -# FIXME: double check potential LINGUAS problem
52 -pkg_setup() {
53 - DOCS="AUTHORS NEWS TODO"
54 - G2CONF="${G2CONF} --enable-icon-mapping"
55 -}
56 -
57 -src_prepare() {
58 - if use branding; then
59 - for i in 16 22 24 32 48; do
60 - cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
61 - "${S}"/gnome//${i}x${i}/places/start-here.png \
62 - || die "Copying gentoo logos failed"
63 - done
64 - fi
65 -}
66 -
67 -src_install() {
68 - gnome2_src_install
69 - # FIXME: 2.91.0 tries to install icon-theme.cache, recheck if still needed
70 - # in future versions
71 - rm -v "${ED}/usr/share/icons/gnome/icon-theme.cache" || die
72 -}