Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/catdoc: ChangeLog catdoc-0.94.2.ebuild
Date: Wed, 31 Oct 2007 22:18:39
Message-Id: E1InLtL-0002SR-0r@stork.gentoo.org
1 aballier 07/10/31 22:18:27
2
3 Modified: ChangeLog
4 Added: catdoc-0.94.2.ebuild
5 Log:
6 version bump, bug #171252
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.19 app-text/catdoc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/catdoc/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/catdoc/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/catdoc/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 31 Oct 2007 22:08:17 -0000 1.18
23 +++ ChangeLog 31 Oct 2007 22:18:26 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/catdoc
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.18 2007/10/31 22:08:17 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.19 2007/10/31 22:18:26 aballier Exp $
29 +
30 +*catdoc-0.94.2 (31 Oct 2007)
31 +
32 + 31 Oct 2007; Alexis Ballier <aballier@g.o> +catdoc-0.94.2.ebuild:
33 + version bump, bug #171252
34
35 31 Oct 2007; Alexis Ballier <aballier@g.o> -catdoc-0.93.3.ebuild,
36 -catdoc-0.93.4.ebuild, catdoc-0.94.1.ebuild:
37
38
39
40 1.1 app-text/catdoc/catdoc-0.94.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/catdoc/catdoc-0.94.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/catdoc/catdoc-0.94.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: catdoc-0.94.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.2.ebuild,v 1.1 2007/10/31 22:18:26 aballier Exp $
50
51 DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text"
52 HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/"
53 SRC_URI="http://ftp.wagner.pp.ru/pub/${PN}/${P}.tar.gz"
54 LICENSE="GPL-2"
55
56 IUSE="tk"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59
60 DEPEND="tk? ( >=dev-lang/tk-8.1 )"
61
62 DOCS="CODING.STD CREDITS NEWS README TODO"
63
64 src_compile() {
65
66 local myconf="--with-install-root=${D}"
67
68 use tk \
69 && myconf="${myconf} --with-wish=/usr/bin/wish" \
70 || myconf="${myconf} --disable-wordview"
71
72 econf ${myconf} || die
73 emake LIB_DIR=/usr/share/catdoc || die
74
75 }
76
77 src_install() {
78
79 emake -j1 mandir=/usr/share/man/man1 install || die
80 dodoc ${DOCS}
81
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list