public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2021-01-31 19:00 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2021-01-31 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c1fa0483d66755f55816e585e101901d64279e09
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 18:59:44 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 19:00:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fa0483

net-fs/smbnetfs: bump up to 0.6.3

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/Manifest              |  1 +
 net-fs/smbnetfs/smbnetfs-0.6.3.ebuild | 44 +++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index cbd53850248..73413adb090 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1 +1,2 @@
 DIST smbnetfs-0.6.2.tar.bz2 174322 BLAKE2B 5165cb438c7dc844a72b3b0d75cf61118f0c2241750ed2aa50c33779f31f32094ff19571b213a0d12b7dd89f894150a5faf14b02be9122174473e239c6afc39f SHA512 713b6f0423eabf0fd16d22beccbe8ff01c20af2c488e43329b65b510a29d5bbdd7cf211a9539e10d9fa1822635c1050d29808842ae1bf1b19ac637ae3995ea1a
+DIST smbnetfs-0.6.3.tar.bz2 187460 BLAKE2B d6906fa1e513253ae423031486e3be31308254506fd218f15395ac30591ecdc3179fd0998ec1e717ba4d787e7d6d8e951bc417b1c68d89193408a333d90a693c SHA512 19b1ec6a9cc9722e5e80c26ff4bd8b62dcdf7f3bb71a3c7b2a0b2b32af6902fd3fb95c27188a51b2a1f0df20fadad799ca685db28daba101f1e3b2c03ee295cc

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild
new file mode 100644
index 00000000000..0b5de0a87a5
--- /dev/null
+++ b/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit readme.gentoo-r1
+
+DESCRIPTION="FUSE filesystem for SMB shares"
+HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/SMBNetFS-${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="gnome-keyring"
+
+RDEPEND=">=sys-fs/fuse-2.3:0=
+	>=net-fs/samba-4.2
+	>=dev-libs/glib-2.30
+	gnome-keyring? ( app-crypt/libsecret )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.6.1-docdir.patch
+)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS="
+For quick usage, exec:
+'modprobe fuse'
+'smbnetfs -oallow_other /mnt/samba'
+"
+
+src_configure() {
+	econf $(use_with gnome-keyring libsecret)
+}
+
+src_install() {
+	default
+
+	readme.gentoo_create_doc
+	dodoc AUTHORS ChangeLog
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2023-05-18 12:17 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2023-05-18 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     21a0d332991496be2acbeb0d98abff906b9241de
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:17:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a0d332

net-fs/smbnetfs: Rename USE=gnome-keyring -> keyring

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-fs/smbnetfs/smbnetfs-0.6.3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild
index 0b5de0a87a5d..a332b0bef370 100644
--- a/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild
+++ b/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,12 +11,12 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/SMBNetFS-${PV}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-linux"
-IUSE="gnome-keyring"
+IUSE="keyring"
 
 RDEPEND=">=sys-fs/fuse-2.3:0=
 	>=net-fs/samba-4.2
 	>=dev-libs/glib-2.30
-	gnome-keyring? ( app-crypt/libsecret )"
+	keyring? ( app-crypt/libsecret )"
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
@@ -33,7 +33,7 @@ For quick usage, exec:
 "
 
 src_configure() {
-	econf $(use_with gnome-keyring libsecret)
+	econf $(use_with keyring libsecret)
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2023-03-29 19:45 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-03-29 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     926647e45645043500917abee5f610b1c8a70e02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 17:03:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 19:44:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926647e4

net-fs/smbnetfs: fix typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-fs/smbnetfs/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
index aad79be36f5e..4758f1c23d0e 100644
--- a/net-fs/smbnetfs/metadata.xml
+++ b/net-fs/smbnetfs/metadata.xml
@@ -13,7 +13,7 @@
 		- user defined workgroup/link/hosts are supported
 		- national character supported
 		- in config files you can specify different user/password to access different network shares
-		- command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)
+		- command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but useful)
 		- the program is multithreaded, so simultaneous access to a file/share is possible
 	</longdescription>
 	<upstream>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2021-07-23  7:33 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2021-07-23  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f3003949c4972d9da047a1aae63b5404593d07c7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 07:30:58 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 07:33:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3003949

net-fs/smbnetfs: drop slyfox@ from maintainers, m-n orphan now

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
index 0b271c50cce..50fafa14e58 100644
--- a/net-fs/smbnetfs/metadata.xml
+++ b/net-fs/smbnetfs/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>slyfox@gentoo.org</email>
-		<name>Sergei Trofimovich</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription>
 		SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2021-02-06 18:27 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2021-02-06 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     30925d3d23a47573954c4aeaec12aaa02ed4a226
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 18:22:48 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 18:27:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30925d3d

net-fs/smbnetfs: drop old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/Manifest              |  1 -
 net-fs/smbnetfs/smbnetfs-0.6.2.ebuild | 44 -----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index 73413adb090..250994bd0ac 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1,2 +1 @@
-DIST smbnetfs-0.6.2.tar.bz2 174322 BLAKE2B 5165cb438c7dc844a72b3b0d75cf61118f0c2241750ed2aa50c33779f31f32094ff19571b213a0d12b7dd89f894150a5faf14b02be9122174473e239c6afc39f SHA512 713b6f0423eabf0fd16d22beccbe8ff01c20af2c488e43329b65b510a29d5bbdd7cf211a9539e10d9fa1822635c1050d29808842ae1bf1b19ac637ae3995ea1a
 DIST smbnetfs-0.6.3.tar.bz2 187460 BLAKE2B d6906fa1e513253ae423031486e3be31308254506fd218f15395ac30591ecdc3179fd0998ec1e717ba4d787e7d6d8e951bc417b1c68d89193408a333d90a693c SHA512 19b1ec6a9cc9722e5e80c26ff4bd8b62dcdf7f3bb71a3c7b2a0b2b32af6902fd3fb95c27188a51b2a1f0df20fadad799ca685db28daba101f1e3b2c03ee295cc

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild
deleted file mode 100644
index 6f9d58f8077..00000000000
--- a/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit readme.gentoo-r1
-
-DESCRIPTION="FUSE filesystem for SMB shares"
-HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
-SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-IUSE="gnome-keyring"
-
-RDEPEND=">=sys-fs/fuse-2.3:0=
-	>=net-fs/samba-4.2
-	>=dev-libs/glib-2.30
-	gnome-keyring? ( app-crypt/libsecret )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.6.1-docdir.patch
-)
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-	econf $(use_with gnome-keyring libsecret)
-}
-
-src_install() {
-	default
-
-	readme.gentoo_create_doc
-	dodoc AUTHORS ChangeLog
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2020-04-01 21:14 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2020-04-01 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ec0b5fd70dedaae5ce589edc7d312da461520232
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 20:52:43 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 21:14:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0b5fd7

net-fs/smbnetfs: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/Manifest                 |  1 -
 net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild | 45 --------------------------------
 2 files changed, 46 deletions(-)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index 88cdb6ced4d..cbd53850248 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1,2 +1 @@
-DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a SHA512 b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd
 DIST smbnetfs-0.6.2.tar.bz2 174322 BLAKE2B 5165cb438c7dc844a72b3b0d75cf61118f0c2241750ed2aa50c33779f31f32094ff19571b213a0d12b7dd89f894150a5faf14b02be9122174473e239c6afc39f SHA512 713b6f0423eabf0fd16d22beccbe8ff01c20af2c488e43329b65b510a29d5bbdd7cf211a9539e10d9fa1822635c1050d29808842ae1bf1b19ac637ae3995ea1a

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild
deleted file mode 100644
index a3eace2ad0c..00000000000
--- a/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit readme.gentoo-r1
-
-DESCRIPTION="FUSE filesystem for SMB shares"
-HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
-SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-IUSE="gnome-keyring"
-
-RDEPEND=">=sys-fs/fuse-2.3:0=
-	>=net-fs/samba-4.2
-	>=dev-libs/glib-2.30
-	gnome-keyring? ( app-crypt/libsecret )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-use-proper-xattr.patch
-	"${FILESDIR}"/${P}-docdir.patch
-)
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-	econf $(use_with gnome-keyring libsecret)
-}
-
-src_install() {
-	default
-
-	readme.gentoo_create_doc
-	dodoc AUTHORS ChangeLog
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2020-03-28  0:29 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2020-03-28  0:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f226274a3bf08f9409896eca08960c9859831dfc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 00:21:34 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 00:21:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f226274a

net-fs/smbnetfs: bump up to 0.6.2

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/Manifest              |  1 +
 net-fs/smbnetfs/smbnetfs-0.6.2.ebuild | 44 +++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index 01f971d5089..88cdb6ced4d 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1 +1,2 @@
 DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a SHA512 b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd
+DIST smbnetfs-0.6.2.tar.bz2 174322 BLAKE2B 5165cb438c7dc844a72b3b0d75cf61118f0c2241750ed2aa50c33779f31f32094ff19571b213a0d12b7dd89f894150a5faf14b02be9122174473e239c6afc39f SHA512 713b6f0423eabf0fd16d22beccbe8ff01c20af2c488e43329b65b510a29d5bbdd7cf211a9539e10d9fa1822635c1050d29808842ae1bf1b19ac637ae3995ea1a

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild
new file mode 100644
index 00000000000..6f9d58f8077
--- /dev/null
+++ b/net-fs/smbnetfs/smbnetfs-0.6.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit readme.gentoo-r1
+
+DESCRIPTION="FUSE filesystem for SMB shares"
+HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
+SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="gnome-keyring"
+
+RDEPEND=">=sys-fs/fuse-2.3:0=
+	>=net-fs/samba-4.2
+	>=dev-libs/glib-2.30
+	gnome-keyring? ( app-crypt/libsecret )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.6.1-docdir.patch
+)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS="
+For quick usage, exec:
+'modprobe fuse'
+'smbnetfs -oallow_other /mnt/samba'
+"
+
+src_configure() {
+	econf $(use_with gnome-keyring libsecret)
+}
+
+src_install() {
+	default
+
+	readme.gentoo_create_doc
+	dodoc AUTHORS ChangeLog
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2019-11-10 12:07 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2019-11-10 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3b62ceea3d2dc5c53725ff51a90619a0f87af09f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 12:01:31 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 12:07:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b62ceea

net-fs/smbnetfs: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/smbnetfs-0.6.1.ebuild | 42 -----------------------------------
 1 file changed, 42 deletions(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
deleted file mode 100644
index 6c1bdba95b5..00000000000
--- a/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="FUSE filesystem for SMB shares"
-HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
-SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-IUSE="gnome-keyring"
-
-RDEPEND=">=sys-fs/fuse-2.3
-	>=net-fs/samba-4.2
-	>=dev-libs/glib-2.30
-	gnome-keyring? ( app-crypt/libsecret )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=("${FILESDIR}"/${P}-use-proper-xattr.patch)
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-	econf $(use_with gnome-keyring libsecret)
-}
-
-src_install() {
-	default
-
-	readme.gentoo_create_doc
-	dodoc AUTHORS ChangeLog
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2019-10-10 19:06 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2019-10-10 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4122ebf6cbe4236996e31a32dbeb33a243b8d6ab
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 19:05:05 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 19:06:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4122ebf6

net-fs/smbnetfs: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/Manifest                 |  1 -
 net-fs/smbnetfs/metadata.xml             |  3 ---
 net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 39 --------------------------------
 3 files changed, 43 deletions(-)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index fe7e318fb65..01f971d5089 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1,2 +1 @@
-DIST smbnetfs-0.6.0.tar.bz2 147946 BLAKE2B dc20ba86e8280365eead7cd540370e727e47f9ba54c24ec4f4174c28eafdf373d716f259a6cff129e88ea1c47f4c3aee83cc6cb8009f232af94168e5c3232be0 SHA512 5bc5327b1087d051cbedda40ea1183c2515e3a42b2027812c6528bbbcb736b7f92f95b3c7b9cc53da99c2138c945ceb517042359029cbe0ab8cd887839711ced
 DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a SHA512 b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd

diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
index da1a096c82b..0b271c50cce 100644
--- a/net-fs/smbnetfs/metadata.xml
+++ b/net-fs/smbnetfs/metadata.xml
@@ -19,9 +19,6 @@
 		- command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)
 		- the program is multithreaded, so simultaneous access to a file/share is possible
 	</longdescription>
-	<use>
-		<flag name="gnome">Use the <pkg>gnome-base/gnome-keyring</pkg> for password management.</flag>
-	</use>
 	<upstream>
 		<remote-id type="sourceforge">smbnetfs</remote-id>
 	</upstream>

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
deleted file mode 100644
index 15ded1593d0..00000000000
--- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils readme.gentoo
-
-DESCRIPTION="FUSE filesystem for SMB shares"
-HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
-SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-IUSE="gnome"
-
-RDEPEND=">=sys-fs/fuse-2.3
-	>=net-fs/samba-4.2
-	>=dev-libs/glib-2.30
-	gnome? ( gnome-base/libgnome-keyring )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-	econf $(use_with gnome gnome-keyring)
-}
-
-src_install() {
-	default
-	readme.gentoo_create_doc
-	dodoc AUTHORS ChangeLog
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2019-10-10  7:51 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2019-10-10  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     52169845353af75b474217ad8799d8e7d846761f
Author:     David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Tue Oct  8 19:39:41 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 07:50:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52169845

net-fs/smbnetfs: revbump, fix sys-fs/fuse SLOT

Closes: https://bugs.gentoo.org/697020

Signed-off-by: David Heidelberg <david <AT> ixit.cz>
Closes: https://github.com/gentoo/gentoo/pull/13220
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild | 42 ++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild
new file mode 100644
index 00000000000..91ae91c3900
--- /dev/null
+++ b/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils readme.gentoo-r1
+
+DESCRIPTION="FUSE filesystem for SMB shares"
+HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
+SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="gnome-keyring"
+
+RDEPEND=">=sys-fs/fuse-2.3:0=
+	>=net-fs/samba-4.2
+	>=dev-libs/glib-2.30
+	gnome-keyring? ( app-crypt/libsecret )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+PATCHES=("${FILESDIR}"/${P}-use-proper-xattr.patch)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS="
+For quick usage, exec:
+'modprobe fuse'
+'smbnetfs -oallow_other /mnt/samba'
+"
+
+src_configure() {
+	econf $(use_with gnome-keyring libsecret)
+}
+
+src_install() {
+	default
+
+	readme.gentoo_create_doc
+	dodoc AUTHORS ChangeLog
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2018-02-11 11:02 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2018-02-11 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     84f2c60288b025ae34a8211a6c343ba82c0f7358
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:01:44 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:01:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f2c602

net-fs/smbnetfs: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 net-fs/smbnetfs/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
index d3fcbbae2c7..da1a096c82b 100644
--- a/net-fs/smbnetfs/metadata.xml
+++ b/net-fs/smbnetfs/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>slyfox@gentoo.org</email>
 		<name>Sergei Trofimovich</name>
-		<description>Primary Maintainer</description>
 	</maintainer>
 	<longdescription>
 		SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2018-01-04 23:15 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2018-01-04 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9423fe27008174fef01e02f3292dac2d7f97a816
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 23:15:33 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 23:15:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9423fe27

net-fs/smbnetfs: bump up to 0.6.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-fs/smbnetfs/Manifest              |  1 +
 net-fs/smbnetfs/smbnetfs-0.6.1.ebuild | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index b8b7e97f763..fe7e318fb65 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1 +1,2 @@
 DIST smbnetfs-0.6.0.tar.bz2 147946 BLAKE2B dc20ba86e8280365eead7cd540370e727e47f9ba54c24ec4f4174c28eafdf373d716f259a6cff129e88ea1c47f4c3aee83cc6cb8009f232af94168e5c3232be0 SHA512 5bc5327b1087d051cbedda40ea1183c2515e3a42b2027812c6528bbbcb736b7f92f95b3c7b9cc53da99c2138c945ceb517042359029cbe0ab8cd887839711ced
+DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a SHA512 b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
new file mode 100644
index 00000000000..e4515439067
--- /dev/null
+++ b/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils readme.gentoo-r1
+
+DESCRIPTION="FUSE filesystem for SMB shares"
+HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
+SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~arm-linux ~x86-linux"
+IUSE="gnome-keyring"
+
+RDEPEND=">=sys-fs/fuse-2.3
+	>=net-fs/samba-4.2
+	>=dev-libs/glib-2.30
+	gnome-keyring? ( app-crypt/libsecret )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS="
+For quick usage, exec:
+'modprobe fuse'
+'smbnetfs -oallow_other /mnt/samba'
+"
+
+src_configure() {
+	econf $(use_with gnome-keyring libsecret)
+}
+
+src_install() {
+	default
+
+	readme.gentoo_create_doc
+	dodoc AUTHORS ChangeLog
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2017-11-26 23:11 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2017-11-26 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0931e3d2fb2984006eea4d29aa1cc900af3eef89
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:40:26 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:10:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0931e3d2

net-fs/smbnetfs: [QA] Consistent whitespace in metadata.xml

 net-fs/smbnetfs/metadata.xml | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
index 840694f0503..d3fcbbae2c7 100644
--- a/net-fs/smbnetfs/metadata.xml
+++ b/net-fs/smbnetfs/metadata.xml
@@ -10,19 +10,15 @@
 		SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.
 
 		Features:
-		 - Linux-2.6 and FreeBSD &gt;= 6.0 are supported (Linux-2.4 is not tested)
-		 - you can use Samba/Microsoft network as a regular unix filesystem
-		 - workgroup/computer/share entries are dynamically created
-		 - windows domain supported
-		 - user defined workgroup/link/hosts are supported
-		 - national character supported
-		 - in config files you can specify different user/password to access different
-		   network shares
-		 - command "cd mountpoint/username:password@computer_or_ip" allows you to
-		   access "computer_or_ip" as user "username" with password "password"
-		   (this is insecure, but usefull)
-		 - the program is multithreaded, so simultaneous access to a file/share
-		   is possible
+		- Linux-2.6 and FreeBSD &gt;= 6.0 are supported (Linux-2.4 is not tested)
+		- you can use Samba/Microsoft network as a regular unix filesystem
+		- workgroup/computer/share entries are dynamically created
+		- windows domain supported
+		- user defined workgroup/link/hosts are supported
+		- national character supported
+		- in config files you can specify different user/password to access different network shares
+		- command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)
+		- the program is multithreaded, so simultaneous access to a file/share is possible
 	</longdescription>
 	<use>
 		<flag name="gnome">Use the <pkg>gnome-base/gnome-keyring</pkg> for password management.</flag>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2017-10-19 21:39 Jonas Stein
  0 siblings, 0 replies; 18+ messages in thread
From: Jonas Stein @ 2017-10-19 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f0a8efcf97d7395d0dc15f56ee16fef0ed7bf41d
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 21:39:20 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 21:39:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a8efcf

net-fs/smbnetfs: Remove proxy-maint

Remove proxy maintainer project from metadata, because there was no
proxied maintainer left.
Reported-By: Michael Mair-Keimberger
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-fs/smbnetfs/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
index a9595027206..840694f0503 100644
--- a/net-fs/smbnetfs/metadata.xml
+++ b/net-fs/smbnetfs/metadata.xml
@@ -6,10 +6,6 @@
 		<name>Sergei Trofimovich</name>
 		<description>Primary Maintainer</description>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<longdescription>
 		SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2016-12-23 17:05 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2016-12-23 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b110719e6b0348a48262c2a89dbd9a99e08b48bc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 17:05:09 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 17:05:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b110719e

net-fs/smbnetfs: drop samba[client] dependency

The change allows usage of smbnetfs against stable samba.

smbnetfs needs libsmbclient.so from samba. That library is
installed unconditionally in >=samba-4.

USE=client in samba is something irrelevant to smbnetfs.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
index 38e6a49..0e8def2 100644
--- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
+++ b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~x86 ~amd64 ~arm-linux ~x86-linux"
 IUSE="gnome"
 
 RDEPEND=">=sys-fs/fuse-2.3
-	>=net-fs/samba-4.2[client]
+	>=net-fs/samba-4.2
 	>=dev-libs/glib-2.30
 	gnome? ( gnome-base/libgnome-keyring )"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2016-12-19 14:21 Lars Wendler
  0 siblings, 0 replies; 18+ messages in thread
From: Lars Wendler @ 2016-12-19 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4ad532b6afa829d28a294a3e6807e8fe4c66d6d8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:16:57 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:21:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad532b6

net-fs/smbnetfs: Fixed samba dep.

Removed sub-slot deps where being useless.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
index ed394f0..38e6a49 100644
--- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
+++ b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
@@ -14,14 +14,13 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64 ~arm-linux ~x86-linux"
 IUSE="gnome"
 
-RDEPEND=">=sys-fs/fuse-2.3:=
-	>=net-fs/samba-3.2:=[smbclient(+)]
-	>=dev-libs/glib-2.30:=
-	gnome? ( gnome-base/libgnome-keyring:= )"
+RDEPEND=">=sys-fs/fuse-2.3
+	>=net-fs/samba-4.2[client]
+	>=dev-libs/glib-2.30
+	gnome? ( gnome-base/libgnome-keyring )"
 
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	sys-devel/make"
+	virtual/pkgconfig"
 
 DISABLE_AUTOFORMATTING=yes
 DOC_CONTENTS="


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2016-12-19 14:21 Lars Wendler
  0 siblings, 0 replies; 18+ messages in thread
From: Lars Wendler @ 2016-12-19 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f466db3ca287e086a70da243f6a8f30a85f57a15
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:15:54 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:21:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f466db3c

net-fs/smbnetfs: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-fs/smbnetfs/Manifest               |  1 -
 net-fs/smbnetfs/smbnetfs-0.5.3b.ebuild | 40 ---------------------------------
 net-fs/smbnetfs/smbnetfs-0.6.0.ebuild  | 41 ----------------------------------
 3 files changed, 82 deletions(-)

diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
index 799a8c7..0e089f6 100644
--- a/net-fs/smbnetfs/Manifest
+++ b/net-fs/smbnetfs/Manifest
@@ -1,2 +1 @@
-DIST smbnetfs-0.5.3b.tar.bz2 167258 SHA256 28743ac394927ea0f03561c572a47f4c5ff31c3c0c0786b225bb7a0227182bc9 SHA512 a4ab92147c45481534915eb3610d49fdf0ba74b743fac31ece3030dac77a31c9a8956dcb97a02a6170e0a24557d4bc7d5ae882fe09fb8b7a2b3887224356f2f8 WHIRLPOOL b4cba3f6c368e2a87001d1780d06b9230da8c56f628735c1ab8840b7e2194703d6dbd308098e0d451c29da29b576fea62a5ba8d16730ebe8caf828be97130685
 DIST smbnetfs-0.6.0.tar.bz2 147946 SHA256 6dd20bf01201f8be4b5d20cfbfba627f6825bcb60fe71f54d8c8de18509e519b SHA512 5bc5327b1087d051cbedda40ea1183c2515e3a42b2027812c6528bbbcb736b7f92f95b3c7b9cc53da99c2138c945ceb517042359029cbe0ab8cd887839711ced WHIRLPOOL d6cce90507de276169bdbb1ce9c3579bc08713dd0df1020a58cbced0989a115124988f05317a7907aab98b391fd78f8d3aea3861960db7e4f5db4e4ae76894df

diff --git a/net-fs/smbnetfs/smbnetfs-0.5.3b.ebuild b/net-fs/smbnetfs/smbnetfs-0.5.3b.ebuild
deleted file mode 100644
index 7edcce6..00000000
--- a/net-fs/smbnetfs/smbnetfs-0.5.3b.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils readme.gentoo
-
-DESCRIPTION="FUSE filesystem for SMB shares"
-HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
-SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~arm-linux ~x86-linux"
-IUSE="gnome"
-
-RDEPEND=">=sys-fs/fuse-2.3:=
-	>=net-fs/samba-3.2:=[smbclient]
-	gnome? ( gnome-base/gnome-keyring:= )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	sys-devel/make"
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-	econf $(use_with gnome gnome-keyring)
-}
-
-src_install() {
-	default
-	readme.gentoo_create_doc
-	dodoc AUTHORS ChangeLog
-}

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0.ebuild
deleted file mode 100644
index 10e6b58..00000000
--- a/net-fs/smbnetfs/smbnetfs-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils readme.gentoo
-
-DESCRIPTION="FUSE filesystem for SMB shares"
-HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
-SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~arm-linux ~x86-linux"
-IUSE="gnome"
-
-RDEPEND=">=sys-fs/fuse-2.3:=
-	>=net-fs/samba-3.2:=[smbclient]
-	>=dev-libs/glib-2.30:=
-	gnome? ( gnome-base/gnome-keyring:= )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	sys-devel/make"
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-	econf $(use_with gnome gnome-keyring)
-}
-
-src_install() {
-	default
-	readme.gentoo_create_doc
-	dodoc AUTHORS ChangeLog
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/
@ 2016-07-10  0:18 Zac Medico
  0 siblings, 0 replies; 18+ messages in thread
From: Zac Medico @ 2016-07-10  0:18 UTC (permalink / raw
  To: gentoo-commits

commit:     18bfe0187e835b64a2d4a8c4a813b70e66637404
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 00:17:17 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 00:18:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bfe018

net-fs/smbnetfs: depend on libgnome-keyring

Package-Manager: portage-2.3.0

 net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
index 8def3f2..c7ab2e0 100644
--- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
+++ b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="gnome"
 RDEPEND=">=sys-fs/fuse-2.3:=
 	>=net-fs/samba-3.2:=[smbclient(+)]
 	>=dev-libs/glib-2.30:=
-	gnome? ( gnome-base/gnome-keyring:= )"
+	gnome? ( gnome-base/libgnome-keyring:= )"
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig


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

end of thread, other threads:[~2023-05-18 12:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-31 19:00 [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2023-05-18 12:17 Andreas Sturmlechner
2023-03-29 19:45 Sam James
2021-07-23  7:33 Sergei Trofimovich
2021-02-06 18:27 Sergei Trofimovich
2020-04-01 21:14 Sergei Trofimovich
2020-03-28  0:29 Sergei Trofimovich
2019-11-10 12:07 Sergei Trofimovich
2019-10-10 19:06 Sergei Trofimovich
2019-10-10  7:51 Sergei Trofimovich
2018-02-11 11:02 Michał Górny
2018-01-04 23:15 Sergei Trofimovich
2017-11-26 23:11 David Seifert
2017-10-19 21:39 Jonas Stein
2016-12-23 17:05 Sergei Trofimovich
2016-12-19 14:21 Lars Wendler
2016-12-19 14:21 Lars Wendler
2016-07-10  0:18 Zac Medico

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