Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: mtools-4.0.18.ebuild ChangeLog
Date: Tue, 26 Feb 2013 21:28:43
Message-Id: 20130226212840.DE9D12171D@flycatcher.gentoo.org
1 grobian 13/02/26 21:28:40
2
3 Modified: mtools-4.0.18.ebuild ChangeLog
4 Log:
5 Fix for Prefix, by Yuriy Taraday, bug #447684
6
7 (Portage version: 2.2.01.21688-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 sys-fs/mtools/mtools-4.0.18.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtools/mtools-4.0.18.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtools/mtools-4.0.18.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtools/mtools-4.0.18.ebuild?r1=1.1&r2=1.2
15
16 Index: mtools-4.0.18.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.18.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mtools-4.0.18.ebuild 17 Jan 2013 03:18:54 -0000 1.1
23 +++ mtools-4.0.18.ebuild 26 Feb 2013 21:28:40 -0000 1.2
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/sys-fs/mtools/mtools-4.0.18.ebuild,v 1.1 2013/01/17 03:18:54 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.18.ebuild,v 1.2 2013/02/26 21:28:40 grobian Exp $
29
30 EAPI="4"
31
32 @@ -30,7 +30,7 @@
33
34 src_configure() {
35 econf \
36 - --sysconfdir=/etc/mtools \
37 + --sysconfdir="${EPREFIX}"/etc/mtools \
38 $(use_with X x)
39 }
40
41 @@ -41,5 +41,5 @@
42 insinto /etc/mtools
43 doins mtools.conf
44 # default is fine
45 - sed -i -e '/^SAMPLE FILE$/s:^:#:' "${D}"/etc/mtools/mtools.conf || die
46 + sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED}"/etc/mtools/mtools.conf || die
47 }
48
49
50
51 1.54 sys-fs/mtools/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtools/ChangeLog?rev=1.54&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtools/ChangeLog?rev=1.54&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtools/ChangeLog?r1=1.53&r2=1.54
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v
60 retrieving revision 1.53
61 retrieving revision 1.54
62 diff -u -r1.53 -r1.54
63 --- ChangeLog 17 Jan 2013 03:18:54 -0000 1.53
64 +++ ChangeLog 26 Feb 2013 21:28:40 -0000 1.54
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sys-fs/mtools
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.53 2013/01/17 03:18:54 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.54 2013/02/26 21:28:40 grobian Exp $
70 +
71 + 26 Feb 2013; Fabian Groffen <grobian@g.o> mtools-4.0.18.ebuild:
72 + Fix for Prefix, by Yuriy Taraday, bug #447684
73
74 *mtools-4.0.18 (17 Jan 2013)