Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-att-remover: claws-mail-att-remover-1.0.11.ebuild ChangeLog
Date: Fri, 08 Jan 2010 20:57:01
Message-Id: E1NTLie-0003tM-DK@stork.gentoo.org
1 fauli 10/01/08 20:46:04
2
3 Modified: ChangeLog
4 Added: claws-mail-att-remover-1.0.11.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.30 mail-client/claws-mail-att-remover/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 14 Mar 2009 15:41:22 -0000 1.29
23 +++ ChangeLog 8 Jan 2010 20:46:03 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-att-remover
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.29 2009/03/14 15:41:22 nixnut Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-att-remover/ChangeLog,v 1.30 2010/01/08 20:46:03 fauli Exp $
30 +
31 +*claws-mail-att-remover-1.0.11 (08 Jan 2010)
32 +
33 + 08 Jan 2010; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-att-remover-1.0.11.ebuild:
35 + version bump
36
37 14 Mar 2009; nixnut <nixnut@g.o> ChangeLog:
38 ~ppc'd
39
40
41
42 1.1 mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-att-remover-1.0.11.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/mail-client/claws-mail-att-remover/claws-mail-att-remover-1.0.11.ebuild,v 1.1 2010/01/08 20:46:03 fauli Exp $
52
53 inherit eutils
54
55 MY_P="${P#claws-mail-}"
56 MY_P="${MY_P/-/_}"
57
58 DESCRIPTION="This plugin lets you remove attachments from mails."
59 HOMEPAGE="http://www.claws-mail.org/"
60 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 IUSE=""
65 RDEPEND=">=mail-client/claws-mail-3.7.4"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_install() {
72 emake DESTDIR="${D}" install
73 dodoc AUTHORS ChangeLog NEWS README
74
75 # kill useless files
76 rm -f "${D}"usr/lib*/claws-mail/plugins/*.{a,la}
77 }