diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-02-04 16:27:38 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-02-04 16:27:38 +0000 |
commit | ab11da09c8d9db1f8633bf2e5a4bf9857fa19182 (patch) | |
tree | ad2087161fc5e11d92523c863dba245367e69ad4 /dev-lang | |
parent | fixes bug #205863. (diff) | |
download | gentoo-2-ab11da09c8d9db1f8633bf2e5a4bf9857fa19182.tar.gz gentoo-2-ab11da09c8d9db1f8633bf2e5a4bf9857fa19182.tar.bz2 gentoo-2-ab11da09c8d9db1f8633bf2e5a4bf9857fa19182.zip |
Version bumped.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.4.17.ebuild (renamed from dev-lang/tcl/tcl-8.4.16.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index e6c46ce743bb..0ea83a03db93 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/tcl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.91 2007/12/22 03:54:54 matsuu Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.92 2008/02/04 16:27:38 matsuu Exp $ + +*tcl-8.4.17 (04 Feb 2008) + + 04 Feb 2008; MATSUU Takuto <matsuu@gentoo.org> -tcl-8.4.16.ebuild, + +tcl-8.4.17.ebuild: + Version bumped. *tcl-8.5.0 (22 Dec 2007) *tcl-8.4.16 (22 Dec 2007) diff --git a/dev-lang/tcl/tcl-8.4.16.ebuild b/dev-lang/tcl/tcl-8.4.17.ebuild index 142eb3cf94c4..9d9ae7388809 100644 --- a/dev-lang/tcl/tcl-8.4.16.ebuild +++ b/dev-lang/tcl/tcl-8.4.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.16.ebuild,v 1.1 2007/12/22 03:54:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.17.ebuild,v 1.1 2008/02/04 16:27:38 matsuu Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -36,7 +36,7 @@ pkg_setup() { src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-multilib.patch + epatch "${FILESDIR}"/${PN}-8.4.16-multilib.patch # Bug 125971 epatch "${FILESDIR}"/${PN}-8.4.15-tclm4-soname.patch |