From b571c3ab6fb8096fc7cbc25f5bcd8f1328cc50b7 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 17 Aug 2008 17:25:16 +0000 Subject: remove old (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64) --- app-text/catdoc/ChangeLog | 5 ++++- app-text/catdoc/catdoc-0.94.1.ebuild | 36 ------------------------------------ 2 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 app-text/catdoc/catdoc-0.94.1.ebuild (limited to 'app-text') diff --git a/app-text/catdoc/ChangeLog b/app-text/catdoc/ChangeLog index 2be4c2e6ccad..ca52cf1dd1c4 100644 --- a/app-text/catdoc/ChangeLog +++ b/app-text/catdoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/catdoc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.21 2008/08/17 17:21:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.22 2008/08/17 17:25:16 aballier Exp $ + + 17 Aug 2008; Alexis Ballier -catdoc-0.94.1.ebuild: + remove old 17 Aug 2008; Markus Meier catdoc-0.94.2.ebuild: x86 stable, bug #234525 diff --git a/app-text/catdoc/catdoc-0.94.1.ebuild b/app-text/catdoc/catdoc-0.94.1.ebuild deleted file mode 100644 index 0137197de641..000000000000 --- a/app-text/catdoc/catdoc-0.94.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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} - -} -- cgit v1.2.3-65-gdbad