summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-04-28 17:23:17 +0000
committerMichał Górny <mgorny@gentoo.org>2014-04-28 17:23:17 +0000
commitfb4fdf87bfe465bdb0259e5045fafaad83ae476a (patch)
treeaec8eef6287a0608de5d82c3c985ffebb1cd2aee /dev-lang/tcl
parentDrop old versions (diff)
downloadgentoo-2-fb4fdf87bfe465bdb0259e5045fafaad83ae476a.tar.gz
gentoo-2-fb4fdf87bfe465bdb0259e5045fafaad83ae476a.tar.bz2
gentoo-2-fb4fdf87bfe465bdb0259e5045fafaad83ae476a.zip
Replace multilib_build_binaries with multilib_is_native_abi. The two are equivalent now, and the team has decided to use the old name as being less confusing.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r--dev-lang/tcl/ChangeLog8
-rw-r--r--dev-lang/tcl/tcl-8.5.15-r1.ebuild4
-rw-r--r--dev-lang/tcl/tcl-8.6.1-r1.ebuild4
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog
index 877fc5c76ab4..8db559aee6ab 100644
--- a/dev-lang/tcl/ChangeLog
+++ b/dev-lang/tcl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/tcl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.189 2014/01/20 07:34:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.190 2014/04/28 17:23:17 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <mgorny@gentoo.org> tcl-8.5.15-r1.ebuild,
+ tcl-8.6.1-r1.ebuild:
+ Replace multilib_build_binaries with multilib_is_native_abi. The two are
+ equivalent now, and the team has decided to use the old name as being less
+ confusing.
20 Jan 2014; Justin Lecher <jlec@gentoo.org> tcl-8.5.13-r1.ebuild,
-tcl-8.5.14.ebuild, -tcl-8.5.15.ebuild, tcl-8.5.15-r1.ebuild,
diff --git a/dev-lang/tcl/tcl-8.5.15-r1.ebuild b/dev-lang/tcl/tcl-8.5.15-r1.ebuild
index 631645523679..e349e177d6a5 100644
--- a/dev-lang/tcl/tcl-8.5.15-r1.ebuild
+++ b/dev-lang/tcl/tcl-8.5.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.5 2014/01/20 07:34:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.6 2014/04/28 17:23:17 mgorny Exp $
EAPI=5
@@ -92,7 +92,7 @@ multilib_src_install() {
dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
dosym tclsh${v1} /usr/bin/tclsh
dodoc "${SPARENT}"/{ChangeLog*,README,changes}
fi
diff --git a/dev-lang/tcl/tcl-8.6.1-r1.ebuild b/dev-lang/tcl/tcl-8.6.1-r1.ebuild
index 2a9ee0dfa23e..5ee10ac02e14 100644
--- a/dev-lang/tcl/tcl-8.6.1-r1.ebuild
+++ b/dev-lang/tcl/tcl-8.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.4 2014/01/19 09:51:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.5 2014/04/28 17:23:17 mgorny Exp $
EAPI=5
@@ -101,7 +101,7 @@ multilib_src_install() {
dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
dosym tclsh${v1} /usr/bin/tclsh
dodoc "${SPARENT}"/{ChangeLog*,README,changes}
fi