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
|
# ChangeLog for x11-misc/xmobar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.16 2012/05/18 17:42:09 slyfox Exp $
18 May 2012; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.14.ebuild:
Raise depend to require dev-haskell/parsec-3 (fixes build failure reported by
Anthony Mendez in bug #416003)
*xmobar-0.14 (13 Apr 2012)
13 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org>
+files/xmobar-0.14-stm-2.3.patch, +xmobar-0.14.ebuild, metadata.xml:
Version bump. Requested by fox in bug #411477.
02 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org>
+files/xmobar-0.13-fix-build-failure-against-ghc-7.2.patch,
xmobar-0.13.ebuild:
Fixed build failure against ghc-7.2+ (bug #410449 by Phil Tooley).
18 Sep 2011; Sergei Trofimovich <slyfox@gentoo.org>
-files/xmobar-0.9.2-cpu-high-load.patch, -xmobar-0.11.1.ebuild:
Removed old.
*xmobar-0.13 (18 Sep 2011)
18 Sep 2011; Sergei Trofimovich <slyfox@gentoo.org> +xmobar-0.13.ebuild:
Version bump. Requested by Aleksander "Alistra" Balicki and by Dan Douglas
(bug #351624)
11 May 2011; Sergei Trofimovich <slyfox@gentoo.org> -xmobar-0.8.ebuild,
-xmobar-0.8-r1.ebuild, -xmobar-0.9.ebuild, -xmobar-0.9.2-r1.ebuild:
Drop old.
*xmobar-0.11.1 (04 Oct 2010)
04 Oct 2010; Lennart Kolmodin <kolmodin@gentoo.org> +xmobar-0.11.1.ebuild:
Version bump.
16 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> xmobar-0.8.ebuild,
xmobar-0.8-r1.ebuild, xmobar-0.9.ebuild, xmobar-0.9.2-r1.ebuild:
Remove unneeded dep dev-haskell/filepath. See bug #324411.
28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org>
xmobar-0.9.2-r1.ebuild:
Bump requirement of cabal to 1.6, as we use the --constraint flag.
See bug #295568.
27 Jan 2010; <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild:
Use explicit patch name in PATHCHES. Reported in bug #302225.
15 Dec 2009; <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild:
Fix mixup with DEPEND / RDEPEND flags.
14 Dec 2009; <kolmodin@gentoo.org>
+files/xmobar-0.9.2-cpu-high-load.patch:
Add missing patch. See bug #295176.
*xmobar-0.9.2-r1 (26 Nov 2009)
26 Nov 2009; <kolmodin@gentoo.org> +xmobar-0.9.2-r1.ebuild, metadata.xml:
Version bump.
*xmobar-0.9 (24 Sep 2008)
24 Sep 2008; Lennart Kolmodin <kolmodin@gentoo.org> +xmobar-0.9.ebuild:
Bump to xmobar-0.9
*xmobar-0.8-r1 (01 Jan 2008)
01 Jan 2008; Lennart Kolmodin <kolmodin@gentoo.org> +xmobar-0.8-r1.ebuild:
Add missing deps and install README and sample configuration
*xmobar-0.8 (16 Dec 2007)
16 Dec 2007; Lennart Kolmodin <kolmodin@gentoo.org> +metadata.xml,
+xmobar-0.8.ebuild:
Initial import. Xmobar is a minimalistic, text based, status bar.
|