Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-colors-themes: gnome-colors-themes-5.5.1.ebuild metadata.xml ChangeLog
Date: Tue, 09 Feb 2010 13:21:22
Message-Id: E1Neq1n-0007qT-7Y@stork.gentoo.org
1 pacho 10/02/09 13:21:19
2
3 Added: gnome-colors-themes-5.5.1.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Ebuilds for gnome-colors stuff
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: gnome-colors-themes-5.5.1.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild,v 1.1 2010/02/09 13:21:18 pacho Exp $
20
21 EAPI=2
22 inherit gnome2-utils
23
24 DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
25 HOMEPAGE="http://code.google.com/p/gnome-colors/"
26
27 SRC_URI="http://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz
28 http://dev.gentoo.org/~pacho/gnome-gentoo-${PV}.tar.gz"
29
30 LICENSE="GPL-2 public-domain"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 RDEPEND="x11-themes/gnome-colors-common"
36 DEPEND=""
37 RESTRICT="binchecks strip"
38
39 src_compile() {
40 einfo "Nothing to compile"
41 }
42
43 src_install() {
44 dodir /usr/share/icons
45 insinto /usr/share/icons
46 for i in gnome*; do
47 if [ "$i" != "gnome-colors-common" ]; then
48 doins -r "${i}" || die
49 fi
50 done
51 dodoc AUTHORS ChangeLog README
52 }
53
54 pkg_preinst() {
55 gnome2_icon_savelist
56 }
57
58 pkg_postinst() {
59 gnome2_icon_cache_update
60 }
61
62 pkg_postrm() {
63 gnome2_icon_cache_update
64 }
65
66
67
68 1.1 x11-themes/gnome-colors-themes/metadata.xml
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-colors-themes/metadata.xml?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-colors-themes/metadata.xml?rev=1.1&content-type=text/plain
72
73 Index: metadata.xml
74 ===================================================================
75 <?xml version="1.0" encoding="UTF-8"?>
76 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 <pkgmetadata>
78 <herd>desktop-misc</herd>
79 <maintainer>
80 <email>pacho@g.o</email>
81 <name>Pacho Ramos</name>
82 </maintainer>
83 </pkgmetadata>
84
85
86 1.1 x11-themes/gnome-colors-themes/ChangeLog
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-colors-themes/ChangeLog?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gnome-colors-themes/ChangeLog?rev=1.1&content-type=text/plain
90
91 Index: ChangeLog
92 ===================================================================
93 # ChangeLog for x11-themes/gnome-colors-themes
94 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
95 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-colors-themes/ChangeLog,v 1.1 2010/02/09 13:21:18 pacho Exp $
96
97 *gnome-colors-themes-5.5.1 (09 Feb 2010)
98
99 09 Feb 2010; Pacho Ramos <pacho@g.o>
100 +gnome-colors-themes-5.5.1.ebuild, +metadata.xml:
101 New ebuilds for gnome-colors iconsets, this one is for colorized themes,
102 including a Gentoo one