ChangeLog

# ChangeLog for app-text/catdoc
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.19 2007/10/31 22:18:26 aballier Exp $

*catdoc-0.94.2 (31 Oct 2007)

31 Oct 2007; Alexis Ballier +catdoc-0.94.2.ebuild:
version bump, bug #171252

31 Oct 2007; Alexis Ballier -catdoc-0.93.3.ebuild,
-catdoc-0.93.4.ebuild, catdoc-0.94.1.ebuild:
remove old and fix homepage (bug #192810)

21 Oct 2007; Markus Meier catdoc-0.94.1.ebuild:
x86 stable, bug #171516

20 Apr 2007; Steve Dibb catdoc-0.93.3.ebuild,
catdoc-0.93.4.ebuild, catdoc-0.94.1.ebuild:
amd64 stable, bug 175305

12 Mar 2007; Alexandre Buisse metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

04 Aug 2006; Doug Goldstein catdoc-0.93.3.ebuild,
catdoc-0.93.4.ebuild, catdoc-0.94.1.ebuild:
USE flag split tcltk-> tcl & tk per bug #17808

11 Feb 2006; Joshua Jackson catdoc-0.93.4.ebuild:
Stable on x86; Bug #122300

*catdoc-0.94.1 (09 Feb 2006)

09 Feb 2006; Alexandre Buisse catdoc-0.93.3.ebuild,
catdoc-0.93.4.ebuild, +catdoc-0.94.1.ebuild:
Bump to 0.94.1 (closing bug #122296). Also removed COPYING and INSTALL from
all existing ebuilds and updated homepage.

16 Jul 2005; Joseph Jezak catdoc-0.93.3.ebuild:
Accidently marked ppc instead of ~ppc.

16 Jul 2005; Joseph Jezak catdoc-0.93.3.ebuild:
Marked ppc stable for bug #99211.

13 May 2005; Stephanie Lockwood-Childs
catdoc-0.93.4.ebuild:
mark ~ppc

*catdoc-0.93.4 (08 Feb 2005)

08 Feb 2005; Mamoru KOMACHI +catdoc-0.93.4.ebuild:
Version bumped. This closes bug #76316.

05 Sep 2004; Malcolm Lashley catdoc-0.93.3.ebuild:
~amd64 - closes bug #62247

26 Apr 2004; Mamoru KOMACHI catdoc-0.93.3.ebuild:
Stable on x86

*catdoc-0.93.3 (30 Dec 2003)

30 Dec 2003; Mike Gardiner catdoc-0.93.3.ebuild,
metadata.xml:
First import into cvs, as requested on bug #18320

Manifest

DIST catdoc-0.94.1.tar.gz 167329 RMD160 8de5450cfe672068de77d2d3096e3fa60aa73360 SHA1 dc3a7906cd02bc1823fedc292ba6b23662e39faf SHA256 8a0f74a803368537462c4233dc78153debb93db95e24dae357e6ca211129b58b
DIST catdoc-0.94.2.tar.gz 146012 RMD160 59eb7a026fd3a2dae74a3e7f01a58266f7efaf72 SHA1 50ce9d7cb24ad6b10a856c9c24183e2b0a11ca04 SHA256 03c98b103664e5d1b63de110854e93c2453bc10be5634f86c280303eb843d362
EBUILD catdoc-0.94.1.ebuild 867 RMD160 911a2d244e95070cba5886dae30831effb5fdae2 SHA1 d7731c3d257da932fbba2863c5edc9ebb4ecf545 SHA256 c196389872e5963622aa498185ca0e408234729f11cb508596eb22446791bdda
EBUILD catdoc-0.94.2.ebuild 876 RMD160 cdd45c2015ac98993cef4dbc6905627cafd3db20 SHA1 6afe1e0c7e9129cdb78945d3a72ef7cf3e161ef7 SHA256 ab5a1881975035716a02f28eabf866c86ae8d8390377a6626c4a965085151d0a
MISC ChangeLog 2343 RMD160 fd14e23d610f665fc78f82af4dc33be6f2186d20 SHA1 d7f58ed52dbd83c01f0a39c5e96bae08015beb46 SHA256 e42f57d8bb11058170ae0fc7a0303235fbcfcbd0ac051dc980fdffd81704be54
MISC metadata.xml 156 RMD160 2bf6b2ed9ff0fcef1e902cf093ccf4ae2dcc70a0 SHA1 e9260cd53905d8569cf3327ded4c6d01653fc389 SHA256 b4971b8472ab3fe4fbfe41b331a79193ca19e86c08d055ad1c20eaf9e04b79b6

catdoc-0.94.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.1.ebuild,v 1.6 2007/10/31 22:08:17 aballier Exp $

DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text"
HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/"
SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"

IUSE="tk"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"

DEPEND="tk? ( >=dev-lang/tk-8.1 )"

DOCS="CODING.STD CREDITS NEWS README TODO"

src_compile() {

local myconf="--with-install-root=${D}"

use tk \
&& myconf="${myconf} --with-wish=/usr/bin/wish" \
|| myconf="${myconf} --disable-wordview"

econf ${myconf} || die
emake LIB_DIR=/usr/share/catdoc || die

}

src_install() {

make mandir=/usr/share/man/man1 install || die
dodoc ${DOCS}

}

catdoc-0.94.2.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.2.ebuild,v 1.1 2007/10/31 22:18:26 aballier Exp $

DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text"
HOMEPAGE="http://www.wagner.pp.ru/~vitus/software/catdoc/"
SRC_URI="http://ftp.wagner.pp.ru/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"

IUSE="tk"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="tk? ( >=dev-lang/tk-8.1 )"

DOCS="CODING.STD CREDITS NEWS README TODO"

src_compile() {

local myconf="--with-install-root=${D}"

use tk \
&& myconf="${myconf} --with-wish=/usr/bin/wish" \
|| myconf="${myconf} --disable-wordview"

econf ${myconf} || die
emake LIB_DIR=/usr/share/catdoc || die

}

src_install() {

emake -j1 mandir=/usr/share/man/man1 install || die
dodoc ${DOCS}

}

metadata.xml




tex