diff options
-rw-r--r-- | dev-tcltk/otcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-tcltk/tclcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclcl/tclcl-1.15.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index 3d1733a3cf11..a229badcddad 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.11 2004/08/07 22:26:35 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.12 2004/08/26 14:06:21 fmccor Exp $ + + 26 Aug 2004; Ferris McCormick <fmccor@gentoo.org> otcl-1.8-r2.ebuild: + Stable for sparc. 07 Aug 2004; Tom Martin <slarti@gentoo.org> otcl-1.8-r1.ebuild, otcl-1.8-r2.ebuild: diff --git a/dev-tcltk/otcl/otcl-1.8-r2.ebuild b/dev-tcltk/otcl/otcl-1.8-r2.ebuild index 114776ca2ff8..3f63960b8939 100644 --- a/dev-tcltk/otcl/otcl-1.8-r2.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r2.ebuild,v 1.3 2004/08/07 22:26:35 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r2.ebuild,v 1.4 2004/08/26 14:06:21 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 sparc ~ppc" IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2" diff --git a/dev-tcltk/tclcl/ChangeLog b/dev-tcltk/tclcl/ChangeLog index 3aba03db4a3f..f66bfc04a0a0 100644 --- a/dev-tcltk/tclcl/ChangeLog +++ b/dev-tcltk/tclcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclcl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.5 2004/07/27 23:44:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.6 2004/08/26 14:08:36 fmccor Exp $ + + 26 Aug 2004; Ferris McCormick <fmccor@gentoo.org> tclcl-1.15.ebuild: + Stable for sparc. 27 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> tclcl-1.15.ebuild: fix bug #57294. diff --git a/dev-tcltk/tclcl/tclcl-1.15.ebuild b/dev-tcltk/tclcl/tclcl-1.15.ebuild index b1746db32171..cbbea9db44a2 100644 --- a/dev-tcltk/tclcl/tclcl-1.15.ebuild +++ b/dev-tcltk/tclcl/tclcl-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.15.ebuild,v 1.6 2004/07/27 23:44:11 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.15.ebuild,v 1.7 2004/08/26 14:08:36 fmccor Exp $ DESCRIPTION="Tcl/C++ interface library" SF_PN="otcl-tclcl" @@ -9,7 +9,7 @@ MY_P="${PN}-src-${PV}" SRC_URI="mirror://sourceforge/${SF_PN}/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 sparc" IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2 |