Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-attachwarner: ChangeLog claws-mail-attachwarner-0.2.10.ebuild
Date: Fri, 28 Dec 2007 11:49:41
Message-Id: E1J8DiZ-0000l7-7N@stork.gentoo.org
1 ticho 07/12/28 11:49:35
2
3 Modified: ChangeLog
4 Added: claws-mail-attachwarner-0.2.10.ebuild
5 Log:
6 Version bump. Bug #202634 by Joe <joacher at gmx.de>.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.12 mail-client/claws-mail-attachwarner/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 29 Nov 2007 22:42:26 -0000 1.11
23 +++ ChangeLog 28 Dec 2007 11:49:34 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-attachwarner
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.11 2007/11/29 22:42:26 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.12 2007/12/28 11:49:34 ticho Exp $
29 +
30 +*claws-mail-attachwarner-0.2.10 (28 Dec 2007)
31 +
32 + 28 Dec 2007; Andrej Kacian <ticho@g.o>
33 + +claws-mail-attachwarner-0.2.10.ebuild:
34 + Version bump. Bug #202634 by Joe <joacher at gmx.de>.
35
36 *claws-mail-attachwarner-0.2.9 (29 Nov 2007)
37
38
39
40
41 1.1 mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-attachwarner-0.2.10.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.10.ebuild,v 1.1 2007/12/28 11:49:34 ticho Exp $
51
52 MY_P="${P#claws-mail-}"
53
54 DESCRIPTION="Warns when the user composes a message mentioning an attachment in
55 the message body without attaching any files to the message."
56 HOMEPAGE="http://www.claws-mail.org"
57 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="nls"
62 DEPEND=">=mail-client/claws-mail-3.2.0
63 nls? ( >=sys-devel/gettext-0.12.1 )"
64
65 S="${WORKDIR}/${MY_P}"
66
67 src_compile() {
68 econf $(use_enable nls) || die "econf failed"
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "make install failed"
74 dodoc ChangeLog README
75
76 # kill useless files
77 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list