Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/cm: cm-2.10.0-r1.ebuild
Date: Mon, 03 Aug 2009 13:08:28
Message-Id: E1MXxH4-0004K3-Gf@stork.gentoo.org
1 ssuominen 09/08/03 13:08:22
2
3 Modified: cm-2.10.0-r1.ebuild
4 Log:
5 Workaround invalid repoman warning
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 media-sound/cm/cm-2.10.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: cm-2.10.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- cm-2.10.0-r1.ebuild 25 Aug 2008 16:51:02 -0000 1.4
22 +++ cm-2.10.0-r1.ebuild 3 Aug 2009 13:08:22 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild,v 1.4 2008/08/25 16:51:02 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0-r1.ebuild,v 1.5 2009/08/03 13:08:22 ssuominen Exp $
29
30 inherit elisp-common
31
32 @@ -28,7 +28,7 @@
33
34 IUSE="doc emacs test"
35
36 -S="${WORKDIR}/${PN}"
37 +S=${WORKDIR}/${PN}
38
39 SITEFILE=50${PN}-gentoo.el
40
41 @@ -91,8 +91,8 @@
42
43 src_install() {
44 insinto /usr/share/${PN}/
45 - for dir in "bin etc src"; do
46 - doins -r ${dir}
47 + for cmdir in "bin etc src"; do
48 + doins -r ${cmdir}
49 done;
50 doins cm.asd
51 chmod +x "${D}"/usr/share/${PN}/bin/cm.sh