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