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
|
# ChangeLog for net-misc/vtun
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.24 2004/11/14 21:21:21 kloeri Exp $
14 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> vtun-2.6.ebuild:
Stable on alpha.
07 Nov 2004; David Holm <dholm@gentoo.org> vtun-2.6.ebuild:
Added to ~ppc.
31 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> vtun-2.6.ebuild:
~alpha keyword.
16 Oct 2004; <solar@gentoo.org> vtun-2.6.ebuild:
added missing RDEPEND
31 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> :
Marked ~amd64.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> vtun-2.5.ebuild,
vtun-2.6.ebuild:
change virtual/glibc to virtual/libc
11 Jun 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.5-r1.ebuild,
vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild:
Fix use invocation
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.6.ebuild:
Add inherit eutils
22 Jan 2004; Chuck Short <zul@gentoo.org> vtun-2.5-r1.ebuild,
vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild, files/vtun.rc:
Header fixes.
22 Jan 2004; Chuck Short <zul@gentoo.org> files/vtun.rc:
Fixed init script so that more than one vtun can run. closes #38977.
20 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
More init tweaks.
19 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
Fixed initscript bug. closes #31517.
*vtun-2.6 (17 Oct 2003)
17 Oct 2003; Chuck Short <zul@gentoo.org> vtun-2.6.ebuild,
files/vtun-2.6-makefile.patch:
New version.
16 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
Fixed init script, removed start-stop-daemon. It was not starting vtun
when run init script. Fixes bug #21351.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*vtun-2.5-r2 (28 April 2002)
06 Mar 2003; Aron Griffis <agriffis@gentoo.org> vtun-2.5-r2.ebuild:
Add alpha to KEYWORDS
09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5-r2.ebuild :
Added KEYWORDS, SLOT.
06 June 2002; Mike Jones <ashmodai@gentoo.org> vtun-2.5-r2.ebuild
Added a patch for the configure script which prevents errors under gcc 3.1 when
/usr/include is manually appended to the include search path.
*vtun-2.5-r1 (28 April 2002)
09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5-r1.ebuild :
Added KEYWORDS, SLOT.
28 May 2002; Preston A. Elder <prez@gentoo.org> vtun-2.5-r1.ebuild
Accomodated for /usr/include/md5.h left from cyrus-sasl.
*vtun-2.5 (28 April 2002)
09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5.ebuild :
Added KEYWORDS, LICENSE, SLOT.
28 April 2002; Bryce Allen <ballen@mum.edu> vtun-2.5.ebuild ChangeLog files/digest-vtun-2.5 files/vtun.rc files/vtund-start.conf :
Initial revision.
Includes a few patches for the excellent PLD folks, specifically
to fix a bison issue, and to add DESTDIR to the 'make install' command.
|