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
|
# ChangeLog for app-shells/set_prompt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*set_prompt-1.16 (03 Nov 2013)
03 Nov 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.15 (02 Nov 2013)
02 Nov 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild. Shebang care
*set_prompt-1.14 (07 Jun 2013)
07 Jun 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.13 (02 Jun 2012)
28 Sep 2012; Martin Väth <martin@mvath.de>:
Bump to EAPI=5
04 Jun 2012; Martin Väth <martin@mvath.de>:
Fix description
02 Jun 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.12 (14 May 2012)
14 May 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.11 (07 May 2012)
12 May 2012; Martin Väth <martin@mvath.de>:
base->eutils
07 May 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.10 (12 Apr 2012)
04 May 2012; Martin Väth <martin@mvath.de>:
Fix permissions
15 Apr 2012; Martin Väth <martin@mvath.de>:
Inherit base
12 Apr 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild. Make -r really not rely on external
variables and more readable. Improve parsing of git output
*set_prompt-1.8 (10 Apr 2012)
10 Apr 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.7 (08 Apr 2012)
08 Apr 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.6 (10 Mar 2012)
19 Mar 2012; Martin Väth <martin@mvath.de>:
Use vcs-snapshot.eclass
10 Mar 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild. Security Update. See the new README.
*set_prompt-1.5 (08 Mar 2012)
08 Mar 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild. Security Update. See the new README.
*set_prompt-1.4 (28 Feb 2012)
28 Feb 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.3 (19 Feb 2012)
19 Feb 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
*set_prompt-1.2 (18 Feb 2012)
18 Feb 2012; Martin Väth <martin@mvath.de>:
Version bump. Code cleanup. Improved docu/help. Require $backslash
*set_prompt-1.1 (18 Feb 2012)
18 Feb 2012; Martin Väth <martin@mvath.de>:
Version bump. Customizable maxlen, leftmin. Readable (-r) output.
*set_prompt-1.0 (17 Feb 2012)
17 Feb 2012; Martin Väth <martin@mvath.de>:
New ebuild from scratch.
|