Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/opensonic: opensonic-0.1.4-r1.ebuild
Date: Sat, 02 Jun 2012 15:53:57
Message-Id: 20120602155337.758F52004B@flycatcher.gentoo.org
1 hasufell 12/06/02 15:53:37
2
3 Modified: opensonic-0.1.4-r1.ebuild
4 Log:
5 remove die
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 games-arcade/opensonic/opensonic-0.1.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: opensonic-0.1.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- opensonic-0.1.4-r1.ebuild 2 Jun 2012 15:49:24 -0000 1.4
23 +++ opensonic-0.1.4-r1.ebuild 2 Jun 2012 15:53:37 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.4 2012/06/02 15:49:24 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.5 2012/06/02 15:53:37 hasufell Exp $
29
30 EAPI=4
31
32 @@ -58,7 +58,7 @@
33 local i
34 for i in $(ls "${D}${GAMES_DATADIR}/${PN}") ; do
35 dosym "${GAMES_DATADIR}/${PN}/${i}" \
36 - "$(games_get_libdir)/${PN}/${i}" || die
37 + "$(games_get_libdir)/${PN}/${i}"
38 done
39 prepgamesdirs
40 }