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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
# ChangeLog for app-portage/portage-bashrc-mv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*portage-bashrc-mv-11.7 (13 Oct 2012)
13 Oct 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Parse first line in cflags correctly.
*portage-bashrc-mv-11.6 (07 Oct 2012)
07 Oct 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-11.5 (07 Oct 2012)
07 Oct 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Support gpo
*portage-bashrc-mv-11.4 (10 Sep 2012)
28 Sep 2012; Martin Väth <martin@mvath.de>
Bump to EAPI=5
10 Sep 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Rely that gold linker is used with clang:
Do not filter -flto for USE_NONGNU
*portage-bashrc-mv-11.3 (08 Sep 2012)
08 Sep 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Support for Non-GNU compilers (e.g. clang).
*portage-bashrc-mv-11.2 (08 Sep 2012)
08 Sep 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Fixes CCACHE_*
*portage-bashrc-mv-11.1 (07 Sep 2012)
07 Sep 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Support for CCACHE_*
*portage-bashrc-mv-11.0 (16 Jun 2012)
16 Jun 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Use masked-packages from app-portage/eix
*portage-bashrc-mv-10.12 (21 May 2012)
21 May 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.11 (20 May 2012)
20 May 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.9 (11 May 2012)
12 May 2012; Martin Väth <martin@mvath.de>
base->eutils
11 May 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.8 (07 May 2012)
07 May 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.7 (08 Apr 2012)
15 Apr 2012; Martin Väth <martin@mvath.de>
Inherit base
08 Apr 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.6 (13 Mar 2012)
19 Mar 2012; Martin Väth <martin@mvath.de>
Use vcs-snapshot.eclass, remove old ebuild.
13 Mar 2012; Martin Väth <martin@mvath.de>
Version bump. Keep old ebuild, since release is experimental.
*portage-bashrc-mv-10.3 (28 Feb 2012)
28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.2 (19 Feb 2012)
19 Jan 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Support CPPFLAGS.
*portage-bashrc-mv-10.1 (06 Jan 2012)
06 Jan 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*portage-bashrc-mv-10.0 (19 Dec 2011)
19 Nov 2011; Martin Väth <martin@mvath.de>
New ebuild from scratch.
|