# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r1.ebuild,v 1.16 2006/01/26 02:17:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r1.ebuild,v 1.17 2006/03/15 01:48:51 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
[[ ${CHOST} != ${CTARGET} ]]
}
just_headers() {
- [[ -z ${_E_CROSS_HEADERS_ONLY} ]] && return 1
- is_crosscompile
+ is_crosscompile && has _E_CROSS_HEADERS_ONLY ${USE}
}
GLIBC_RELEASE_VER=$(get_version_component_range 1-3)
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r2.ebuild,v 1.13 2006/01/26 02:17:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r2.ebuild,v 1.14 2006/03/15 01:48:51 vapier Exp $
# TODO:
# - fix warning from glibc build system:
[[ ${CHOST} != ${CTARGET} ]]
}
just_headers() {
- [[ -z ${_E_CROSS_HEADERS_ONLY} ]] && return 1
- is_crosscompile
+ is_crosscompile && has _E_CROSS_HEADERS_ONLY ${USE}
}
GLIBC_RELEASE_VER=$(get_version_component_range 1-3)
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.4 2006/02/27 15:46:50 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.5 2006/03/15 01:48:51 vapier Exp $
# TODO:
# - fix warning from glibc build system:
[[ ${CHOST} != ${CTARGET} ]]
}
just_headers() {
- [[ -z ${_E_CROSS_HEADERS_ONLY} ]] && return 1
- is_crosscompile
+ is_crosscompile && has _E_CROSS_HEADERS_ONLY ${USE}
}
GLIBC_RELEASE_VER=$(get_version_component_range 1-3)
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4.ebuild,v 1.7 2006/03/12 17:57:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4.ebuild,v 1.8 2006/03/15 01:48:51 vapier Exp $
# TODO:
# - fix warning from glibc build system:
[[ ${CHOST} != ${CTARGET} ]]
}
just_headers() {
- [[ -z ${_E_CROSS_HEADERS_ONLY} ]] && return 1
- is_crosscompile
+ is_crosscompile && has _E_CROSS_HEADERS_ONLY ${USE}
}
GLIBC_RELEASE_VER=$(get_version_component_range 1-3)
-# 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/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild,v 1.15 2005/12/29 12:30:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.27-r1.ebuild,v 1.16 2006/03/15 01:47:04 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
fi
}
just_headers() {
- [[ -z ${_E_CROSS_HEADERS_ONLY} ]] && return 1
- [[ ${CHOST} == ${CTARGET} ]] && return 1
- return 0
+ has _E_CROSS_HEADERS_ONLY ${USE} && [[ ${CHOST} != ${CTARGET} ]]
}
pkg_setup() {
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.20 2006/03/11 03:23:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.21 2006/03/15 01:47:04 vapier Exp $
#ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc"
#inherit subversion
fi
}
just_headers() {
- [[ -z ${_E_CROSS_HEADERS_ONLY} ]] && return 1
- [[ ${CHOST} == ${CTARGET} ]] && return 1
- return 0
+ has _E_CROSS_HEADERS_ONLY ${USE} && [[ ${CHOST} != ${CTARGET} ]]
}
pkg_setup() {