summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-08-04 14:46:34 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-08-04 14:46:34 +0000
commit9d09d56bc3d92bdc841d69a222d2ad6fee122eb0 (patch)
tree136d1ef134907b4011ea9aab5aa35ee97c7d5195 /app-text/catdoc
parentUSE flag split tcltk-> tcl & tk per bug #17808 (diff)
downloadgentoo-2-9d09d56bc3d92bdc841d69a222d2ad6fee122eb0.tar.gz
gentoo-2-9d09d56bc3d92bdc841d69a222d2ad6fee122eb0.tar.bz2
gentoo-2-9d09d56bc3d92bdc841d69a222d2ad6fee122eb0.zip
USE flag split tcltk-> tcl & tk per bug #17808
(Portage version: 2.1.1_pre4-r2)
Diffstat (limited to 'app-text/catdoc')
-rw-r--r--app-text/catdoc/ChangeLog6
-rw-r--r--app-text/catdoc/catdoc-0.93.3.ebuild8
-rw-r--r--app-text/catdoc/catdoc-0.93.4.ebuild8
-rw-r--r--app-text/catdoc/catdoc-0.94.1.ebuild8
4 files changed, 17 insertions, 13 deletions
diff --git a/app-text/catdoc/ChangeLog b/app-text/catdoc/ChangeLog
index 6705e793ef4d..bd56e079964f 100644
--- a/app-text/catdoc/ChangeLog
+++ b/app-text/catdoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/catdoc
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.11 2006/02/11 06:23:55 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/ChangeLog,v 1.12 2006/08/04 14:46:34 cardoe Exp $
+
+ 04 Aug 2006; <dougg@gentoo.org> 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 <tsunam@gentoo.org> catdoc-0.93.4.ebuild:
Stable on x86; Bug #122300
diff --git a/app-text/catdoc/catdoc-0.93.3.ebuild b/app-text/catdoc/catdoc-0.93.3.ebuild
index a49aa25abb0f..20b1a2cf51a6 100644
--- a/app-text/catdoc/catdoc-0.93.3.ebuild
+++ b/app-text/catdoc/catdoc-0.93.3.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.3.ebuild,v 1.8 2006/02/09 21:51:43 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.3.ebuild,v 1.9 2006/08/04 14:46:34 cardoe Exp $
DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text"
HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/"
SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
-IUSE="tcltk"
+IUSE="tk"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-DEPEND="tcltk? ( >=dev-lang/tk-8.1 )"
+DEPEND="tk? ( >=dev-lang/tk-8.1 )"
DOCS="CODING.STD CREDITS NEWS README TODO"
@@ -19,7 +19,7 @@ src_compile() {
local myconf="--with-install-root=${D}"
- use tcltk \
+ use tk \
&& myconf="${myconf} --with-wish=/usr/bin/wish" \
|| myconf="${myconf} --disable-wordview"
diff --git a/app-text/catdoc/catdoc-0.93.4.ebuild b/app-text/catdoc/catdoc-0.93.4.ebuild
index 530fd9bdc11f..e3bf2fe0d3ea 100644
--- a/app-text/catdoc/catdoc-0.93.4.ebuild
+++ b/app-text/catdoc/catdoc-0.93.4.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.4.ebuild,v 1.4 2006/02/11 06:23:55 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.93.4.ebuild,v 1.5 2006/08/04 14:46:34 cardoe Exp $
DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text"
HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/"
SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
-IUSE="tcltk"
+IUSE="tk"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
-DEPEND="tcltk? ( >=dev-lang/tk-8.1 )"
+DEPEND="tk? ( >=dev-lang/tk-8.1 )"
DOCS="CODING.STD CREDITS NEWS README TODO"
@@ -19,7 +19,7 @@ src_compile() {
local myconf="--with-install-root=${D}"
- use tcltk \
+ use tk \
&& myconf="${myconf} --with-wish=/usr/bin/wish" \
|| myconf="${myconf} --disable-wordview"
diff --git a/app-text/catdoc/catdoc-0.94.1.ebuild b/app-text/catdoc/catdoc-0.94.1.ebuild
index e8b18ba85024..b923af0ac268 100644
--- a/app-text/catdoc/catdoc-0.94.1.ebuild
+++ b/app-text/catdoc/catdoc-0.94.1.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2006 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.1 2006/02/09 21:51:43 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/catdoc/catdoc-0.94.1.ebuild,v 1.2 2006/08/04 14:46:34 cardoe Exp $
DESCRIPTION="A convertor for Microsoft Word, Excel and RTF Files to text"
HOMEPAGE="http://www.45.free.net/~vitus/software/catdoc/"
SRC_URI="ftp://ftp.45.free.net/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
-IUSE="tcltk"
+IUSE="tk"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
-DEPEND="tcltk? ( >=dev-lang/tk-8.1 )"
+DEPEND="tk? ( >=dev-lang/tk-8.1 )"
DOCS="CODING.STD CREDITS NEWS README TODO"
@@ -19,7 +19,7 @@ src_compile() {
local myconf="--with-install-root=${D}"
- use tcltk \
+ use tk \
&& myconf="${myconf} --with-wish=/usr/bin/wish" \
|| myconf="${myconf} --disable-wordview"