summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/active-dvi/ChangeLog7
-rw-r--r--app-text/active-dvi/active-dvi-1.4.0.ebuild20
-rw-r--r--app-text/active-dvi/active-dvi-1.6.0-r1.ebuild18
-rw-r--r--app-text/active-dvi/active-dvi-1.6.0.ebuild20
-rw-r--r--app-text/texlive/ChangeLog5
-rw-r--r--app-text/texlive/texlive-2005.ebuild6
-rw-r--r--app-text/txt2tags/ChangeLog6
-rw-r--r--app-text/txt2tags/txt2tags-1.7.ebuild16
-rw-r--r--app-text/txt2tags/txt2tags-2.1.ebuild16
-rw-r--r--app-text/txt2tags/txt2tags-2.2.ebuild16
-rw-r--r--app-text/txt2tags/txt2tags-2.3.ebuild14
11 files changed, 78 insertions, 66 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog
index 9a47783ba920..65d2045f8786 100644
--- a/app-text/active-dvi/ChangeLog
+++ b/app-text/active-dvi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/active-dvi
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.12 2006/07/08 09:27:04 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.13 2006/11/28 20:16:27 opfer Exp $
+
+ 28 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
+ active-dvi-1.4.0.ebuild, active-dvi-1.6.0.ebuild,
+ active-dvi-1.6.0-r1.ebuild:
+ moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
*active-dvi-1.6.0-r1 (08 Jul 2006)
diff --git a/app-text/active-dvi/active-dvi-1.4.0.ebuild b/app-text/active-dvi/active-dvi-1.4.0.ebuild
index 5112e60cd7cc..dfe11e607279 100644
--- a/app-text/active-dvi/active-dvi-1.4.0.ebuild
+++ b/app-text/active-dvi/active-dvi-1.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.9 2005/02/08 12:48:53 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.10 2006/11/28 20:16:27 opfer Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/cristal/${MY_PN}/${MY_P}.tar.gz"
HOMEPAGE="http://pauillac.inria.fr/advi/"
LICENSE="LGPL-2.1"
-IUSE="cjk tcltk"
+IUSE="cjk tk"
SLOT="0"
KEYWORDS="x86"
@@ -28,19 +28,19 @@ DOCS="README TODO"
pkg_setup() {
- # warn those who have USE="tcltk" but no ocaml tcltk support
- # because we cant force ocaml to be build with tcltk.
- if use tcltk; then
+ # warn those who have USE="tk" but no ocaml tk support
+ # because we cant force ocaml to be build with tk.
+ if use tk; then
if [ ! -d /usr/lib/ocaml/labltk ]; then
echo ""
- ewarn "You have requested tcltk support, but it appears"
- ewarn "your ocaml wasnt compiled with tcltk support, "
+ ewarn "You have requested tk support, but it appears"
+ ewarn "your ocaml wasnt compiled with tk support, "
ewarn "so it can't be included for active-dvi."
echo ""
ewarn "Please stop this build, and emerge ocaml with "
- ewarn "USE=\"tcltk\" ocaml"
- ewarn "before emerging active-dvi if you want tcltk support."
+ ewarn "USE=\"tk\" ocaml"
+ ewarn "before emerging active-dvi if you want tk support."
echo ""
# give the user some time to read this, but leave the
# choice up to them
diff --git a/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild b/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild
index 91458dd729bc..6e548cce201b 100644
--- a/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild
+++ b/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.1 2006/07/08 09:27:04 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.2 2006/11/28 20:16:27 opfer Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/cristal/${MY_PN}/${MY_P}.tgz"
HOMEPAGE="http://pauillac.inria.fr/advi/"
LICENSE="LGPL-2.1"
-IUSE="cjk tcltk"
+IUSE="cjk tk"
SLOT="0"
KEYWORDS="~x86 ~ppc"
@@ -28,19 +28,19 @@ DOCS="README TODO"
pkg_setup() {
- # warn those who have USE="tcltk" but no ocaml tcltk support
- # because we cant force ocaml to be build with tcltk.
- if use tcltk; then
+ # warn those who have USE="tk" but no ocaml tk support
+ # because we cant force ocaml to be build with tk.
+ if use tk; then
if [ ! -d /usr/lib/ocaml/labltk ]; then
echo ""
- ewarn "You have requested tcltk support, but it appears"
- ewarn "your ocaml wasnt compiled with tcltk support, "
+ ewarn "You have requested tk support, but it appears"
+ ewarn "your ocaml wasnt compiled with tk support, "
ewarn "so it can't be included for active-dvi."
echo ""
ewarn "Please stop this build, and emerge ocaml with "
- ewarn "USE=\"tcltk\" ocaml"
- ewarn "before emerging active-dvi if you want tcltk support."
+ ewarn "USE=\"tk\" ocaml"
+ ewarn "before emerging active-dvi if you want tk support."
echo ""
# give the user some time to read this, but leave the
# choice up to them
diff --git a/app-text/active-dvi/active-dvi-1.6.0.ebuild b/app-text/active-dvi/active-dvi-1.6.0.ebuild
index c60805ac0a16..a519ee609f93 100644
--- a/app-text/active-dvi/active-dvi-1.6.0.ebuild
+++ b/app-text/active-dvi/active-dvi-1.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.4 2005/09/21 21:28:24 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.5 2006/11/28 20:16:27 opfer Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/cristal/${MY_PN}/${MY_P}.tgz"
HOMEPAGE="http://pauillac.inria.fr/advi/"
LICENSE="LGPL-2.1"
-IUSE="cjk tcltk"
+IUSE="cjk tk"
SLOT="0"
KEYWORDS="~x86 ~ppc"
@@ -28,19 +28,19 @@ DOCS="README TODO"
pkg_setup() {
- # warn those who have USE="tcltk" but no ocaml tcltk support
- # because we cant force ocaml to be build with tcltk.
- if use tcltk; then
+ # warn those who have USE="tk" but no ocaml tk support
+ # because we cant force ocaml to be build with tk.
+ if use tk; then
if [ ! -d /usr/lib/ocaml/labltk ]; then
echo ""
- ewarn "You have requested tcltk support, but it appears"
- ewarn "your ocaml wasnt compiled with tcltk support, "
+ ewarn "You have requested tk support, but it appears"
+ ewarn "your ocaml wasnt compiled with tk support, "
ewarn "so it can't be included for active-dvi."
echo ""
ewarn "Please stop this build, and emerge ocaml with "
- ewarn "USE=\"tcltk\" ocaml"
- ewarn "before emerging active-dvi if you want tcltk support."
+ ewarn "USE=\"tk\" ocaml"
+ ewarn "before emerging active-dvi if you want tk support."
echo ""
# give the user some time to read this, but leave the
# choice up to them
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog
index f900c71101c4..54c0cfe648cf 100644
--- a/app-text/texlive/ChangeLog
+++ b/app-text/texlive/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/texlive
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.1 2006/05/28 21:55:51 ehmsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.2 2006/11/28 20:23:13 opfer Exp $
+
+ 28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> texlive-2005.ebuild:
+ moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
*texlive-2005 (28 May 2006)
diff --git a/app-text/texlive/texlive-2005.ebuild b/app-text/texlive/texlive-2005.ebuild
index b9dfa2ab2e8c..16cdb2863242 100644
--- a/app-text/texlive/texlive-2005.ebuild
+++ b/app-text/texlive/texlive-2005.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2005.ebuild,v 1.1 2006/05/28 21:55:51 ehmsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2005.ebuild,v 1.2 2006/11/28 20:23:13 opfer Exp $
inherit eutils flag-o-matic toolchain-funcs versionator virtualx
@@ -16,7 +16,7 @@ SRC_URI="http://dev.gentoo.org/~ehmsen/texlive/${P}-src.tar.bz2
http://dev.gentoo.org/~ehmsen/texlive/${P}-texmf.tar.bz2"
KEYWORDS="~amd64 ~x86"
-IUSE="X doc tcltk Xaw3d lesstif motif neXt"
+IUSE="X doc tcl Xaw3d lesstif motif neXt"
# This is less than an ideal name
PROVIDE="virtual/tetex"
@@ -69,7 +69,7 @@ DEPEND="${MODULAR_X_DEPEND}
RDEPEND="${DEPEND}
${BLOCKS}
>=dev-lang/perl-5.2
- tcltk? ( dev-perl/perl-tk )
+ tk? ( dev-perl/perl-tk )
dev-util/dialog"
src_unpack() {
diff --git a/app-text/txt2tags/ChangeLog b/app-text/txt2tags/ChangeLog
index a2970f4942cf..7cac10ff0f27 100644
--- a/app-text/txt2tags/ChangeLog
+++ b/app-text/txt2tags/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/txt2tags
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.20 2006/04/27 14:46:51 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/ChangeLog,v 1.21 2006/11/28 20:20:38 opfer Exp $
+
+ 28 Nov 2006; Christian Faulhammer <opfer@gentoo.org> txt2tags-1.7.ebuild,
+ txt2tags-2.1.ebuild, txt2tags-2.2.ebuild, txt2tags-2.3.ebuild:
+ moved tcltk USE flag over to separate tk and tcl flags, see bug #17808
27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-txt2tags-1.7,
files/digest-txt2tags-2.1, files/digest-txt2tags-2.2, Manifest:
diff --git a/app-text/txt2tags/txt2tags-1.7.ebuild b/app-text/txt2tags/txt2tags-1.7.ebuild
index 2a8c0c5b1181..680241fb8be8 100644
--- a/app-text/txt2tags/txt2tags-1.7.ebuild
+++ b/app-text/txt2tags/txt2tags-1.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-1.7.ebuild,v 1.7 2005/07/09 19:41:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-1.7.ebuild,v 1.8 2006/11/28 20:20:38 opfer Exp $
inherit elisp-common
-IUSE="emacs tcltk"
+IUSE="emacs tk"
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
@@ -15,19 +15,19 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ~ppc"
DEPEND="virtual/python
- tcltk? ( dev-lang/tk )
+ tk? ( dev-lang/tk )
emacs? ( virtual/emacs )"
pkg_setup() {
- # need to test if the tcltk support in python is working
- if use tcltk; then
+ # need to test if the tk support in python is working
+ if use tk; then
if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
echo
- eerror "You have requested tcltk, but your build of Python"
+ eerror "You have requested tk, but your build of Python"
eerror "doesnt support import _tkinter. You may need to"
eerror "remerge dev-lang/python, or build ${P}"
- eerror "with USE=\"-tcltk\""
+ eerror "with USE=\"-tk\""
die
fi
fi
diff --git a/app-text/txt2tags/txt2tags-2.1.ebuild b/app-text/txt2tags/txt2tags-2.1.ebuild
index d603376e13c0..1b59e1a2a127 100644
--- a/app-text/txt2tags/txt2tags-2.1.ebuild
+++ b/app-text/txt2tags/txt2tags-2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.1.ebuild,v 1.8 2005/07/09 19:41:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.1.ebuild,v 1.9 2006/11/28 20:20:38 opfer Exp $
inherit elisp-common
-IUSE="emacs tcltk"
+IUSE="emacs tk"
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
@@ -15,19 +15,19 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc amd64"
DEPEND="virtual/python
- tcltk? ( dev-lang/tk )
+ tk? ( dev-lang/tk )
emacs? ( virtual/emacs )"
pkg_setup() {
- # need to test if the tcltk support in python is working
- if use tcltk; then
+ # need to test if the tk support in python is working
+ if use tk; then
if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
echo
- eerror "You have requested tcltk, but your build of Python"
+ eerror "You have requested tk, but your build of Python"
eerror "doesnt support import _tkinter. You may need to"
eerror "remerge dev-lang/python, or build ${P}"
- eerror "with USE=\"-tcltk\""
+ eerror "with USE=\"-tk\""
die
fi
fi
diff --git a/app-text/txt2tags/txt2tags-2.2.ebuild b/app-text/txt2tags/txt2tags-2.2.ebuild
index 28b69acfb5a4..5955a9ecce9f 100644
--- a/app-text/txt2tags/txt2tags-2.2.ebuild
+++ b/app-text/txt2tags/txt2tags-2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.2.ebuild,v 1.3 2005/11/26 20:22:28 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.2.ebuild,v 1.4 2006/11/28 20:20:38 opfer Exp $
inherit elisp-common
-IUSE="emacs tcltk"
+IUSE="emacs tk"
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
@@ -15,19 +15,19 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
DEPEND="virtual/python
- tcltk? ( dev-lang/tk )
+ tk? ( dev-lang/tk )
emacs? ( virtual/emacs )"
pkg_setup() {
- # need to test if the tcltk support in python is working
- if use tcltk; then
+ # need to test if the tk support in python is working
+ if use tk; then
if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
echo
- eerror "You have requested tcltk, but your build of Python"
+ eerror "You have requested tk, but your build of Python"
eerror "doesnt support import _tkinter. You may need to"
eerror "remerge dev-lang/python, or build ${P}"
- eerror "with USE=\"-tcltk\""
+ eerror "with USE=\"-tk\""
die
fi
fi
diff --git a/app-text/txt2tags/txt2tags-2.3.ebuild b/app-text/txt2tags/txt2tags-2.3.ebuild
index 2ec305814766..be0b9810de9d 100644
--- a/app-text/txt2tags/txt2tags-2.3.ebuild
+++ b/app-text/txt2tags/txt2tags-2.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.3.ebuild,v 1.1 2006/04/14 09:10:03 ehmsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/txt2tags/txt2tags-2.3.ebuild,v 1.2 2006/11/28 20:20:38 opfer Exp $
inherit elisp-common
-IUSE="emacs tcltk"
+IUSE="emacs tk"
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
@@ -15,19 +15,19 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
DEPEND="virtual/python
- tcltk? ( dev-lang/tk )
+ tk? ( dev-lang/tk )
emacs? ( virtual/emacs )"
pkg_setup() {
- # need to test if the tcltk support in python is working
- if use tcltk; then
+ # need to test if the tk support in python is working
+ if use tk; then
if ! python -c "import _tkinter" 2>&1 > /dev/null ; then
echo
- eerror "You have requested tcltk, but your build of Python"
+ eerror "You have requested tk, but your build of Python"
eerror "doesnt support import _tkinter. You may need to"
eerror "remerge dev-lang/python, or build ${P}"
- eerror "with USE=\"-tcltk\""
+ eerror "with USE=\"-tk\""
die
fi
fi