Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnet: libnet-1.1.6.ebuild libnet-1.2_rc3.ebuild ChangeLog
Date: Mon, 09 Jun 2014 23:59:02
Message-Id: 20140609235856.B9AB12004E@flycatcher.gentoo.org
1 vapier 14/06/09 23:58:56
2
3 Modified: libnet-1.1.6.ebuild libnet-1.2_rc3.ebuild ChangeLog
4 Log:
5 Add arm64 love.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.13 net-libs/libnet/libnet-1.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.1.6.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.1.6.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.1.6.ebuild?r1=1.12&r2=1.13
15
16 Index: libnet-1.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.6.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- libnet-1.1.6.ebuild 19 Feb 2013 05:00:03 -0000 1.12
23 +++ libnet-1.1.6.ebuild 9 Jun 2014 23:58:56 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.6.ebuild,v 1.12 2013/02/19 05:00:03 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.6.ebuild,v 1.13 2014/06/09 23:58:56 vapier Exp $
30
31 EAPI=4
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="BSD BSD-2 HPND"
36 SLOT="1.1"
37 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
39 IUSE="doc static-libs"
40
41 DEPEND="sys-devel/autoconf"
42
43
44
45 1.2 net-libs/libnet/libnet-1.2_rc3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.2_rc3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.2_rc3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.2_rc3.ebuild?r1=1.1&r2=1.2
50
51 Index: libnet-1.2_rc3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.2_rc3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- libnet-1.2_rc3.ebuild 30 Jan 2014 10:58:14 -0000 1.1
58 +++ libnet-1.2_rc3.ebuild 9 Jun 2014 23:58:56 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.2_rc3.ebuild,v 1.1 2014/01/30 10:58:14 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.2_rc3.ebuild,v 1.2 2014/06/09 23:58:56 vapier Exp $
64
65 EAPI=5
66 inherit autotools eutils
67 @@ -11,7 +11,7 @@
68
69 LICENSE="BSD BSD-2 HPND"
70 SLOT="1.1"
71 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
72 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
73 IUSE="doc static-libs"
74
75 DEPEND="sys-devel/autoconf"
76
77
78
79 1.113 net-libs/libnet/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.113&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.113&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.112&r2=1.113
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
88 retrieving revision 1.112
89 retrieving revision 1.113
90 diff -u -r1.112 -r1.113
91 --- ChangeLog 30 Jan 2014 10:58:14 -0000 1.112
92 +++ ChangeLog 9 Jun 2014 23:58:56 -0000 1.113
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-libs/libnet
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.112 2014/01/30 10:58:14 jer Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.113 2014/06/09 23:58:56 vapier Exp $
98 +
99 + 09 Jun 2014; Mike Frysinger <vapier@g.o> libnet-1.1.6.ebuild,
100 + libnet-1.2_rc3.ebuild:
101 + Add arm64 love.
102
103 *libnet-1.2_rc3 (30 Jan 2014)