Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kbattleship: kbattleship-4.3.5.ebuild
Date: Thu, 28 Jan 2010 13:12:08
Message-Id: E1NaTnX-00054n-RM@stork.gentoo.org
1 abcd 10/01/28 12:48:35
2
3 Modified: kbattleship-4.3.5.ebuild
4 Log:
5 Use insinto/newins instead of mkdir/cp
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 kde-base/kbattleship/kbattleship-4.3.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild?r1=1.2&r2=1.3
14
15 Index: kbattleship-4.3.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- kbattleship-4.3.5.ebuild 28 Jan 2010 12:44:21 -0000 1.2
22 +++ kbattleship-4.3.5.ebuild 28 Jan 2010 12:48:35 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild,v 1.2 2010/01/28 12:44:21 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbattleship/kbattleship-4.3.5.ebuild,v 1.3 2010/01/28 12:48:35 abcd Exp $
28
29 EAPI="2"
30
31 @@ -24,7 +24,7 @@
32 kde4-meta_src_install
33 # and also we have to prepare the ggz dir
34 dodir /usr/share/ggz/modules
35 - newins "${PN}"/src/module.dsc /usr/share/ggz/modules/"${P}".dsc
36 + newins ${PN}/src/module.dsc ${P}.dsc
37 }
38
39 pkg_postinst() {