Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
dev-zero 08/06/11 13:43:26
Modified: ChangeLog
Added: mount-cifs-3.0.30.ebuild
Log:
Version bump (fixes bug #225509, patch included)
(Portage version: 2.1.5.4)
Revision Changes Path
1.14 net-fs/mount-cifs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 1 Feb 2008 14:07:27 -0000 1.13
+++ ChangeLog 11 Jun 2008 13:43:26 -0000 1.14
@@ -1,6 +1,12 @@
# ChangeLog for net-fs/mount-cifs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.13 2008/02/01 14:07:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.14 2008/06/11 13:43:26 dev-zero Exp $
+
+*mount-cifs-3.0.30 (11 Jun 2008)
+
+ 11 Jun 2008; Tiziano Müller <dev-zero@g.o>
+ +mount-cifs-3.0.30.ebuild:
+ Version bump (fixes bug #225509, patch included)
01 Feb 2008; Raúl Porcel <armin76@g.o> mount-cifs-3.0.28.ebuild:
alpha/ia64/sparc stable wrt #206502
1.1 net-fs/mount-cifs/mount-cifs-3.0.30.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.1&view=markup
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
Index: mount-cifs-3.0.30.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
inherit toolchain-funcs
DESCRIPTION="cifs filesystem mount helper split from Samba"
HOMEPAGE="http://linux-cifs.samba.org/cifs/cifs_download.html"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="!<net-fs/samba-3.0.25"
RDEPEND="${DEPEND}"
src_compile() {
cd "${S}/source/client"
$(tc-getCC) ${CFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
$(tc-getCC) ${CFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
}
src_install() {
dobin source/client/{mount,umount}.cifs
dosym /usr/bin/mount.cifs /sbin/mount.cifs
docinto html
dohtml docs/htmldocs/*
doman docs/manpages/{mount,umount}.cifs.8
}
--
gentoo-commits@g.o mailing list
|
|