public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/fusesmb: ChangeLog fusesmb-0.8.7.ebuild
@ 2007-09-23 16:27 Andrej Kacian (ticho)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrej Kacian (ticho) @ 2007-09-23 16:27 UTC (permalink / raw
  To: gentoo-commits

ticho       07/09/23 16:27:55

  Modified:             ChangeLog
  Added:                fusesmb-0.8.7.ebuild
  Log:
  Version bump. Bug #191762, by Algardas Pelakauskas <algardas at yahoo.com>.
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.7                  net-fs/fusesmb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 May 2007 10:17:47 -0000	1.6
+++ ChangeLog	23 Sep 2007 16:27:54 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-fs/fusesmb
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v 1.6 2007/05/06 10:17:47 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v 1.7 2007/09/23 16:27:54 ticho Exp $
+
+*fusesmb-0.8.7 (23 Sep 2007)
+
+  23 Sep 2007; Andrej Kacian <ticho@gentoo.org> +fusesmb-0.8.7.ebuild:
+  Version bump. Bug #191762, by Algardas Pelakauskas <algardas at yahoo.com>.
 
   06 May 2007; Marius Mauch <genone@gentoo.org> fusesmb-0.8.5.ebuild:
   Replacing einfo with elog



1.1                  net-fs/fusesmb/fusesmb-0.8.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?rev=1.1&content-type=text/plain

Index: fusesmb-0.8.7.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v 1.1 2007/09/23 16:27:54 ticho Exp $

inherit eutils

DESCRIPTION="Instead of mounting one Samba share at a time, you mount all workgroups, hosts and shares at once."
HOMEPAGE="http://www.ricardis.tudelft.nl/~vincent/fusesmb/"
SRC_URI="http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=">=sys-fs/fuse-2.3
		>=net-fs/samba-3.0"

DEPEND="${RDEPEND}
	virtual/libc
	sys-devel/libtool
	sys-devel/make"

src_unpack() {
	unpack ${A}
	cd ${S}
	sed -i "s:\(FUSE_USE_VERSION.\)23:\122:" config* || die "sed failed"
}

src_install() {
	make install DESTDIR=${D} || die "make install failed"
	dodoc AUTHORS ChangeLog README fusesmb.conf.ex
}

pkg_postinst() {
	elog
	elog "For quick usage, exec:"
	elog "'modprobe fuse'"
	elog "'fusesmb -oallow_other /mnt/samba'"
	elog
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-fs/fusesmb: ChangeLog fusesmb-0.8.7.ebuild
@ 2010-01-07 20:11 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-01-07 20:11 UTC (permalink / raw
  To: gentoo-commits

patrick     10/01/07 20:11:02

  Modified:             ChangeLog fusesmb-0.8.7.ebuild
  Log:
  Fixing 0.8.7 for new samba #297223. EAPI2.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 net-fs/fusesmb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Sep 2009 18:35:52 -0000	1.11
+++ ChangeLog	7 Jan 2010 20:11:01 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/fusesmb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v 1.11 2009/09/23 18:35:52 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v 1.12 2010/01/07 20:11:01 patrick Exp $
+
+  07 Jan 2010; Patrick Lauer <patrick@gentoo.org> fusesmb-0.8.7.ebuild:
+  Fixing 0.8.7 for new samba #297223. EAPI2.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> fusesmb-0.8.5.ebuild,
   fusesmb-0.8.7.ebuild:



1.7                  net-fs/fusesmb/fusesmb-0.8.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?r1=1.6&r2=1.7

Index: fusesmb-0.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fusesmb-0.8.7.ebuild	23 Sep 2009 18:35:52 -0000	1.6
+++ fusesmb-0.8.7.ebuild	7 Jan 2010 20:11:01 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v 1.6 2009/09/23 18:35:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v 1.7 2010/01/07 20:11:01 patrick Exp $
+
+EAPI=2
 
 inherit eutils
 
@@ -14,15 +16,14 @@
 IUSE=""
 
 RDEPEND=">=sys-fs/fuse-2.3
-		>=net-fs/samba-3.0"
+		|| ( net-fs/samba-libs[smbclient]
+			<=net-fs/samba-3.3 )"
 
 DEPEND="${RDEPEND}
 	sys-devel/libtool
 	sys-devel/make"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed -i "s:\(FUSE_USE_VERSION.\)23:\122:" config* || die "sed failed"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in net-fs/fusesmb: ChangeLog fusesmb-0.8.7.ebuild
@ 2010-04-07 16:04 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-04-07 16:04 UTC (permalink / raw
  To: gentoo-commits

patrick     10/04/07 16:04:54

  Modified:             ChangeLog fusesmb-0.8.7.ebuild
  Log:
  Fixing samba deps
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-fs/fusesmb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	7 Jan 2010 20:11:01 -0000	1.12
+++ ChangeLog	7 Apr 2010 16:04:54 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/fusesmb
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v 1.12 2010/01/07 20:11:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/ChangeLog,v 1.13 2010/04/07 16:04:54 patrick Exp $
+
+  07 Apr 2010; Patrick Lauer <patrick@gentoo.org> fusesmb-0.8.7.ebuild:
+  Fixing samba deps
 
   07 Jan 2010; Patrick Lauer <patrick@gentoo.org> fusesmb-0.8.7.ebuild:
   Fixing 0.8.7 for new samba #297223. EAPI2.



1.8                  net-fs/fusesmb/fusesmb-0.8.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild?r1=1.7&r2=1.8

Index: fusesmb-0.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fusesmb-0.8.7.ebuild	7 Jan 2010 20:11:01 -0000	1.7
+++ fusesmb-0.8.7.ebuild	7 Apr 2010 16:04:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v 1.7 2010/01/07 20:11:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fusesmb/fusesmb-0.8.7.ebuild,v 1.8 2010/04/07 16:04:54 patrick Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 IUSE=""
 
 RDEPEND=">=sys-fs/fuse-2.3
-		|| ( net-fs/samba-libs[smbclient]
+		|| ( >=net-fs/samba-3.4.6[smbclient]
 			<=net-fs/samba-3.3 )"
 
 DEPEND="${RDEPEND}






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

end of thread, other threads:[~2010-04-07 16:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 20:11 [gentoo-commits] gentoo-x86 commit in net-fs/fusesmb: ChangeLog fusesmb-0.8.7.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-07 16:04 Patrick Lauer (patrick)
2007-09-23 16:27 Andrej Kacian (ticho)

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