1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
# ChangeLog for app-admin/eselect-compiler
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-compiler/ChangeLog,v 1.12 2005/10/28 00:52:37 eradicator Exp $
*eselect-compiler-2.0.0_rc1-r1 (28 Oct 2005)
28 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
+files/eselect-compiler-2.0.0_rc1-inherit.patch,
-eselect-compiler-2.0.0_rc1.ebuild, +eselect-compiler-2.0.0_rc1-r1.ebuild:
Added missing inherit.
*eselect-compiler-2.0.0_rc1 (19 Oct 2005)
19 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
eselect-compiler-2.0.0_beta5.ebuild, +eselect-compiler-2.0.0_rc1.ebuild:
Version bump and fixed to work with eselect-1.0_rc1.
*eselect-compiler-2.0.0_beta5 (07 Oct 2005)
07 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
-eselect-compiler-2.0.0_beta4.ebuild,
+eselect-compiler-2.0.0_beta5.ebuild:
Change behavior to NOT use the deprecated CFLAGS_${ABI} unless explicitly
enabled in selection.conf (and it is off by default).
*eselect-compiler-2.0.0_beta4 (06 Oct 2005)
06 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
-eselect-compiler-2.0.0_beta3.ebuild,
+eselect-compiler-2.0.0_beta4.ebuild:
Fixed a bug where selecting a non-native compiler removed the native
binaries. Use bin_prefix to determine reference file for timestamp which is
needed for the alternate targets of multilib crosscompilers.
*eselect-compiler-2.0.0_beta3 (06 Oct 2005)
06 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
-files/eselect-compiler-2.0.0_beta2-get_bins.patch,
-files/eselect-compiler-2.0.0_beta2-ref.patch,
-files/eselect-compiler-2.0.0_beta2-specs.patch,
-eselect-compiler-2.0.0_beta2-r2.ebuild,
+eselect-compiler-2.0.0_beta3.ebuild:
Some more cross compilation fixes.
*eselect-compiler-2.0.0_beta2-r2 (05 Oct 2005)
05 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
+files/eselect-compiler-2.0.0_beta2-get_bins.patch,
-eselect-compiler-2.0.0_beta2-r1.ebuild,
+eselect-compiler-2.0.0_beta2-r2.ebuild:
Fixed get_bins for cross compilers.
*eselect-compiler-2.0.0_beta2-r1 (05 Oct 2005)
05 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
+files/eselect-compiler-2.0.0_beta2-ref.patch,
+files/eselect-compiler-2.0.0_beta2-specs.patch,
-eselect-compiler-2.0.0_beta2.ebuild,
+eselect-compiler-2.0.0_beta2-r1.ebuild:
Revbump to fix a problem when choosing the reference file for touch on
crosscompilers and let postinst fix spec->specs in the conf files.
05 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
eselect-compiler-2.0.0_beta2.ebuild:
Cleaned up postinst to be a little smarter.
03 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
-eselect-compiler-2.0.0_beta1.ebuild, eselect-compiler-2.0.0_beta2.ebuild:
Add sedness to fix some possibly broken configs.
*eselect-compiler-2.0.0_beta2 (02 Oct 2005)
02 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
+eselect-compiler-2.0.0_beta2.ebuild:
Version bump with BSD fixes, some bug fixes, and more backwards compat support.
01 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
eselect-compiler-2.0.0_beta1.ebuild:
Filtering -ftracer as it borks stuff.
*eselect-compiler-2.0.0_beta1 (01 Oct 2005)
01 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org> +metadata.xml,
+eselect-compiler-2.0.0_beta1.ebuild:
Initial version of replacement to gcc-config. It has much better support for
multilib, cross compilers, and per-user configurations.
|