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