Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/ultrastar-ng: ultrastar-ng-0.2.1-r1.ebuild
Date: Tue, 04 Dec 2007 00:04:36
Message-Id: E1IzLH5-0003E9-3m@stork.gentoo.org
1 tupone 07/12/04 00:04:31
2
3 Modified: ultrastar-ng-0.2.1-r1.ebuild
4 Log:
5 Missing check for songs installation
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.4 games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: ultrastar-ng-0.2.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ultrastar-ng-0.2.1-r1.ebuild 3 Dec 2007 22:11:04 -0000 1.3
22 +++ ultrastar-ng-0.2.1-r1.ebuild 4 Dec 2007 00:04:30 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.3 2007/12/03 22:11:04 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.4 2007/12/04 00:04:30 tupone Exp $
28
29 inherit eutils games
30
31 @@ -87,7 +87,7 @@
32 keepdir "${GAMES_DATADIR}"/${PN}/songs
33 if use songs; then
34 insinto "${GAMES_DATADIR}"/${PN}
35 - doins -r ../songs
36 + doins -r ../songs || die "doins songs failed"
37 fi
38 mv "${D}${GAMES_DATADIR}"/{applications,pixmaps} "${D}"/usr/share/
39 dodoc AUTHORS ChangeLog README TODO
40
41
42
43 --
44 gentoo-commits@g.o mailing list