Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-smime: ChangeLog claws-mail-smime-0.7.6.ebuild
Date: Mon, 30 Jun 2008 07:20:34
Message-Id: E1KDDga-00024o-Ec@stork.gentoo.org
1 opfer 08/06/30 07:20:28
2
3 Modified: ChangeLog
4 Added: claws-mail-smime-0.7.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.26 mail-client/claws-mail-smime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-smime/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-smime/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-smime/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 23 Jun 2008 07:08:58 -0000 1.25
23 +++ ChangeLog 30 Jun 2008 07:20:27 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-smime
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v 1.25 2008/06/23 07:08:58 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/ChangeLog,v 1.26 2008/06/30 07:20:27 opfer Exp $
29 +
30 +*claws-mail-smime-0.7.6 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Christian Faulhammer <opfer@g.o>
33 + +claws-mail-smime-0.7.6.ebuild:
34 + version bump
35
36 23 Jun 2008; Christian Faulhammer <opfer@g.o>
37 -claws-mail-smime-0.7.2.ebuild, -claws-mail-smime-0.7.3.ebuild,
38
39
40
41 1.1 mail-client/claws-mail-smime/claws-mail-smime-0.7.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-smime/claws-mail-smime-0.7.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-smime/claws-mail-smime-0.7.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-smime-0.7.6.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-smime/claws-mail-smime-0.7.6.ebuild,v 1.1 2008/06/30 07:20:27 opfer Exp $
51
52 MY_P="${P#claws-mail-}"
53
54 DESCRIPTION="This plugin allows you to handle S/MIME signed and/or encrypted mails"
55 HOMEPAGE="http://www.claws-mail.org/"
56 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
60 IUSE=""
61 RDEPEND=">=mail-client/claws-mail-3.5.0
62 >=app-crypt/gpgme-1.1.1"
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig"
65
66 S="${WORKDIR}/${MY_P}"
67
68 src_install() {
69 emake DESTDIR="${D}" install
70 dodoc ChangeLog NEWS README
71
72 # kill useless files
73 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
74 }
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list