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
106
107
108
|
# ChangeLog for net-misc/zaptel
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.25 2005/01/27 20:05:47 stkn Exp $
27 Jan 2005; Stefan Knoblich <stkn@gentoo.org> -files/zaptel-modulesd.patch,
-zaptel-0.7.0.ebuild, -zaptel-0.8.1.ebuild:
removing old versions
27 Jan 2005; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.0.ebuild:
updated to use kernel-kmod
13 Jan 2005; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.3.ebuild:
Only apply gcc-3.4 fix if gcc-3.4.3 is used, older versions seem not to be
affected.
13 Jan 2005; Stefan Knoblich <stkn@gentoo.org>
+files/zaptel-1.0.3-gcc34.patch, zaptel-1.0.3.ebuild:
Added workaround for gcc-3.4.x broken/unsupported static inline handling on
x86 (bug #76707).
05 Jan 2005; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.3.ebuild:
changed the linux-2.6 + devfs warning messages, should be less confusing now...
19 Dec 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.2.ebuild:
fixed SRC_URI
*zaptel-1.0.3 (19 Dec 2004)
19 Dec 2004; Stefan Knoblich <stkn@gentoo.org>
+files/zaptel-1.0.3-gentoo.diff, +zaptel-1.0.3.ebuild:
new version, changes: /etc/modules.d/zaptel cleanup, users will have to
use the zaptel init-script to load settings (or run /sbin/ztcfg manually)
*zaptel-1.0.2 (10 Nov 2004)
10 Nov 2004; <stkn@gentoo.org> +zaptel-1.0.2.ebuild:
version bump.
*zaptel-1.0.1 (24 Oct 2004)
24 Oct 2004; <stkn@gentoo.org> +files/zaptel-1.0.1-modulesd.diff,
+files/zaptel-1.0.1-skbuff.diff, +zaptel-1.0.1.ebuild:
New version, includes skbuff fixes for >=linux-2.6.9 (bug #66168, thx to Kevin
Daughtridge <kevin@kdau.ath.cx>), now using kernel-mod.eclass
(bug #68451, thx to Stefan Schweizer <sschweizer@gmail.com>)
03 Oct 2004; <iggy@gentoo.org> zaptel-1.0.0.ebuild:
switched custom ARCH setting code to use set_arch_to_* from eutils, also
used some functions from kmod instead of homebrew stuff
*zaptel-1.0.0 (24 Sep 2004)
24 Sep 2004; <stkn@gentoo.org>
+files/zaptel-1.0.0-experimental-devfs26.diff,
+files/zaptel-1.0.0-modulesd.diff, +zaptel-1.0.0.ebuild:
version bump
06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> zaptel-0.7.0.ebuild,
zaptel-0.8.1.ebuild, zaptel-0.9.1.ebuild:
Switch to use epause and ebeep, bug #62950
27 Jul 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.9.1.ebuild:
stable on x86
01 Jul 2004; Jon Hood <squinky86@gentoo.org> zaptel-0.7.0.ebuild,
zaptel-0.8.1.ebuild, zaptel-0.9.1.ebuild:
change virtual/glibc to virtual/libc
09 Jun 2004; Aron Griffis <agriffis@gentoo.org> zaptel-0.7.0.ebuild,
zaptel-0.8.1.ebuild, zaptel-0.9.1.ebuild:
Fix use invocation
10 May 2004; David Holm <dholm@gentoo.org> zaptel-0.9.1.ebuild:
Added to ~ppc.
*zaptel-0.9.1 (10 May 2004)
10 May 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.9.1.ebuild,
files/zaptel-0.9.1-experimental-devfs26.diff,
files/zaptel-0.9.1-modulesd.diff:
version bump.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> zaptel-0.7.0.ebuild,
zaptel-0.8.1.ebuild:
Add inherit eutils
17 Mar 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.8.1.ebuild:
fixed SRC_URI
16 Mar 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.7.0.ebuild:
removed blocking of dev-sources (bug #44588)
*zaptel-0.8.1 (16 Mar 2004)
16 Mar 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.8.1.ebuild:
version bump, this version still lacks linux-2.6 support
(kbuild + sandbox is a problem atm...)
19 Feb 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.7.0.ebuild:
fixed SRC_URI
*zaptel-0.7.0 (04 Jan 2004)
04 Jan 2004; Stefan Knoblich <stkn@gentoo.org> zaptel-0.7.0.ebuild,
files/zaptel-install_prefix-typo.patch,
files/zaptel-mkdir-usrincludelinux.patch, files/zaptel-modulesd.patch:
initial import. ebuild created by Ray Russell Reese III <anti@gentoo.org>
|