Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: mtools-3.9.10.ebuild
Date: Mon, 04 Feb 2008 22:22:32
Message-Id: E1JM9hs-0006um-Vs@stork.gentoo.org
1 vapier 08/02/04 22:22:28
2
3 Modified: mtools-3.9.10.ebuild
4 Log:
5 misc touchup
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.10 sys-fs/mtools/mtools-3.9.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild?r1=1.9&r2=1.10
14
15 Index: mtools-3.9.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- mtools-3.9.10.ebuild 31 Jan 2007 04:48:02 -0000 1.9
22 +++ mtools-3.9.10.ebuild 4 Feb 2008 22:22:28 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild,v 1.9 2007/01/31 04:48:02 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.10.ebuild,v 1.10 2008/02/04 22:22:28 vapier Exp $
29
30 DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
31 HOMEPAGE="http://mtools.linux.lu/"
32 @@ -11,11 +11,14 @@
33 KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
34 IUSE="X"
35
36 -DEPEND="X? ( x11-libs/libICE
37 - x11-libs/libXau
38 - x11-libs/libSM
39 - x11-libs/libX11
40 - x11-libs/libXt )"
41 +DEPEND="
42 + X? (
43 + x11-libs/libICE
44 + x11-libs/libXau
45 + x11-libs/libSM
46 + x11-libs/libX11
47 + x11-libs/libXt
48 + )"
49
50 src_compile() {
51 econf \
52 @@ -28,6 +31,6 @@
53 src_install() {
54 einstall sysconfdir="${D}"/etc/mtools || die
55 insinto /etc/mtools
56 - newins mtools.conf mtools.conf.example
57 + doins mtools.conf || die
58 dodoc Changelog README* Release.notes
59 }
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list