summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-17 17:25:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-17 17:25:16 +0000
commitb571c3ab6fb8096fc7cbc25f5bcd8f1328cc50b7 (patch)
treed7d740e9b395ed39cf648616b5ad9f0f8175e6b1 /app-text
parentx86 stable, bug #234565 (diff)
downloadgentoo-2-b571c3ab6fb8096fc7cbc25f5bcd8f1328cc50b7.tar.gz
gentoo-2-b571c3ab6fb8096fc7cbc25f5bcd8f1328cc50b7.tar.bz2
gentoo-2-b571c3ab6fb8096fc7cbc25f5bcd8f1328cc50b7.zip
remove old
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/catdoc/ChangeLog5
-rw-r--r--app-text/catdoc/catdoc-0.94.1.ebuild36
2 files changed, 4 insertions, 37 deletions
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 <aballier@gentoo.org> -catdoc-0.94.1.ebuild:
+ remove old
17 Aug 2008; Markus Meier <maekke@gentoo.org> 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}
-
-}