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-fps/ut2004-muralis: ut2004-muralis-1.15.ebuild
Date: Fri, 29 Mar 2013 16:20:19
Message-Id: 20130329162017.075272171D@flycatcher.gentoo.org
1 hasufell 13/03/29 16:20:16
2
3 Modified: ut2004-muralis-1.15.ebuild
4 Log:
5 src_unpack not needed explicitly anymore
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.6 games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild?r1=1.5&r2=1.6
15
16 Index: ut2004-muralis-1.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ut2004-muralis-1.15.ebuild 29 Mar 2013 16:19:21 -0000 1.5
23 +++ ut2004-muralis-1.15.ebuild 29 Mar 2013 16:20:16 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild,v 1.5 2013/03/29 16:19:21 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-muralis/ut2004-muralis-1.15.ebuild,v 1.6 2013/03/29 16:20:16 hasufell Exp $
29
30 EAPI=2
31
32 @@ -24,10 +24,6 @@
33 elog "and move it to ${DISTDIR}"
34 }
35
36 -src_unpack() {
37 - unpack_zip ${A}
38 -}
39 -
40 src_prepare() {
41 mv -f Muralis ${MOD_DIR} || die
42 }