Gentoo Archives: gentoo-commits

From: "Guy Martin (gmsoft)" <gmsoft@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libev: libev-3.90-r1.ebuild ChangeLog
Date: Mon, 31 May 2010 18:27:39
Message-Id: 20100531182732.D46122CF37@corvid.gentoo.org
1 gmsoft 10/05/31 18:27:32
2
3 Modified: libev-3.90-r1.ebuild ChangeLog
4 Log:
5 Added ~hppa to KEYWORDS
6 (Portage version: 2.1.8.3/cvs/Linux parisc64)
7
8 Revision Changes Path
9 1.2 dev-libs/libev/libev-3.90-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: libev-3.90-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libev-3.90-r1.ebuild 19 Jan 2010 16:15:56 -0000 1.1
22 +++ libev-3.90-r1.ebuild 31 May 2010 18:27:32 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild,v 1.1 2010/01/19 16:15:56 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-3.90-r1.ebuild,v 1.2 2010/05/31 18:27:32 gmsoft Exp $
28
29 inherit autotools eutils
30
31 @@ -12,7 +12,7 @@
32
33 LICENSE="|| ( BSD GPL-2 )"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
36 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 IUSE="elibc_glibc"
38
39 # Bug #283558
40
41
42
43 1.25 dev-libs/libev/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.25&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.25&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.24&r2=1.25
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
52 retrieving revision 1.24
53 retrieving revision 1.25
54 diff -u -r1.24 -r1.25
55 --- ChangeLog 19 Jan 2010 16:15:56 -0000 1.24
56 +++ ChangeLog 31 May 2010 18:27:32 -0000 1.25
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-libs/libev
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.24 2010/01/19 16:15:56 matsuu Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.25 2010/05/31 18:27:32 gmsoft Exp $
62 +
63 + 31 May 2010; Guy Martin <gmsoft@g.o> libev-3.90-r1.ebuild:
64 + Added ~hppa to KEYWORDS
65
66 *libev-3.90-r1 (19 Jan 2010)