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
|
# ChangeLog for sys-apps/tomoyo-tools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/ChangeLog,v 1.10 2012/06/01 07:56:06 naota Exp $
*tomoyo-tools-2.3.0_p20120414 (01 Jun 2012)
*tomoyo-tools-2.4.0_p20120414 (01 Jun 2012)
*tomoyo-tools-2.5.0_p20120414 (01 Jun 2012)
*tomoyo-tools-2.2.0_p20120414 (01 Jun 2012)
01 Jun 2012; Naohiro Aota <naota@gentoo.org>
+files/tomoyo-tools-2.2.0_p20120414-gentoo.patch,
+files/tomoyo-tools-2.2.0_p20120414-ldflags.patch,
+files/tomoyo-tools-2.3.0_p20120414-flags-parallel.patch,
+files/tomoyo-tools-2.5.0_p20120414-flags-parallel.patch,
+tomoyo-tools-2.2.0_p20120414.ebuild, +tomoyo-tools-2.3.0_p20120414.ebuild,
+tomoyo-tools-2.4.0_p20120414.ebuild, +tomoyo-tools-2.5.0_p20120414.ebuild,
-files/tomoyo-tools-2.2.0_p20110211-gentoo.patch,
-files/tomoyo-tools-2.2.0_p20110211-ldflags.patch,
-files/tomoyo-tools-2.3.0_p20110929-flags-parallel.patch,
-files/tomoyo-tools-2.5.0_p20111025-flags-parallel.patch,
-tomoyo-tools-2.2.0_p20110211.ebuild, -tomoyo-tools-2.3.0_p20110929.ebuild,
-tomoyo-tools-2.4.0_p20111025.ebuild, -tomoyo-tools-2.5.0_p20111025.ebuild:
Version bump. Drop old.
*tomoyo-tools-2.5.0_p20111025 (14 Nov 2011)
14 Nov 2011; Naohiro Aota <naota@gentoo.org>
+tomoyo-tools-2.5.0_p20111025.ebuild,
+files/tomoyo-tools-2.5.0_p20111025-flags-parallel.patch:
Version bump
*tomoyo-tools-2.4.0_p20111025 (14 Nov 2011)
14 Nov 2011; Naohiro Aota <naota@gentoo.org>
-tomoyo-tools-2.4.0_p20110929.ebuild, +tomoyo-tools-2.4.0_p20111025.ebuild:
Version bump.
29 Sep 2011; Naohiro Aota <naota@gentoo.org>
tomoyo-tools-2.2.0_p20110211.ebuild,
+files/tomoyo-tools-2.2.0_p20110211-ldflags.patch:
Respect LDFLAGS. Bug #332297
*tomoyo-tools-2.4.0_p20110929 (29 Sep 2011)
29 Sep 2011; Naohiro Aota <naota@gentoo.org>
-tomoyo-tools-2.4.0_p20110820.ebuild, +tomoyo-tools-2.4.0_p20110929.ebuild,
-files/tomoyo-tools-2.4.0_p20110820-flags-parallel.patch,
+files/tomoyo-tools-2.4.0_p20110929-flags-parallel.patch:
Version bumped. Bug #355823
*tomoyo-tools-2.3.0_p20110929 (29 Sep 2011)
29 Sep 2011; Naohiro Aota <naota@gentoo.org>
-tomoyo-tools-2.3.0_p20100820.ebuild, +tomoyo-tools-2.3.0_p20110929.ebuild,
-files/tomoyo-tools-2.3.0_p20100820-flags-parallel.patch,
-files/tomoyo-tools-2.3.0_p20100820-gentoo.patch,
+files/tomoyo-tools-2.3.0_p20110929-flags-parallel.patch,
+files/tomoyo-tools-2.3.0_p20110929-gentoo.patch:
Version bumped. Bug #355823
*tomoyo-tools-2.2.0_p20110211 (29 Sep 2011)
29 Sep 2011; Naohiro Aota <naota@gentoo.org>
-tomoyo-tools-2.2.0_p20090727.ebuild, +tomoyo-tools-2.2.0_p20110211.ebuild,
-files/tomoyo-tools-2.2.0_p20090727-gentoo.patch,
+files/tomoyo-tools-2.2.0_p20110211-gentoo.patch:
Version bump.
*tomoyo-tools-2.4.0_p20110820 (16 Sep 2011)
16 Sep 2011; Naohiro Aota <naota@gentoo.org>
+tomoyo-tools-2.4.0_p20110820.ebuild,
+files/tomoyo-tools-2.4.0_p20110820-flags-parallel.patch, metadata.xml:
Version bump. Add myself as a maintainer.
*tomoyo-tools-2.3.0_p20100820 (17 Jan 2011)
17 Jan 2011; Sebastian Pipping <sping@gentoo.org>
+tomoyo-tools-2.3.0_p20100820.ebuild,
+files/tomoyo-tools-2.3.0_p20100820-flags-parallel.patch,
+files/tomoyo-tools-2.3.0_p20100820-gentoo.patch:
Bump to 2.3.0_p20100820 (bug #342169)
- Move to EAPI 2
- Start respecting LDFLAGS
- Port patch from 2.2.0_p20090727
- Fix parallel make issue
*tomoyo-tools-2.2.0_p20090727 (28 Jul 2009)
28 Jul 2009; MATSUU Takuto <matsuu@gentoo.org>
+tomoyo-tools-2.2.0_p20090727.ebuild,
+files/tomoyo-tools-2.2.0_p20090727-gentoo.patch, +metadata.xml:
Initial import, bug #278513.
|