Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
Date: Wed, 11 Jun 2008 13:43:47
Message-Id: E1K6Qbm-0003Mr-FH@stork.gentoo.org
1 dev-zero 08/06/11 13:43:26
2
3 Modified: ChangeLog
4 Added: mount-cifs-3.0.30.ebuild
5 Log:
6 Version bump (fixes bug #225509, patch included)
7 (Portage version: 2.1.5.4)
8
9 Revision Changes Path
10 1.14 net-fs/mount-cifs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 1 Feb 2008 14:07:27 -0000 1.13
23 +++ ChangeLog 11 Jun 2008 13:43:26 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-fs/mount-cifs
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.13 2008/02/01 14:07:27 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.14 2008/06/11 13:43:26 dev-zero Exp $
29 +
30 +*mount-cifs-3.0.30 (11 Jun 2008)
31 +
32 + 11 Jun 2008; Tiziano Müller <dev-zero@g.o>
33 + +mount-cifs-3.0.30.ebuild:
34 + Version bump (fixes bug #225509, patch included)
35
36 01 Feb 2008; Raúl Porcel <armin76@g.o> mount-cifs-3.0.28.ebuild:
37 alpha/ia64/sparc stable wrt #206502
38
39
40
41 1.1 net-fs/mount-cifs/mount-cifs-3.0.30.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mount-cifs-3.0.30.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.1 2008/06/11 13:43:26 dev-zero Exp $
51
52 inherit toolchain-funcs
53
54 DESCRIPTION="cifs filesystem mount helper split from Samba"
55 HOMEPAGE="http://linux-cifs.samba.org/cifs/cifs_download.html"
56 SRC_URI="mirror://gentoo/${P}.tar.bz2"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="!<net-fs/samba-3.0.25"
63 RDEPEND="${DEPEND}"
64
65 src_compile() {
66 cd "${S}/source/client"
67 $(tc-getCC) ${CFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
68 $(tc-getCC) ${CFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
69 }
70
71 src_install() {
72 dobin source/client/{mount,umount}.cifs
73 dosym /usr/bin/mount.cifs /sbin/mount.cifs
74
75 docinto html
76 dohtml docs/htmldocs/*
77 doman docs/manpages/{mount,umount}.cifs.8
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list