Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/claws-mail-themes: metadata.xml ChangeLog claws-mail-themes-20090404.ebuild
Date: Wed, 03 Jun 2009 08:56:43
Message-Id: E1MBmH2-00042A-PA@stork.gentoo.org
1 fauli 09/06/03 08:56:40
2
3 Added: metadata.xml ChangeLog
4 claws-mail-themes-20090404.ebuild
5 Log:
6 initial commit, based on ebuild from bug 198652 by Anton Romanov <theli AT ukr DOT net>
7 (Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 x11-themes/claws-mail-themes/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>net-mail</herd>
21 <maintainer>
22 <email>fauli@g.o</email>
23 <name>Christian Faulhammer</name>
24 </maintainer>
25 <maintainer>
26 <email>ken69267@g.o</email>
27 <name>Kenneth Prugh</name>
28 </maintainer>
29 </pkgmetadata>
30
31
32
33 1.1 x11-themes/claws-mail-themes/ChangeLog
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for x11-themes/claws-mail-themes
41 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.1 2009/06/03 08:56:40 fauli Exp $
43
44 *claws-mail-themes-20090404 (03 Jun 2009)
45
46 03 Jun 2009; Christian Faulhammer <fauli@g.o> +metadata.xml,
47 +claws-mail-themes-20090404.ebuild:
48 initial commit, based on ebuild from bug 198652 by Anton Romanov <theli AT
49 ukr DOT net>
50
51
52
53
54 1.1 x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild?rev=1.1&content-type=text/plain
58
59 Index: claws-mail-themes-20090404.ebuild
60 ===================================================================
61 # Copyright 1999-2009 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20090404.ebuild,v 1.1 2009/06/03 08:56:40 fauli Exp $
64
65 DESCRIPTION="Iconsets for claws-mail"
66 HOMEPAGE="http://www.claws-mail.org/"
67 SRC_URI="http://www.claws-mail.org/themes/${P}.tar.gz"
68
69 LICENSE="CCPL-Attribution-ShareAlike-2.5 as-is"
70 SLOT="0"
71 KEYWORDS="alpha amd64 ~ppc ppc64 x86"
72 IUSE=""
73
74 RDEPEND="mail-client/claws-mail"
75 DEPEND=""
76
77 src_install(){
78 insinto /usr/share/claws-mail/themes
79 doins -r *
80 }