Gentoo Archives: gentoo-commits

From: "Joshua Kinard (kumba)" <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libdnet: libdnet-1.12.ebuild ChangeLog
Date: Sun, 09 Feb 2014 08:22:39
Message-Id: 20140209082234.838752004C@flycatcher.gentoo.org
1 kumba 14/02/09 08:22:34
2
3 Modified: libdnet-1.12.ebuild ChangeLog
4 Log:
5 Added ~mips.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)
8
9 Revision Changes Path
10 1.20 dev-libs/libdnet/libdnet-1.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild?r1=1.19&r2=1.20
15
16 Index: libdnet-1.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- libdnet-1.12.ebuild 8 Nov 2013 15:11:49 -0000 1.19
23 +++ libdnet-1.12.ebuild 9 Feb 2014 08:22:34 -0000 1.20
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/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.19 2013/11/08 15:11:49 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.20 2014/02/09 08:22:34 kumba Exp $
30
31 EAPI=5
32
33 @@ -18,7 +18,7 @@
34
35 LICENSE="LGPL-2"
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
38 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
39 IUSE="ipv6 python static-libs test"
40
41 #DEPEND="test? ( dev-libs/check )"
42
43
44
45 1.77 dev-libs/libdnet/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/ChangeLog?rev=1.77&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/ChangeLog?rev=1.77&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/ChangeLog?r1=1.76&r2=1.77
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v
54 retrieving revision 1.76
55 retrieving revision 1.77
56 diff -u -r1.76 -r1.77
57 --- ChangeLog 8 Nov 2013 15:11:49 -0000 1.76
58 +++ ChangeLog 9 Feb 2014 08:22:34 -0000 1.77
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-libs/libdnet
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.76 2013/11/08 15:11:49 jer Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.77 2014/02/09 08:22:34 kumba Exp $
65 +
66 + 09 Feb 2014; Joshua Kinard <kumba@g.o> libdnet-1.12.ebuild:
67 + Added ~mips.
68
69 08 Nov 2013; Jeroen Roovers <jer@g.o> libdnet-1.12.ebuild:
70 Add even more stuff to fix bug #490330 by Maxim Kammerer.