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
|
# ChangeLog for sys-devel/bmake
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/bmake/ChangeLog,v 1.19 2014/08/28 08:36:35 naota Exp $
28 Aug 2014; Naohiro Aota <naota@gentoo.org> bmake-20140214.ebuild:
Update sed workaround #520174
*bmake-20140214 (23 Apr 2014)
23 Apr 2014; Naohiro Aota <naota@gentoo.org> +bmake-20140214.ebuild:
version bump
*bmake-20130330 (19 Apr 2013)
19 Apr 2013; Naohiro Aota <naota@gentoo.org> +bmake-20130330.ebuild:
Version bump
*bmake-20130123 (26 Feb 2013)
26 Feb 2013; Naohiro Aota <naota@gentoo.org> +bmake-20130123.ebuild,
-bmake-20120325.ebuild:
bump; drop old version
*bmake-20121010 (30 Oct 2012)
30 Oct 2012; Alexis Ballier <aballier@gentoo.org> +bmake-20121010.ebuild:
version bump
03 Aug 2012; Richard Yao <ryao@gentoo.org> bmake-20120620.ebuild:
Use ${EPREFIX}/usr/share/mk/bmake for default make definitions
03 Aug 2012; Richard Yao <ryao@gentoo.org> bmake-20120620.ebuild:
Make ebuild prefix-safe and keyword on ~x64-freebsd
*bmake-20120620 (08 Jul 2012)
08 Jul 2012; Naohiro Aota <naota@gentoo.org> +bmake-20120620.ebuild:
Version bump.
24 Apr 2012; Alexis Ballier <aballier@gentoo.org>
-files/bmake-20080515-makefile.patch, -bmake-20090222.ebuild,
-bmake-20110606.ebuild, -files/bmake-tests.patch:
remove old
*bmake-20120325 (24 Apr 2012)
24 Apr 2012; Alexis Ballier <aballier@gentoo.org> +bmake-20120325.ebuild:
version bump
*bmake-20110606 (14 Jun 2011)
14 Jun 2011; Naohiro Aota <naota@gentoo.org> +bmake-20110606.ebuild:
Version bump. fix bug #327399
10 Aug 2009; Alexis Ballier <aballier@gentoo.org> -bmake-20080515.ebuild:
remove old
*bmake-20090222 (12 May 2009)
12 May 2009; Alexis Ballier <aballier@gentoo.org> +bmake-20090222.ebuild:
version bump
12 May 2009; Alexis Ballier <aballier@gentoo.org> -bmake-20060728.ebuild,
-files/bmake-makefile.patch:
punt old
*bmake-20080515 (05 Sep 2008)
05 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+files/bmake-20080515-makefile.patch, +files/bmake-tests.patch,
+bmake-20080515.ebuild:
version bump, dont run tests by default, add a src_test, install mk files
in /usr/share/mk/P to avoid collisions.
23 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> bmake-20060728.ebuild:
Add to ~ppc.
22 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> bmake-20060728.ebuild:
Add ~amd64 keyword.
*bmake-20060728 (14 Oct 2006)
14 Oct 2006; Timothy Redaelli <drizzt@gentoo.org>
+files/bmake-makefile.patch, +metadata.xml, +bmake-20060728.ebuild:
Initial import
|