Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/mc: mc-4.7.0_pre1.ebuild mc-4.7.0_pre3.ebuild
Date: Fri, 02 Oct 2009 18:30:55
Message-Id: E1Mtmu5-0008T7-F4@stork.gentoo.org
1 ssuominen 09/10/02 18:30:53
2
3 Modified: mc-4.7.0_pre1.ebuild mc-4.7.0_pre3.ebuild
4 Log:
5 Some spelling mistakes...
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.19 app-misc/mc/mc-4.7.0_pre1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.7.0_pre1.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.7.0_pre1.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.7.0_pre1.ebuild?r1=1.18&r2=1.19
14
15 Index: mc-4.7.0_pre1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0_pre1.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- mc-4.7.0_pre1.ebuild 2 Oct 2009 18:26:25 -0000 1.18
22 +++ mc-4.7.0_pre1.ebuild 2 Oct 2009 18:30:53 -0000 1.19
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0_pre1.ebuild,v 1.18 2009/10/02 18:26:25 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0_pre1.ebuild,v 1.19 2009/10/02 18:30:53 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools eutils
31 @@ -62,12 +62,12 @@
32 }
33
34 src_install() {
35 - emake DESTDIR="${D}" install || die "emake install failed"
36 + emake DESTDIR="${D}" install || die
37 dodoc AUTHORS README
38 }
39
40 pkg_postinst() {
41 - elog "To enable exiting to latest working directory at exit,"
42 - elog "put this to your ~/.bashrc:"
43 + elog "To enable exiting to latest working directory,"
44 + elog "put this into your ~/.bashrc:"
45 elog ". /usr/libexec/mc/mc.sh"
46 }
47
48
49
50 1.2 app-misc/mc/mc-4.7.0_pre3.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.7.0_pre3.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.7.0_pre3.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/mc-4.7.0_pre3.ebuild?r1=1.1&r2=1.2
55
56 Index: mc-4.7.0_pre3.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0_pre3.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- mc-4.7.0_pre3.ebuild 2 Oct 2009 18:26:25 -0000 1.1
63 +++ mc-4.7.0_pre3.ebuild 2 Oct 2009 18:30:53 -0000 1.2
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2009 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0_pre3.ebuild,v 1.1 2009/10/02 18:26:25 ssuominen Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.7.0_pre3.ebuild,v 1.2 2009/10/02 18:30:53 ssuominen Exp $
69
70 EAPI=2
71 MY_P=${P/_/-}
72 @@ -56,7 +56,7 @@
73 }
74
75 pkg_postinst() {
76 - elog "To enable exiting to latest working directory at exit,"
77 - elog "put this to your ~/.bashrc:"
78 + elog "To enable exiting to latest working directory,"
79 + elog "put this into your ~/.bashrc:"
80 elog ". /usr/libexec/mc/mc.sh"
81 }