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
109
110
111
112
|
# ChangeLog for net-analyzer/nbtscan
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbtscan/ChangeLog,v 1.31 2010/09/15 01:24:39 jer Exp $
15 Sep 2010; Jeroen Roovers <jer@gentoo.org> nbtscan-1.5.1-r1.ebuild,
nbtscan-1.5.1-r2.ebuild:
Remove empty optional variable DEPEND.
*nbtscan-1.5.1-r2 (15 Sep 2010)
15 Sep 2010; Jeroen Roovers <jer@gentoo.org> +nbtscan-1.5.1-r2.ebuild,
+files/nbtscan-1.5.1-includes-declarations.patch:
Respect LDFLAGS (bug #337309). Fix some missing includes/declarations.
26 May 2010; Jonathan Callen <abcd@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Fix QA violations (quoting, use econf), add prefix keywords
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Remove virtual/libc
26 May 2009; Jeroen Roovers <jer@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Update SRC_URI too.
26 May 2009; Jeroen Roovers <jer@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Update HOMEPAGE.
16 Jan 2008; Fabian Groffen <grobian@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Dropped ppc-macos keyword, see you in prefix
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -nbtscan-1.5.1.ebuild:
Cleanup
28 Oct 2006; Christian Faulhammer <opfer@gentoo.org>
nbtscan-1.5.1-r1.ebuild:
x86 stable wrt bug #151519
24 Oct 2006; Fabian Groffen <grobian@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Marked ppc-macos stable (bug #151519)
21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
nbtscan-1.5.1-r1.ebuild:
ppc stable, bug #151519
18 Oct 2006; Patrick McLean <chutzpah@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Stable on amd64 (bug #151519).
16 Oct 2006; Jason Wever <weeve@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Stable on SPARC wrt bug #151519.
16 Oct 2006; Markus Ullmann <jokey@gentoo.org> -nbtscan-1.0.3.ebuild,
nbtscan-1.5.1.ebuild, nbtscan-1.5.1-r1.ebuild:
QA improvements and cleanup
19 Jul 2005; David Holm <dholm@gentoo.org> nbtscan-1.5.1-r1.ebuild:
Added to ~ppc.
*nbtscan-1.5.1-r1 (05 Mar 2005)
05 Mar 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/nbtscan-1.5.1-script-whitespace.patch, +nbtscan-1.5.1-r1.ebuild:
Revision bump; add patch that fixes -s output (bug 84139). Thanks to Josh
Nichols <nichoj@rpi.edu> for the patch.
18 Jan 2005; Lina Pezzella <j4rg0n@gentoo.org> nbtscan-1.5.1.ebuild:
Stable ppc-macos.
09 Oct 2004; David Holm <dholm@gentoo.org> nbtscan-1.5.1.ebuild:
Added to ~ppc.
25 Jul 2004; Lina Pezzella <j4rg0n@gentoo.org> nbtscan-1.5.1.ebuild:
Unstable on macos.
19 Jul 2004; Jason Wever <weeve@gentoo.org> nbtscan-1.5.1.ebuild:
Stable on sparc.
10 Jul 2004; Eldad Zack <eldad@gentoo.org> nbtscan-1.0.3.ebuild,
nbtscan-1.5.1.ebuild:
Tidy, x86 stable
03 Jul 2004; Tom Martin <slarti@gentoo.org> nbtscan-1.5.1.ebuild:
Keyworded ~amd64.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml,
nbtscan-1.0.3.ebuild, nbtscan-1.5.1.ebuild:
change virtual/glibc to virtual/libc, add metadata.xml, add IUSE
29 Mar 2004; Michael Boman <mboman@gentoo.org> nbtscan-1.5.1.ebuild:
Oops. New packages should be ~arch masked first.
*nbtscan-1.5.1 (29 Mar 2004)
29 Mar 2004; Michael Boman <mboman@gentoo.org> nbtscan-1.5.1.ebuild:
New upstream version. Closes #45372
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*nbtscan-1.0.3 (12 Feb 2002)
12 Feb 2002; Bruce A. Locke <blocke@shivan.org> ChangeLog:
Update to 1.0.3
*nbtscan-1.0.2 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|