Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/dhcpdump: dhcpdump-1.8.ebuild ChangeLog
Date: Mon, 01 Jul 2013 13:44:54
Message-Id: 20130701134447.A59392171C@flycatcher.gentoo.org
1 zx2c4 13/07/01 13:44:47
2
3 Modified: dhcpdump-1.8.ebuild ChangeLog
4 Log:
5 Fix endianness issues and keyword for mips.
6
7 (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.3 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild?r1=1.2&r2=1.3
15
16 Index: dhcpdump-1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- dhcpdump-1.8.ebuild 21 Jul 2011 01:50:53 -0000 1.2
23 +++ dhcpdump-1.8.ebuild 1 Jul 2013 13:44:47 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild,v 1.2 2011/07/21 01:50:53 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild,v 1.3 2013/07/01 13:44:47 zx2c4 Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -10,7 +10,7 @@
34
35 LICENSE="BSD-2"
36 SLOT="0"
37 -KEYWORDS="~x86 ~amd64"
38 +KEYWORDS="~x86 ~amd64 ~mips"
39 IUSE=""
40
41 CDEPEND="net-libs/libpcap"
42 @@ -22,6 +22,7 @@
43 cd "${S}"
44 epatch "${FILESDIR}"/${P}-Makefile.patch
45 epatch "${FILESDIR}"/${P}-debian.patch
46 + epatch "${FILESDIR}"/${P}-endianness.patch
47 }
48
49 src_compile() {
50
51
52
53 1.7 net-analyzer/dhcpdump/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dhcpdump/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dhcpdump/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dhcpdump/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 21 Jul 2011 01:50:53 -0000 1.6
66 +++ ChangeLog 1 Jul 2013 13:44:47 -0000 1.7
67 @@ -1,6 +1,10 @@
68 # ChangeLog for net-analyzer/dhcpdump
69 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/ChangeLog,v 1.6 2011/07/21 01:50:53 jer Exp $
71 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dhcpdump/ChangeLog,v 1.7 2013/07/01 13:44:47 zx2c4 Exp $
73 +
74 + 01 Jul 2013; Jason A. Donenfeld <zx2c4@g.o>
75 + +files/dhcpdump-1.8-endianness.patch, dhcpdump-1.8.ebuild:
76 + Fix endianness issues and keyword for mips.
77
78 21 Jul 2011; Jeroen Roovers <jer@g.o> dhcpdump-1.8.ebuild:
79 Add pod2man dependency.
80 @@ -27,4 +31,3 @@
81 26 Aug 2007; Thilo Bangert <bangert@g.o> +metadata.xml,
82 +dhcpdump-1.7.ebuild:
83 initial import - thanks Adam Carheden - bug #121895
84 -