public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/
Date: Sat, 12 Nov 2016 06:20:03 +0000 (UTC)	[thread overview]
Message-ID: <1478931510.cdcfa766f2a419c62008d9a2adf8fdb7ac511f3d.radhermit@gentoo> (raw)

commit:     cdcfa766f2a419c62008d9a2adf8fdb7ac511f3d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 06:18:30 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 06:18:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcfa766

net-fs/sshfs: remove old

 net-fs/sshfs/Manifest         |  2 --
 net-fs/sshfs/sshfs-2.5.ebuild | 32 --------------------------------
 net-fs/sshfs/sshfs-2.7.ebuild | 22 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/net-fs/sshfs/Manifest b/net-fs/sshfs/Manifest
index 4ae6926..081f466 100644
--- a/net-fs/sshfs/Manifest
+++ b/net-fs/sshfs/Manifest
@@ -1,3 +1 @@
-DIST sshfs-2.7.tar.gz 153014 SHA256 ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128 SHA512 e8b00bc3661140d59c6735f1f76d1bd4c63ebc04b578cbcebca88c2f1df8b2cea18c86ff24bef5d40ce286319b55d906632bea53e6b37aff76744072250aec1b WHIRLPOOL 9c57fd7d7d32d51a90f365d9baabf67a3afb70af02664363f4861ed550f791eb7c9ecb132eb3641337bfae8a70b311b42ffc89dbeed3e7df8ff7bd9c2fb28505
 DIST sshfs-2.8.tar.gz 153230 SHA256 7f689174d02e6b7e2631306fda4fb8e6b4483102d1bce82b3cdafba33369ad22 SHA512 a3c6a75137a4410a0c4e049ffdb6e219319add9673de32cf32a74c12ff4bb80f92a6e75088417a180a4dd01957deec39bd780a02140e8b0348f5868c92d67cfd WHIRLPOOL b48b6586e85292079dd51505c3c11b4c8b563a6e858362d8863239672e1446e06bef8c6c3dbfc70756e452672e8416980024b557a3923dbf5ffeef62911b2c65
-DIST sshfs-fuse-2.5.tar.gz 136378 SHA256 e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e SHA512 48ae4008d10fe66b843ff1e891627f8262e00d064fec048c8c1189507e757994e81e4fa2deb4d8d56cff0d1818efe4a692494b9c48a01c6c79c626acefa1b53e WHIRLPOOL 00086691d287a770ce04ed068250841fe9fd8ec054a9f86f2ffd388c5c519b4f6bc559990724d25895065d6ab8618eb07129801c32a68eb9bfefb8fa952a412f

diff --git a/net-fs/sshfs/sshfs-2.5.ebuild b/net-fs/sshfs/sshfs-2.5.ebuild
deleted file mode 100644
index 6f3f9d6..00000000
--- a/net-fs/sshfs/sshfs-2.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-MY_PN=sshfs-fuse
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-HOMEPAGE="https://github.com/libfuse/sshfs"
-SRC_URI="https://github.com/libfuse/sshfs/releases/download/sshfs-${PV//./_}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-SLOT="0"
-
-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"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
-
-src_configure() {
-	# hack not needed with >=net-misc/openssh-4.3
-	econf --disable-sshnodelay
-}

diff --git a/net-fs/sshfs/sshfs-2.7.ebuild b/net-fs/sshfs/sshfs-2.7.ebuild
deleted file mode 100644
index eb362da..00000000
--- a/net-fs/sshfs/sshfs-2.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Fuse-filesystem utilizing the sftp service"
-HOMEPAGE="https://github.com/libfuse/sshfs"
-SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-SLOT="0"
-
-CDEPEND=">=sys-fs/fuse-2.6.0_pre3
-	>=dev-libs/glib-2.4.2"
-RDEPEND="${CDEPEND}
-	>=net-misc/openssh-4.4"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )


             reply	other threads:[~2016-11-12  6:20 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-12  6:20 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13  7:10 [gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/ WANG Xuerui
2023-05-11 20:03 Sam James
2022-10-01  6:19 Arthur Zamarin
2022-09-25 11:17 Yixun Lan
2022-09-25  4:43 Sam James
2022-09-25  1:18 Sam James
2022-09-25  1:18 Sam James
2022-09-24 15:04 Arthur Zamarin
2022-09-24 13:46 Arthur Zamarin
2022-09-24 13:46 Arthur Zamarin
2022-09-14 19:18 Arthur Zamarin
2022-08-22 23:54 Yixun Lan
2022-08-14 13:31 Yixun Lan
2022-08-14 13:31 Yixun Lan
2022-08-14 12:58 Yixun Lan
2021-10-27  4:13 Sam James
2021-10-26  3:16 Sam James
2021-10-26  3:16 Sam James
2021-10-26  3:14 Sam James
2021-10-26  3:12 Sam James
2021-10-26  3:12 Sam James
2020-12-24  4:28 Tim Harder
2020-07-27 13:54 Sam James
2020-05-07  3:51 Tim Harder
2020-04-28 18:11 Sergei Trofimovich
2020-04-27  6:43 Agostino Sarubbo
2020-04-27  6:43 Agostino Sarubbo
2020-04-26 15:29 Agostino Sarubbo
2020-04-26 14:19 Agostino Sarubbo
2020-04-26 14:16 Agostino Sarubbo
2020-01-18  1:47 Tim Harder
2019-11-19  0:39 Aaron Bauman
2019-11-18 21:19 Tim Harder
2019-11-18 21:19 Tim Harder
2019-10-17 15:04 Göktürk Yüksek
2019-05-10 20:33 Tim Harder
2018-12-22 18:48 Tim Harder
2018-12-12  4:13 Tim Harder
2018-11-19  7:24 Mikle Kolyada
2018-11-07 23:44 Thomas Deutschmann
2018-11-06 23:56 Sergei Trofimovich
2018-11-06  6:57 Mikle Kolyada
2018-06-13  2:23 Tim Harder
2018-03-31 18:50 Mart Raudsepp
2018-03-19 11:32 Tim Harder
2018-03-19 11:32 Tim Harder
2018-03-19 11:32 Tim Harder
2017-08-04  9:46 Tim Harder
2017-04-19  3:41 Tim Harder
2016-11-12  6:20 Tim Harder
2016-10-01 13:09 Jeroen Roovers
2016-10-01  7:54 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478931510.cdcfa766f2a419c62008d9a2adf8fdb7ac511f3d.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox