diff options
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclx/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3.5.ebuild | 6 | ||||
-rw-r--r-- | dev-tcltk/tclx/tclx-8.3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog index c2ee42576cc0..92b25d0c2ac7 100644 --- a/dev-tcltk/tclx/ChangeLog +++ b/dev-tcltk/tclx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclx -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.22 2004/12/31 01:22:40 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.23 2005/01/09 12:14:48 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> tclx-8.3-r1.ebuild, + tclx-8.3.5.ebuild, tclx-8.3.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild index c28f8651207b..7a6b6b8e25c3 100644 --- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.13 2004/09/06 00:57:13 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.14 2005/01/09 12:14:48 swegener Exp $ inherit flag-o-matic eutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~alpha amd64 ~sparc" DEPEND=">=dev-lang/tcl-8.4.2 - X? >=dev-lang/tk-8.4.2" + X? ( >=dev-lang/tk-8.4.2 )" S=${WORKDIR}/${PN}${PV} diff --git a/dev-tcltk/tclx/tclx-8.3.5.ebuild b/dev-tcltk/tclx/tclx-8.3.5.ebuild index 74a5cf75c6ee..f443a2a49f08 100644 --- a/dev-tcltk/tclx/tclx-8.3.5.ebuild +++ b/dev-tcltk/tclx/tclx-8.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.5.ebuild,v 1.7 2004/10/19 17:46:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.5.ebuild,v 1.8 2005/01/09 12:14:48 swegener Exp $ inherit flag-o-matic eutils @@ -18,7 +18,7 @@ KEYWORDS="x86 ~ppc alpha ~amd64" DEPEND=">=sys-apps/sed-4 >=dev-lang/tcl-8.4.6 - X? >=dev-lang/tk-8.4.6" + X? ( >=dev-lang/tk-8.4.6 )" S=${WORKDIR}/${PN}${PV} diff --git a/dev-tcltk/tclx/tclx-8.3.ebuild b/dev-tcltk/tclx/tclx-8.3.ebuild index e3a1f1a2674b..4f019f516f13 100644 --- a/dev-tcltk/tclx/tclx-8.3.ebuild +++ b/dev-tcltk/tclx/tclx-8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.15 2004/10/05 10:30:15 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.16 2005/01/09 12:14:48 swegener Exp $ inherit flag-o-matic eutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="x86 ppc alpha" DEPEND="=dev-lang/tcl-8.3* - X? =dev-lang/tk-8.3*" + X? ( =dev-lang/tk-8.3* )" S=${WORKDIR}/${PN}${PV} |