Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: libsdl-1.2.15-r4.ebuild ChangeLog
Date: Tue, 04 Jun 2013 02:37:51
Message-Id: 20130604023747.BBD302171E@flycatcher.gentoo.org
1 mr_bones_ 13/06/04 02:37:47
2
3 Modified: libsdl-1.2.15-r4.ebuild ChangeLog
4 Log:
5 no base eclass, thanks
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 media-libs/libsdl/libsdl-1.2.15-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild?r1=1.1&r2=1.2
15
16 Index: libsdl-1.2.15-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libsdl-1.2.15-r4.ebuild 2 Jun 2013 20:33:18 -0000 1.1
23 +++ libsdl-1.2.15-r4.ebuild 4 Jun 2013 02:37:47 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v 1.1 2013/06/02 20:33:18 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v 1.2 2013/06/04 02:37:47 mr_bones_ Exp $
29
30 EAPI=5
31 -inherit autotools base flag-o-matic multilib toolchain-funcs eutils
32 +inherit autotools flag-o-matic multilib toolchain-funcs eutils
33
34 DESCRIPTION="Simple Direct Media Layer"
35 HOMEPAGE="http://www.libsdl.org/"
36 @@ -52,25 +52,22 @@
37 x86? ( || ( >=dev-lang/yasm-0.6.0 >=dev-lang/nasm-0.98.39-r3 ) )"
38
39 S=${WORKDIR}/SDL-${PV}
40 -PATCHES=(
41 - "${FILESDIR}"/${P}-sdl-config.patch
42 - "${FILESDIR}"/${P}-resizing.patch
43 - "${FILESDIR}"/${P}-joystick.patch
44 - "${FILESDIR}"/${P}-gamma.patch
45 - "${FILESDIR}"/${P}-const-xdata32.patch
46 -)
47
48 pkg_setup() {
49 if use custom-cflags ; then
50 ewarn "Since you've chosen to use possibly unsafe CFLAGS,"
51 ewarn "don't bother filing libsdl-related bugs until trying to remerge"
52 ewarn "libsdl without the custom-cflags use flag in USE."
53 - epause 10
54 fi
55 }
56
57 src_prepare() {
58 - base_src_prepare
59 + epatch \
60 + "${FILESDIR}"/${P}-sdl-config.patch \
61 + "${FILESDIR}"/${P}-resizing.patch \
62 + "${FILESDIR}"/${P}-joystick.patch \
63 + "${FILESDIR}"/${P}-gamma.patch \
64 + "${FILESDIR}"/${P}-const-xdata32.patch
65 AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf
66 }
67
68
69
70
71 1.203 media-libs/libsdl/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.203&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.203&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.202&r2=1.203
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
80 retrieving revision 1.202
81 retrieving revision 1.203
82 diff -u -r1.202 -r1.203
83 --- ChangeLog 2 Jun 2013 20:33:18 -0000 1.202
84 +++ ChangeLog 4 Jun 2013 02:37:47 -0000 1.203
85 @@ -1,6 +1,9 @@
86 # ChangeLog for media-libs/libsdl
87 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.202 2013/06/02 20:33:18 chainsaw Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.203 2013/06/04 02:37:47 mr_bones_ Exp $
90 +
91 + 04 Jun 2013; Michael Sterrett <mr_bones_@g.o> libsdl-1.2.15-r4.ebuild:
92 + no base eclass, thanks
93
94 *libsdl-1.2.15-r4 (02 Jun 2013)