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
|
# ChangeLog for net-irc/atheme-services
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.12 2011/09/30 04:47:45 binki Exp $
30 Sep 2011; Nathan Phillip Brink <binki@gentoo.org>
atheme-services-7.0.0_alpha7.ebuild:
Require libmowgli-0.9.95 for atheme-services-7.0.0_alpha7 at jdhore's hint.
*atheme-services-7.0.0_alpha7 (30 Sep 2011)
30 Sep 2011; Nathan Phillip Brink <binki@gentoo.org>
+atheme-services-7.0.0_alpha7.ebuild,
+files/atheme-services-7.0.0_alpha7-mowgli-strl.patch,
+files/atheme-services-7.0.0_alpha7-xmlrpc-mowgli-string.patch:
Bump to atheme-services-7.0.0_alpha7 with patches pulled from git allowing it
to compile.
*atheme-services-7.0.0_alpha6 (27 Jul 2011)
27 Jul 2011; Nathan Phillip Brink <binki@gentoo.org>
+atheme-services-7.0.0_alpha6.ebuild,
+files/atheme-services-7.0.0_alpha6-destdir-perl.patch:
Bump to atheme-7.0.0_alpha6 which has perl scripting support.
*atheme-services-6.0.8-r2 (22 Jul 2011)
22 Jul 2011; Nathan Phillip Brink <binki@gentoo.org>
-atheme-services-6.0.8-r1.ebuild, +atheme-services-6.0.8-r2.ebuild,
files/atheme-services.initd:
Use --pidfile and --user in the initscript, recommended by the_mgt/ich.
*atheme-services-6.0.8-r1 (20 Jul 2011)
20 Jul 2011; Nathan Phillip Brink <binki@gentoo.org>
-atheme-services-6.0.8.ebuild, +atheme-services-6.0.8-r1.ebuild,
+files/atheme-services.initd, -files/atheme-services.initd.in:
Fix initial permissions of /var/run/atheme and remove bad prefix-support
logic from init script. Reported by the_mgt/ich.
24 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
atheme-services-6.0.8.ebuild:
Add gentoo-prefix support, tested on amd64-linux.
14 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
atheme-services-6.0.8.ebuild,
+files/atheme-services-6.0.8-configure-disable.patch:
Add patch which fixes USE="-profile" by fixing ./configure's
--disable-profile, should actually fix bug #371119 finally.
12 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
atheme-services-6.0.8.ebuild:
Disabled PIE for USE="profile", should fix bug #371119.
11 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> metadata.xml:
Mark myself as maintainer of net-irc/atheme-services.
09 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
-atheme-services-0.2.2.ebuild, -atheme-services-1.2.1.ebuild,
-files/atheme-1.2.1-postgresl.patch, -files/atheme.initd,
-files/make-postgresql-support-optional.patch,
-files/makefile-DESTDIR-support.patch:
Drop atheme-services-0.2.2 and atheme-services-1.2.1 which are ancient and
affected by bug #313373 and bug #335467.
*atheme-services-6.0.8 (09 Jun 2011)
09 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
+atheme-services-6.0.8.ebuild, +files/atheme-services.initd.in,
metadata.xml:
Completely reworked for bump to atheme-services-6.0.8, fixing bug #305411.
*atheme-services-1.2.1 (08 Jun 2011)
*atheme-services-0.2.2 (08 Jun 2011)
08 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
+atheme-services-0.2.2.ebuild, +atheme-services-1.2.1.ebuild,
+files/atheme-1.2.1-postgresl.patch, +files/atheme.initd,
+files/make-postgresql-support-optional.patch,
+files/makefile-DESTDIR-support.patch, +metadata.xml:
Rename net-irc/atheme to net-irc/atheme-services to follow upstream's
package name change.
|