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-fetchinfo: ChangeLog claws-mail-fetchinfo-0.4.24.ebuild
Date: Mon, 22 Dec 2008 14:11:44
Message-Id: E1LElVW-0008Du-D3@stork.gentoo.org
1 fauli 08/12/22 14:11:42
2
3 Modified: ChangeLog
4 Added: claws-mail-fetchinfo-0.4.24.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.24 mail-client/claws-mail-fetchinfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 28 Nov 2008 12:43:47 -0000 1.23
23 +++ ChangeLog 22 Dec 2008 14:11:42 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-fetchinfo
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.23 2008/11/28 12:43:47 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/ChangeLog,v 1.24 2008/12/22 14:11:42 fauli Exp $
29 +
30 +*claws-mail-fetchinfo-0.4.24 (22 Dec 2008)
31 +
32 + 22 Dec 2008; Christian Faulhammer <fauli@g.o>
33 + +claws-mail-fetchinfo-0.4.24.ebuild:
34 + version bump
35
36 28 Nov 2008; Christian Faulhammer <fauli@g.o> metadata.xml:
37 Change my email address
38
39
40
41 1.1 mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.24.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.24.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.24.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-fetchinfo-0.4.24.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-fetchinfo/claws-mail-fetchinfo-0.4.24.ebuild,v 1.1 2008/12/22 14:11:42 fauli Exp $
51
52 MY_P="${PN#claws-mail-}-plugin-${PV}"
53
54 DESCRIPTION="Plugin to add additional headers with download information"
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 ~ppc64 ~x86"
60 IUSE=""
61 RDEPEND=">=mail-client/claws-mail-3.4.0"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig"
64
65 S="${WORKDIR}/${MY_P}"
66
67 src_install() {
68 emake DESTDIR="${D}" install
69 dodoc ChangeLog README
70
71 # kill useless files
72 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
73 }