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-perl: ChangeLog claws-mail-perl-0.9.12.ebuild
Date: Fri, 28 Dec 2007 11:53:09
Message-Id: E1J8Dlr-0000rR-4W@stork.gentoo.org
1 ticho 07/12/28 11:52:59
2
3 Modified: ChangeLog
4 Added: claws-mail-perl-0.9.12.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.15 mail-client/claws-mail-perl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 29 Nov 2007 23:01:12 -0000 1.14
23 +++ ChangeLog 28 Dec 2007 11:52:58 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-perl
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.14 2007/11/29 23:01:12 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.15 2007/12/28 11:52:58 ticho Exp $
29 +
30 +*claws-mail-perl-0.9.12 (28 Dec 2007)
31 +
32 + 28 Dec 2007; Andrej Kacian <ticho@g.o>
33 + +claws-mail-perl-0.9.12.ebuild:
34 + Version bump. Bug #202634 by Joe <joacher at gmx.de>.
35
36 *claws-mail-perl-0.9.11 (29 Nov 2007)
37
38
39
40
41 1.1 mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-perl-0.9.12.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-perl/claws-mail-perl-0.9.12.ebuild,v 1.1 2007/12/28 11:52:58 ticho Exp $
51
52 MY_P="${PN#claws-mail-}_plugin-${PV}"
53
54 DESCRIPTION="Plugin for sylpheed-claws to use perl to write filtering rules"
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 DEPEND=">=mail-client/claws-mail-3.2.0
62 dev-lang/perl"
63
64 S="${WORKDIR}/${MY_P}"
65
66 src_compile() {
67 econf || die
68 emake || die
69
70 pod2man --section=1 --release=${PV} --name=cm_perl cm_perl.pod > cm_perl.1
71
72 cd tools
73 emake || die
74 }
75
76 src_install() {
77 make DESTDIR="${D}" install
78 dodoc AUTHORS ChangeLog NEWS README
79
80 doman cm_perl.1
81
82 cd tools
83 exeinto /usr/lib/claws-mail/tools
84 doexe *.pl
85
86 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
87 }
88
89 pkg_postinst() {
90 echo
91 elog "The documentation for this plugin is contained in a manpage."
92 elog "You can access it with 'man cm_perl'"
93 echo
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list