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-pdf-viewer: ChangeLog claws-mail-pdf-viewer-0.7.ebuild claws-mail-pdf-viewer-0.5.ebuild claws-mail-pdf-viewer-0.4.ebuild claws-mail-pdf-viewer-0.3.ebuild claws-mail-pdf-viewer-0.2.ebuild
Date: Thu, 29 Nov 2007 22:56:50
Message-Id: E1IxsJD-0005RS-8J@stork.gentoo.org
1 ticho 07/11/29 22:56:39
2
3 Modified: ChangeLog
4 Added: claws-mail-pdf-viewer-0.7.ebuild
5 Removed: claws-mail-pdf-viewer-0.5.ebuild
6 claws-mail-pdf-viewer-0.4.ebuild
7 claws-mail-pdf-viewer-0.3.ebuild
8 claws-mail-pdf-viewer-0.2.ebuild
9 Log:
10 Version bump, ebuild cleanup.
11 (Portage version: 2.1.3.18)
12
13 Revision Changes Path
14 1.18 mail-client/claws-mail-pdf-viewer/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog?rev=1.18&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog?rev=1.18&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog?r1=1.17&r2=1.18
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v
23 retrieving revision 1.17
24 retrieving revision 1.18
25 diff -u -r1.17 -r1.18
26 --- ChangeLog 10 Nov 2007 19:56:48 -0000 1.17
27 +++ ChangeLog 29 Nov 2007 22:56:38 -0000 1.18
28 @@ -1,6 +1,14 @@
29 # ChangeLog for mail-client/claws-mail-pdf-viewer
30 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.17 2007/11/10 19:56:48 nixnut Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/ChangeLog,v 1.18 2007/11/29 22:56:38 ticho Exp $
33 +
34 +*claws-mail-pdf-viewer-0.7 (29 Nov 2007)
35 +
36 + 29 Nov 2007; Andrej Kacian <ticho@g.o>
37 + -claws-mail-pdf-viewer-0.2.ebuild, -claws-mail-pdf-viewer-0.3.ebuild,
38 + -claws-mail-pdf-viewer-0.4.ebuild, -claws-mail-pdf-viewer-0.5.ebuild,
39 + +claws-mail-pdf-viewer-0.7.ebuild:
40 + Version bump, ebuild cleanup.
41
42 10 Nov 2007; nixnut <nixnut@g.o> claws-mail-pdf-viewer-0.6.ebuild:
43 Stable on ppc
44
45
46
47 1.1 mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild?rev=1.1&content-type=text/plain
51
52 Index: claws-mail-pdf-viewer-0.7.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-pdf-viewer/claws-mail-pdf-viewer-0.7.ebuild,v 1.1 2007/11/29 22:56:38 ticho Exp $
57
58 MY_P="${P#claws-mail-}"
59 MY_P="${MY_P/-/_}"
60
61 DESCRIPTION=" Enables viewing of PDF and PostScript attachments using the Poppler lib and GhostScript"
62 HOMEPAGE="http://www.claws-mail.org/"
63 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE=""
68 DEPEND=">=mail-client/claws-mail-3.1.0
69 app-text/poppler-bindings"
70
71 S="${WORKDIR}/${MY_P}"
72
73 src_install() {
74 make DESTDIR="${D}" install
75 dodoc AUTHORS ChangeLog NEWS README
76
77 # kill useless files
78 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list