Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/http-parser: ChangeLog http-parser-2.3.ebuild
Date: Wed, 24 Sep 2014 12:28:22
Message-Id: 20140924122817.ACFFA61F6@oystercatcher.gentoo.org
1 nimiux 14/09/24 12:28:17
2
3 Modified: ChangeLog http-parser-2.3.ebuild
4 Log:
5 Stable for amd64 wrt bug #521058
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
8
9 Revision Changes Path
10 1.8 net-libs/http-parser/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 26 Aug 2014 22:24:46 -0000 1.7
23 +++ ChangeLog 24 Sep 2014 12:28:17 -0000 1.8
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/http-parser
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.7 2014/08/26 22:24:46 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.8 2014/09/24 12:28:17 nimiux Exp $
29 +
30 + 24 Sep 2014; Chema Alonso <nimiux@g.o> http-parser-2.3.ebuild:
31 + Stable for amd64 wrt bug #521058
32
33 26 Aug 2014; Anthony G. Basile <blueness@g.o> http-parser-2.1.ebuild,
34 http-parser-2.3.ebuild:
35
36
37
38 1.5 net-libs/http-parser/http-parser-2.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild?r1=1.4&r2=1.5
43
44 Index: http-parser-2.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- http-parser-2.3.ebuild 26 Aug 2014 22:24:46 -0000 1.4
51 +++ http-parser-2.3.ebuild 24 Sep 2014 12:28:17 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.4 2014/08/26 22:24:46 blueness Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.5 2014/09/24 12:28:17 nimiux Exp $
57
58 EAPI=5
59
60 @@ -15,7 +15,7 @@
61
62 LICENSE="MIT"
63 SLOT="0/${SONAMEVER}"
64 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
65 +KEYWORDS="amd64 ~arm ~ppc ~x86"
66 IUSE="static-libs"
67
68 src_prepare() {