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: claws-mail-themes-20090920.ebuild ChangeLog
Date: Mon, 28 Sep 2009 08:40:52
Message-Id: E1MsBmt-0001nW-82@stork.gentoo.org
1 fauli 09/09/28 08:40:51
2
3 Modified: ChangeLog
4 Added: claws-mail-themes-20090920.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.9 x11-themes/claws-mail-themes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 28 Sep 2009 08:10:17 -0000 1.8
23 +++ ChangeLog 28 Sep 2009 08:40:50 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/claws-mail-themes
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.8 2009/09/28 08:10:17 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/ChangeLog,v 1.9 2009/09/28 08:40:50 fauli Exp $
29 +
30 +*claws-mail-themes-20090920 (28 Sep 2009)
31 +
32 + 28 Sep 2009; Christian Faulhammer <fauli@g.o>
33 + +claws-mail-themes-20090920.ebuild:
34 + version bump
35
36 28 Sep 2009; Christian Faulhammer <fauli@g.o>
37 -claws-mail-themes-20090404.ebuild:
38
39
40
41 1.1 x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-themes-20090920.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20090920.ebuild,v 1.1 2009/09/28 08:40:50 fauli Exp $
51
52 DESCRIPTION="Iconsets for Claws Mail"
53 HOMEPAGE="http://www.claws-mail.org/"
54 SRC_URI="http://www.claws-mail.org/themes/${P}.tar.gz"
55
56 LICENSE="CCPL-Attribution-ShareAlike-2.5 as-is"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
59 IUSE=""
60
61 RDEPEND="mail-client/claws-mail"
62 DEPEND=""
63
64 src_install(){
65 insinto /usr/share/claws-mail/themes
66 doins -r *
67 }