Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/liboauth: ChangeLog liboauth-1.0.1.ebuild
Date: Sun, 01 Sep 2013 23:37:06
Message-Id: 20130901233658.ED7592004C@flycatcher.gentoo.org
1 jdhore 13/09/01 23:36:58
2
3 Modified: ChangeLog liboauth-1.0.1.ebuild
4 Log:
5 marked x86 per bug 481894
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 23E9E900)
8
9 Revision Changes Path
10 1.29 net-libs/liboauth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboauth/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboauth/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboauth/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 31 Aug 2013 14:48:43 -0000 1.28
23 +++ ChangeLog 1 Sep 2013 23:36:58 -0000 1.29
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/liboauth
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.28 2013/08/31 14:48:43 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.29 2013/09/01 23:36:58 jdhore Exp $
29 +
30 + 01 Sep 2013; Jeff Horelick <jdhore@g.o> liboauth-1.0.1.ebuild:
31 + marked x86 per bug 481894
32
33 31 Aug 2013; Agostino Sarubbo <ago@g.o> liboauth-1.0.1.ebuild:
34 Stable for arm, wrt bug #481894
35
36
37
38 1.7 net-libs/liboauth/liboauth-1.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild?r1=1.6&r2=1.7
43
44 Index: liboauth-1.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- liboauth-1.0.1.ebuild 31 Aug 2013 14:48:43 -0000 1.6
51 +++ liboauth-1.0.1.ebuild 1 Sep 2013 23:36:58 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild,v 1.6 2013/08/31 14:48:43 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-1.0.1.ebuild,v 1.7 2013/09/01 23:36:58 jdhore Exp $
57
58 EAPI=5
59
60 @@ -12,7 +12,7 @@
61
62 LICENSE="|| ( GPL-2 MIT )"
63 SLOT="0"
64 -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
65 +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x64-macos"
66 IUSE="curl doc bindist +nss"
67
68 PATCHES=( "${FILESDIR}"/${P}-doxygen-out-of-tree.patch )