public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/sshfs-fuse/
@ 2016-01-16 18:12 Tim Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder @ 2016-01-16 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9ec73cf0cae95e234cc0a852ba806546b945e0fc
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 18:09:33 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 18:12:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec73cf0

sys-fs/sshfs-fuse: remove old

 sys-fs/sshfs-fuse/Manifest              |  1 -
 sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/sys-fs/sshfs-fuse/Manifest b/sys-fs/sshfs-fuse/Manifest
index eefdb88..8cef2df 100644
--- a/sys-fs/sshfs-fuse/Manifest
+++ b/sys-fs/sshfs-fuse/Manifest
@@ -1,2 +1 @@
-DIST sshfs-fuse-2.4.tar.gz 132930 SHA256 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1 SHA512 2f73d2163052f815bba65ad4a33a12626cd76628cd90df80378f3d045c61df7b0b4e7e5eec744e2adf44bdd1814cfc454d705eb74914ad4586f8835a926073de WHIRLPOOL 9773ca67c384dabc8122eaf08a27cb63f2cbdfb558d5cf2c581db2e8355801f93370763963d1f301a3504ef4bea80add1f6dadc6846c73847c5c056b4c0e394b
 DIST sshfs-fuse-2.5.tar.gz 136378 SHA256 e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e SHA512 48ae4008d10fe66b843ff1e891627f8262e00d064fec048c8c1189507e757994e81e4fa2deb4d8d56cff0d1818efe4a692494b9c48a01c6c79c626acefa1b53e WHIRLPOOL 00086691d287a770ce04ed068250841fe9fd8ec054a9f86f2ffd388c5c519b4f6bc559990724d25895065d6ab8618eb07129801c32a68eb9bfefb8fa952a412f

diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild
deleted file mode 100644
index 0ff654b..0000000
--- a/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
-HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=sys-fs/fuse-2.6.0_pre3
-	>=dev-libs/glib-2.4.2"
-RDEPEND="${CDEPEND}
-	>=net-misc/openssh-4.3"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
-
-src_configure() {
-	# hack not needed with >=net-misc/openssh-4.3
-	econf --disable-sshnodelay
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/sshfs-fuse/
@ 2016-01-16 18:12 Tim Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder @ 2016-01-16 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bb109c64f00dde15d0fdf38f305dd82efcbe5140
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 18:07:59 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 18:12:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb109c64

sys-fs/sshfs-fuse: metadata updates for move to github

Also add myself as a maintainer.

 sys-fs/sshfs-fuse/metadata.xml          | 6 +++++-
 sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild | 7 +++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/sys-fs/sshfs-fuse/metadata.xml b/sys-fs/sshfs-fuse/metadata.xml
index e93f1bc..d91bea8 100644
--- a/sys-fs/sshfs-fuse/metadata.xml
+++ b/sys-fs/sshfs-fuse/metadata.xml
@@ -2,7 +2,11 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>kernel-misc</herd>
+  <maintainer>
+    <email>radhermit@gentoo.org</email>
+    <name>Tim Harder</name>
+  </maintainer>
   <upstream>
-    <remote-id type="sourceforge">fuse</remote-id>
+    <remote-id type="github">libfuse/sshfs</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild
index 0ff654b..917ae71 100644
--- a/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild
+++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="4"
 
 DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
-HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
+HOMEPAGE="https://github.com/libfuse/sshfs"
+SRC_URI="https://github.com/libfuse/sshfs/releases/download/sshfs-${PV//./_}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 SLOT="0"
-IUSE=""
 
 CDEPEND=">=sys-fs/fuse-2.6.0_pre3
 	>=dev-libs/glib-2.4.2"


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

end of thread, other threads:[~2016-01-16 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-16 18:12 [gentoo-commits] repo/gentoo:master commit in: sys-fs/sshfs-fuse/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2016-01-16 18:12 Tim Harder

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