Gentoo Archives: gentoo-commits

From: "Jack Morgan (jmorgan)" <jmorgan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.15-r8.ebuild
Date: Tue, 31 Mar 2015 04:39:44
Message-Id: 20150331043938.2A12914E4E@oystercatcher.gentoo.org
1 jmorgan 15/03/31 04:39:37
2
3 Modified: ChangeLog libsdl-1.2.15-r8.ebuild
4 Log:
5 ppc64 stable wrt #522270
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.231 media-libs/libsdl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.231&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.231&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.230&r2=1.231
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
19 retrieving revision 1.230
20 retrieving revision 1.231
21 diff -u -r1.230 -r1.231
22 --- ChangeLog 3 Mar 2015 08:53:07 -0000 1.230
23 +++ ChangeLog 31 Mar 2015 04:39:37 -0000 1.231
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/libsdl
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.230 2015/03/03 08:53:07 dlan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.231 2015/03/31 04:39:37 jmorgan Exp $
29 +
30 + 31 Mar 2015; <jmorgan@g.o> libsdl-1.2.15-r8.ebuild:
31 + ppc64 stable wrt #522270
32
33 03 Mar 2015; Yixun Lan <dlan@g.o> libsdl-1.2.15-r8.ebuild:
34 add arm64 support, tested on A53 board
35
36
37
38 1.9 media-libs/libsdl/libsdl-1.2.15-r8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild?r1=1.8&r2=1.9
43
44 Index: libsdl-1.2.15-r8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- libsdl-1.2.15-r8.ebuild 3 Mar 2015 08:53:07 -0000 1.8
51 +++ libsdl-1.2.15-r8.ebuild 31 Mar 2015 04:39:37 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v 1.8 2015/03/03 08:53:07 dlan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v 1.9 2015/03/31 04:39:37 jmorgan Exp $
57
58 EAPI=5
59 inherit autotools flag-o-matic multilib toolchain-funcs eutils multilib-minimal
60 @@ -11,7 +11,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
65 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
66 # WARNING:
67 # If you turn on the custom-cflags use flag in USE and something breaks,
68 # you pick up the pieces. Be prepared for bug reports to be marked INVALID.