public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2008-06-11 13:43 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 9+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2008-06-11 13:43 UTC (permalink / raw
  To: 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@gentoo.org>
+  +mount-cifs-3.0.30.ebuild:
+  Version bump (fixes bug #225509, patch included)
 
   01 Feb 2008; Raúl Porcel <armin76@gentoo.org> 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@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-02-12  3:12 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-02-12  3:12 UTC (permalink / raw
  To: gentoo-commits

darkside    09/02/12 03:12:31

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  amd64 stable, bug 243374
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Jun 2008 13:43:26 -0000	1.14
+++ ChangeLog	12 Feb 2009 03:12:31 -0000	1.15
@@ -1,6 +1,9 @@
 # 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.14 2008/06/11 13:43:26 dev-zero Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.15 2009/02/12 03:12:31 darkside Exp $
+
+  12 Feb 2009; Jeremy Olexa <darkside@gentoo.org> mount-cifs-3.0.30.ebuild:
+  amd64 stable, bug 243374
 
 *mount-cifs-3.0.30 (11 Jun 2008)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.1&r2=1.2

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mount-cifs-3.0.30.ebuild	11 Jun 2008 13:43:26 -0000	1.1
+++ mount-cifs-3.0.30.ebuild	12 Feb 2009 03:12:31 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.2 2009/02/12 03:12:31 darkside Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-02-12 17:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-12 17:47 UTC (permalink / raw
  To: gentoo-commits

jer         09/02/12 17:47:14

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  Stable for HPPA (bug #243374).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.16                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Feb 2009 03:12:31 -0000	1.15
+++ ChangeLog	12 Feb 2009 17:47:14 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.15 2009/02/12 03:12:31 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.16 2009/02/12 17:47:14 jer Exp $
+
+  12 Feb 2009; Jeroen Roovers <jer@gentoo.org> mount-cifs-3.0.30.ebuild:
+  Stable for HPPA (bug #243374).
 
   12 Feb 2009; Jeremy Olexa <darkside@gentoo.org> mount-cifs-3.0.30.ebuild:
   amd64 stable, bug 243374



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.2&r2=1.3

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mount-cifs-3.0.30.ebuild	12 Feb 2009 03:12:31 -0000	1.2
+++ mount-cifs-3.0.30.ebuild	12 Feb 2009 17:47:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.2 2009/02/12 03:12:31 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.3 2009/02/12 17:47:14 jer Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-02-14 15:24 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-02-14 15:24 UTC (permalink / raw
  To: gentoo-commits

klausman    09/02/14 15:24:55

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  Stable on alpha, bug #243374
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	12 Feb 2009 17:47:14 -0000	1.16
+++ ChangeLog	14 Feb 2009 15:24:55 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for net-fs/mount-cifs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.16 2009/02/12 17:47:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.17 2009/02/14 15:24:55 klausman Exp $
+
+  14 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+  mount-cifs-3.0.30.ebuild:
+  Stable on alpha, bug #243374
 
   12 Feb 2009; Jeroen Roovers <jer@gentoo.org> mount-cifs-3.0.30.ebuild:
   Stable for HPPA (bug #243374).



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.3&r2=1.4

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mount-cifs-3.0.30.ebuild	12 Feb 2009 17:47:14 -0000	1.3
+++ mount-cifs-3.0.30.ebuild	14 Feb 2009 15:24:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.3 2009/02/12 17:47:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.4 2009/02/14 15:24:55 klausman Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-02-15 14:59 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-02-15 14:59 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/15 14:59:51

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  x86 stable, bug #243374
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	14 Feb 2009 15:24:55 -0000	1.17
+++ ChangeLog	15 Feb 2009 14:59:51 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.17 2009/02/14 15:24:55 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.18 2009/02/15 14:59:51 maekke Exp $
+
+  15 Feb 2009; Markus Meier <maekke@gentoo.org> mount-cifs-3.0.30.ebuild:
+  x86 stable, bug #243374
 
   14 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
   mount-cifs-3.0.30.ebuild:



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.4&r2=1.5

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mount-cifs-3.0.30.ebuild	14 Feb 2009 15:24:55 -0000	1.4
+++ mount-cifs-3.0.30.ebuild	15 Feb 2009 14:59:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.4 2009/02/14 15:24:55 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.5 2009/02/15 14:59:51 maekke Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-02-17 17:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-17 17:37 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/17 17:37:22

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  arm/ia64/s390/sh/sparc stable wrt #243374
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)

Revision  Changes    Path
1.19                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Feb 2009 14:59:51 -0000	1.18
+++ ChangeLog	17 Feb 2009 17:37:21 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.18 2009/02/15 14:59:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.19 2009/02/17 17:37:21 armin76 Exp $
+
+  17 Feb 2009; Raúl Porcel <armin76@gentoo.org> mount-cifs-3.0.30.ebuild:
+  arm/ia64/s390/sh/sparc stable wrt #243374
 
   15 Feb 2009; Markus Meier <maekke@gentoo.org> mount-cifs-3.0.30.ebuild:
   x86 stable, bug #243374



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.5&r2=1.6

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mount-cifs-3.0.30.ebuild	15 Feb 2009 14:59:51 -0000	1.5
+++ mount-cifs-3.0.30.ebuild	17 Feb 2009 17:37:21 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.5 2009/02/15 14:59:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.6 2009/02/17 17:37:21 armin76 Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-02-25 17:32 Joseph Jezak (josejx)
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2009-02-25 17:32 UTC (permalink / raw
  To: gentoo-commits

josejx      09/02/25 17:32:03

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  Marked ppc/ppc64 stable for bug #243374.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

Revision  Changes    Path
1.20                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	17 Feb 2009 17:37:21 -0000	1.19
+++ ChangeLog	25 Feb 2009 17:32:03 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.19 2009/02/17 17:37:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.20 2009/02/25 17:32:03 josejx Exp $
+
+  25 Feb 2009; Joseph Jezak <josejx@gentoo.org> mount-cifs-3.0.30.ebuild:
+  Marked ppc/ppc64 stable for bug #243374.
 
   17 Feb 2009; Raúl Porcel <armin76@gentoo.org> mount-cifs-3.0.30.ebuild:
   arm/ia64/s390/sh/sparc stable wrt #243374



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.6&r2=1.7

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mount-cifs-3.0.30.ebuild	17 Feb 2009 17:37:21 -0000	1.6
+++ mount-cifs-3.0.30.ebuild	25 Feb 2009 17:32:03 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.6 2009/02/17 17:37:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.7 2009/02/25 17:32:03 josejx Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2009-03-06  4:08 Joshua Kinard (kumba)
  0 siblings, 0 replies; 9+ messages in thread
From: Joshua Kinard (kumba) @ 2009-03-06  4:08 UTC (permalink / raw
  To: gentoo-commits

kumba       09/03/06 04:08:57

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  Added ~mips to KEYWORDS
  (Portage version: 2.1.6.7/cvs/Linux mips64)

Revision  Changes    Path
1.21                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	25 Feb 2009 17:32:03 -0000	1.20
+++ ChangeLog	6 Mar 2009 04:08:57 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.20 2009/02/25 17:32:03 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.21 2009/03/06 04:08:57 kumba Exp $
+
+  06 Mar 2009; Joshua Kinard <kumba@gentoo.org> mount-cifs-3.0.30.ebuild:
+  Added ~mips to KEYWORDS
 
   25 Feb 2009; Joseph Jezak <josejx@gentoo.org> mount-cifs-3.0.30.ebuild:
   Marked ppc/ppc64 stable for bug #243374.



1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.7&r2=1.8

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mount-cifs-3.0.30.ebuild	25 Feb 2009 17:32:03 -0000	1.7
+++ mount-cifs-3.0.30.ebuild	6 Mar 2009 04:08:57 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7 2009/02/25 17:32:03 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.8 2009/03/06 04:08:57 kumba Exp $
 
 inherit toolchain-funcs
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE=""
 
 DEPEND="!<net-fs/samba-3.0.25"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
@ 2011-04-11 17:00 Christoph Mende (angelos)
  0 siblings, 0 replies; 9+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-11 17:00 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/11 17:00:52

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  QA: Respect LDFLAGS, added missing die
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Mar 2009 04:08:57 -0000	1.21
+++ ChangeLog	11 Apr 2011 17:00:52 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.21 2009/03/06 04:08:57 kumba Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.22 2011/04/11 17:00:52 angelos Exp $
+
+  11 Apr 2011; Christoph Mende <angelos@gentoo.org> mount-cifs-3.0.30.ebuild:
+  QA: Respect LDFLAGS, added missing die
 
   06 Mar 2009; Joshua Kinard <kumba@gentoo.org> mount-cifs-3.0.30.ebuild:
   Added ~mips to KEYWORDS



1.9                  net-fs/mount-cifs/mount-cifs-3.0.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.8&r2=1.9

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mount-cifs-3.0.30.ebuild	6 Mar 2009 04:08:57 -0000	1.8
+++ mount-cifs-3.0.30.ebuild	11 Apr 2011 17:00:52 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.8 2009/03/06 04:08:57 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.9 2011/04/11 17:00:52 angelos Exp $
 
 inherit toolchain-funcs
 
@@ -17,12 +17,12 @@
 
 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"
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
 }
 
 src_install() {
-	dobin source/client/{mount,umount}.cifs
+	dobin source/client/{mount,umount}.cifs || die
 	dosym /usr/bin/mount.cifs /sbin/mount.cifs
 
 	docinto html






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-04-11 17:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 17:37 [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-11 17:00 Christoph Mende (angelos)
2009-03-06  4:08 Joshua Kinard (kumba)
2009-02-25 17:32 Joseph Jezak (josejx)
2009-02-15 14:59 Markus Meier (maekke)
2009-02-14 15:24 Tobias Klausmann (klausman)
2009-02-12 17:47 Jeroen Roovers (jer)
2009-02-12  3:12 Jeremy Olexa (darkside)
2008-06-11 13:43 Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox