Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/arpoison: arpoison-0.6.ebuild ChangeLog
Date: Fri, 05 Dec 2008 00:16:50
Message-Id: E1L8OND-0001jE-56@stork.gentoo.org
1 darkside 08/12/05 00:16:47
2
3 Modified: arpoison-0.6.ebuild ChangeLog
4 Log:
5 typo, pointed out by nightmorph
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-wl-dirty x86_64)
7
8 Revision Changes Path
9 1.8 net-analyzer/arpoison/arpoison-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild?r1=1.7&r2=1.8
14
15 Index: arpoison-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- arpoison-0.6.ebuild 24 Apr 2007 19:54:40 -0000 1.7
22 +++ arpoison-0.6.ebuild 5 Dec 2008 00:16:47 -0000 1.8
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.7 2007/04/24 19:54:40 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.8 2008/12/05 00:16:47 darkside Exp $
29
30 inherit toolchain-funcs
31
32 -DESCRIPTION="A utility to poision ARP caches"
33 +DESCRIPTION="A utility to poison ARP caches"
34 HOMEPAGE="http://arpoison.sourceforge.net/"
35 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
36
37
38
39
40 1.8 net-analyzer/arpoison/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpoison/ChangeLog?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpoison/ChangeLog?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/arpoison/ChangeLog?r1=1.7&r2=1.8
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- ChangeLog 24 Apr 2007 19:54:40 -0000 1.7
53 +++ ChangeLog 5 Dec 2008 00:16:47 -0000 1.8
54 @@ -1,6 +1,9 @@
55 # ChangeLog for net-analyzer/arpoison
56 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.7 2007/04/24 19:54:40 welp Exp $
58 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.8 2008/12/05 00:16:47 darkside Exp $
60 +
61 + 05 Dec 2008; Jeremy Olexa <darkside@g.o> arpoison-0.6.ebuild:
62 + typo, pointed out by nightmorph
63
64 24 Apr 2007; Peter Weller <welp@g.o> arpoison-0.6.ebuild:
65 Keyworded ~amd64 wrt bug 175703