Log of /eclass/multilib-build.eclass
Parent Directory
|
Revision Log
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 17 03:34:32 2014 UTC
(4 years, 6 months ago)
by
jcallen
Branch:
MAIN
Changes since
1.63: +31 -13 lines
Diff to
previous 1.63
Add new multilib_native_enable and multilib_native_with functions; fix documentation
Revision
1.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 29 07:53:33 2014 UTC
(4 years, 7 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.57: +5 -2 lines
Diff to
previous 1.57
Check MULTILIB_COMPAT before querying USE flags. Bug #515642, thanks to Greg Turner.
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 28 09:56:26 2014 UTC
(4 years, 7 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.56: +3 -1 lines
Diff to
previous 1.56
Enable multilib flags for ppc. Since ppc profiles are not multilib at the moment, this should not create any new issues.
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 23 17:11:10 2014 UTC
(4 years, 8 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.53: +6 -6 lines
Diff to
previous 1.53
Change ABI-flag separator from ":" to "." to avoid issues with Makefile rules and PATH separator.
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 23 07:47:39 2014 UTC
(4 years, 8 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.51: +17 -33 lines
Diff to
previous 1.51
Use MULTILIB_ABI_FLAG for header wrapping. Also, use explicit error when ABI is omitted in wrapper template.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 23 07:11:53 2014 UTC
(4 years, 8 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.48: +18 -3 lines
Diff to
previous 1.48
Introduce multilib_get_enabled_abi_pairs() to obtain list containing both ABI values and USE flag names.
Revision
1.47 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 7 17:33:49 2014 UTC
(4 years, 9 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.46: +9 -1 lines
Diff to
previous 1.46
Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility with current state of emul-linux. Fixes bug #509556.
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 29 20:57:28 2014 UTC
(4 years, 9 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.42: +18 -3 lines
Diff to
previous 1.42
Create ${CHOST}-prefixed tool symlinks for multilib portage, to gain better compatibility with plain multilib.
Revision
1.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 29 20:56:46 2014 UTC
(4 years, 9 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.41: +3 -3 lines
Diff to
previous 1.41
Disable wrappers for multilib portage only. Enable them in non-multilib profiles for consistency.
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 29 20:54:54 2014 UTC
(4 years, 9 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.40: +5 -1 lines
Diff to
previous 1.40
Move conditionals for enabling wrappers into multilib_prepare_wrappers() and multilib_install_wrappers().
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 28 17:38:21 2014 UTC
(4 years, 9 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.39: +14 -11 lines
Diff to
previous 1.39
Deprecate multilib_build_binaries, and switch the code to use multilib_is_native_abi.
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 22 20:12:53 2014 UTC
(4 years, 9 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.38: +1 -4 lines
Diff to
previous 1.38
Remove the QA warning from multilib_is_native_abi() till we decide which one to keep actually.
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 21 07:22:17 2014 UTC
(4 years, 10 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.35: +2 -4 lines
Diff to
previous 1.35
Make multilib_is_native_abi equivalent to multilib_build_binaries, until all ebuilds are fixed.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 21 07:17:55 2014 UTC
(4 years, 10 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.34: +49 -1 lines
Diff to
previous 1.34
Introduce extra multilib_native_use* wrappers encapulsating multilib_build_binaries & use* functions.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 3 21:32:56 2014 UTC
(4 years, 10 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.31: +0 -2 lines
Diff to
previous 1.31
Revert incomplete and broken s390 support. Please finally contact multilib before playing with this.
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 31 15:32:22 2014 UTC
(4 years, 10 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.29: +1 -7 lines
Diff to
previous 1.29
Revert the introduction of ABI_PPC due to a lot of breakage, bug #506298 to track it.
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 31 18:31:47 2013 UTC
(5 years, 1 month ago)
by
mgorny
Branch:
MAIN
Changes since
1.24: +9 -10 lines
Diff to
previous 1.24
Improve documentation on multilib_is_native_abi & multilib_build_binaries to make it clear which one to use. Requested and reviewed by okias.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 30 07:27:06 2013 UTC
(5 years, 4 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.20: +15 -11 lines
Diff to
previous 1.20
Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch to Ulrich Mueller.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 28 02:37:52 2013 UTC
(5 years, 7 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.13: +2 -2 lines
Diff to
previous 1.13
Fix redundant slashes in header-wrapping include paths, bug #475046. Thanks to Arfrever for the patch.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 7 16:56:14 2013 UTC
(5 years, 10 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.10: +135 -1 lines
Diff to
previous 1.10
Move header wrapping to multilib-build. Use the new code in autotools-multilib and multilib-minimal.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 26 21:05:39 2013 UTC
(5 years, 11 months ago)
by
mgorny
Branch:
MAIN
Changes since
1.3: +2 -1 lines
Diff to
previous 1.3
Run header checksumming function only if /usr/include exists (IOW: silence the warning).
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 1 21:39:50 2013 UTC
(6 years ago)
by
mgorny
Branch:
MAIN
Introduce a common multilib-build eclass to help building packages for multilib, and use the new ABI_X86 flags in it.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|