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
|
# ChangeLog for app-misc/beanstalkd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.24 2011/04/26 09:35:14 tomka Exp $
26 Apr 2011; Thomas Kahle <tomka@gentoo.org> beanstalkd-1.4.6-r1.ebuild:
x86 stable per bug 361157
09 Apr 2011; Christoph Mende <angelos@gentoo.org> beanstalkd-1.4.6-r1.ebuild:
Stable on amd64 wrt bug #361157
*beanstalkd-1.4.6-r1 (18 Jan 2011)
18 Jan 2011; Anthony G. Basile <blueness@gentoo.org>
+beanstalkd-1.4.6-r1.ebuild, +files/beanstalkd-dbgprintf.patch:
Added patch to compile against libevent-2, bug #333091
02 Nov 2010; Patrick Lauer <patrick@gentoo.org> -files/init-1.4.2,
-files/Makefile.install.patch, -files/beanstalkd-werror.patch:
Removing unneeded files #342637
01 Nov 2010; Mark Loeser <halcy0n@gentoo.org> beanstalkd-1.3.ebuild,
beanstalkd-1.4.6.ebuild:
Dropping ppc/ppc64 as this was never tested; bug #288103
17 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
beanstalkd-1.4.6.ebuild:
Stable on amd64 wrt bug #322457
17 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
beanstalkd-1.4.6.ebuild:
stable x86, security bug 322457
01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
beanstalkd-1.4.6.ebuild:
Fix call to use_enable.
10 Jul 2010; Jeroen Roovers <jer@gentoo.org> beanstalkd-1.3.ebuild,
beanstalkd-1.4.6.ebuild:
Remove HPPA keywording (bug #288103).
24 Jun 2010; Christoph Mende <angelos@gentoo.org> beanstalkd-1.3.ebuild:
Stable on amd64 wrt bug #288103
19 Jun 2010; Raúl Porcel <armin76@gentoo.org> beanstalkd-1.3.ebuild,
beanstalkd-1.4.6.ebuild:
Drop alpha/arm/ia64/sh/sparc keywords since this wasn't tested at all
AFAIK
18 Jun 2010; Patrick Lauer <patrick@gentoo.org> -beanstalkd-1.0.ebuild,
-beanstalkd-1.2.ebuild, -beanstalkd-1.4.2.ebuild,
-beanstalkd-1.4.3.ebuild:
Remove old
16 Jun 2010; Christian Faulhammer <fauli@gentoo.org> beanstalkd-1.3.ebuild:
stable x86, bug 288103
09 Jun 2010; Patrick Lauer <patrick@gentoo.org> beanstalkd-1.3.ebuild:
Restricting tests on 1.3 as there's no sane way to fix them
02 Jun 2010; Jeremy Olexa <darkside@gentoo.org> beanstalkd-1.4.6.ebuild:
Convert to EAPI3 for Gentoo Prefix mods, bug 303397
*beanstalkd-1.4.6 (02 Jun 2010)
02 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+files/beanstalkd-werror-v2.patch, +files/init-1.4.6,
+beanstalkd-1.4.6.ebuild, metadata.xml:
Bump to 1.4.6, thanks to Johan Bergstroem. Fixes #310033 #307623 #300508
#297184. Taking over maintenance and adding Johan as proxy-maintainer
02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove caleb from metadata.xml (#317071)
*beanstalkd-1.4.3 (04 Jan 2010)
04 Jan 2010; Patrick Lauer <patrick@gentoo.org> +beanstalkd-1.4.3.ebuild:
Bump, fixes #295292
*beanstalkd-1.4.2 (23 Oct 2009)
23 Oct 2009; Patrick Lauer <patrick@gentoo.org> +files/conf-1.4.2,
+files/init-1.4.2, +beanstalkd-1.4.2.ebuild:
Bump, fixes #290270. Thanks to Johan Bergstrom for the patches
*beanstalkd-1.3 (23 Jun 2009)
23 Jun 2009; Patrick Lauer <patrick@gentoo.org> +beanstalkd-1.3.ebuild:
Bump to 1.3, fixes #268484
*beanstalkd-1.2 (21 Mar 2009)
21 Mar 2009; Gordon Malm <gengor@gentoo.org> +beanstalkd-1.2.ebuild:
Version bump.
02 Mar 2009; Patrick Lauer <patrick@gentoo.org>
+files/beanstalkd-werror.patch, beanstalkd-1.0.ebuild:
Fixing -Werror failure. Patch by Magnus Granberg.
*beanstalkd-1.0 (15 Aug 2008)
15 Aug 2008; Caleb Tennis <caleb@gentoo.org>
+files/Makefile.install.patch, +files/conf, +files/init, +metadata.xml,
+beanstalkd-1.0.ebuild:
Initial import, based on bug #208963
|