Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: media-libs/libsdl/
Date: Wed, 29 May 2013 14:50:18
Message-Id: 1369838983.3b1ad3140a287659974412c1e73b4fc8a7b9b00a.winterheart@gentoo
1 commit: 3b1ad3140a287659974412c1e73b4fc8a7b9b00a
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed May 29 14:49:43 2013 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Wed May 29 14:49:43 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=3b1ad314
7
8 [media-libs/libsdl] New 2.0.0. Officially.
9 (Technically this is 2.0.0 RC1, but who cares?)
10
11 Package-Manager: portage-2.1.11.62
12 Manifest-Sign-Key: A018DE8C
13
14 ---
15 .../{libsdl-2.0.0_pre7024.ebuild => libsdl-2.0.0.ebuild} | 11 +++--------
16 1 file changed, 3 insertions(+), 8 deletions(-)
17
18 diff --git a/media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild b/media-libs/libsdl/libsdl-2.0.0.ebuild
19 similarity index 94%
20 rename from media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild
21 rename to media-libs/libsdl/libsdl-2.0.0.ebuild
22 index bf335b3..7d92c7f 100644
23 --- a/media-libs/libsdl/libsdl-2.0.0_pre7024.ebuild
24 +++ b/media-libs/libsdl/libsdl-2.0.0.ebuild
25 @@ -10,8 +10,7 @@ MY_PV=${PV/_pre/-}
26
27 DESCRIPTION="Simple Direct Media Layer"
28 HOMEPAGE="http://www.libsdl.org/"
29 -SRC_URI="http://www.libsdl.org/tmp/SDL-${MY_PV}.tar.gz"
30 -
31 +SRC_URI="http://www.libsdl.org/tmp/release/SDL2-${MY_PV}.tar.gz"
32 LICENSE="ZLIB"
33 SLOT="2"
34 KEYWORDS="~amd64 ~x86"
35 @@ -64,9 +63,9 @@ DEPEND="${RDEPEND}
36 xscreensaver? ( x11-proto/scrnsaverproto )
37 "
38
39 -S="${WORKDIR}/SDL-${MY_PV}"
40 +S="${WORKDIR}/SDL2-${MY_PV}"
41
42 -DOCS=( BUGS CREDITS README README.HG README-SDL.txt TODO WhatsNew )
43 +DOCS=( BUGS.txt CREDITS.txt README.txt README-hg.txt README-SDL.txt TODO.txt WhatsNew.txt )
44
45 src_prepare() {
46 # Currently cmake produce libsdl2.so targets,
47 @@ -117,7 +116,3 @@ src_configure() {
48 )
49 cmake-multilib_src_configure
50 }
51 -
52 -#src_install() {
53 -# cmake-multilib_src_install
54 -#}