Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libev: libev-4.15-r1.ebuild ChangeLog
Date: Tue, 10 Jun 2014 00:05:09
Message-Id: 20140610000504.4C4EA2004E@flycatcher.gentoo.org
1 vapier 14/06/10 00:05:04
2
3 Modified: libev-4.15-r1.ebuild ChangeLog
4 Log:
5 Add arm64/m68k love.
6
7 Revision Changes Path
8 1.2 dev-libs/libev/libev-4.15-r1.ebuild
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild?r1=1.1&r2=1.2
13
14 Index: libev-4.15-r1.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- libev-4.15-r1.ebuild 21 Mar 2014 21:39:03 -0000 1.1
21 +++ libev-4.15-r1.ebuild 10 Jun 2014 00:05:03 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild,v 1.1 2014/03/21 21:39:03 dlan Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild,v 1.2 2014/06/10 00:05:03 vapier Exp $
27
28 EAPI=5
29
30 @@ -13,7 +13,7 @@
31
32 LICENSE="|| ( BSD GPL-2 )"
33 SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
36 IUSE="elibc_glibc static-libs"
37
38 # Bug #283558
39
40
41
42 1.65 dev-libs/libev/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.65&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.65&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.64&r2=1.65
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
51 retrieving revision 1.64
52 retrieving revision 1.65
53 diff -u -r1.64 -r1.65
54 --- ChangeLog 21 Mar 2014 21:39:03 -0000 1.64
55 +++ ChangeLog 10 Jun 2014 00:05:03 -0000 1.65
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-libs/libev
58 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.64 2014/03/21 21:39:03 dlan Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.65 2014/06/10 00:05:03 vapier Exp $
61 +
62 + 10 Jun 2014; Mike Frysinger <vapier@g.o> libev-4.15-r1.ebuild:
63 + Add arm64/m68k love.
64
65 *libev-4.15-r1 (21 Mar 2014)