public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-2.2.ebuild
Date: Mon, 06 Jul 2009 19:14:18 +0000	[thread overview]
Message-ID: <E1MNtdq-0005UJ-FL@stork.gentoo.org> (raw)

pva         09/07/06 19:14:18

  Modified:             ChangeLog
  Added:                sshfs-fuse-2.2.ebuild
  Log:
  Version bump. Fixed man page installation, bug #258815, thank Jack Hill for report.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.44                 sys-fs/sshfs-fuse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	24 Sep 2008 07:06:06 -0000	1.43
+++ ChangeLog	6 Jul 2009 19:14:18 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/sshfs-fuse
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.43 2008/09/24 07:06:06 genstef Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.44 2009/07/06 19:14:18 pva Exp $
+
+*sshfs-fuse-2.2 (06 Jul 2009)
+
+  06 Jul 2009; Peter Volkov <pva@gentoo.org> +sshfs-fuse-2.2.ebuild:
+  Version bump. Fixed man page installation, bug #258815, thank Jack Hill
+  for report.
 
   20 Sep 2008; Stefan Schweizer <genstef@gentoo.org>
   -files/sshfs-fuse-2.6.0_pre3.patch, -sshfs-fuse-1.6.ebuild,



1.1                  sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild?rev=1.1&content-type=text/plain

Index: sshfs-fuse-2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.2.ebuild,v 1.1 2009/07/06 19:14:18 pva Exp $

EAPI="2"

inherit eutils

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 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""

DEPEND=">=sys-fs/fuse-2.6.0_pre3
	>=dev-libs/glib-2.4.2"
RDEPEND="${DEPEND}
	>=net-misc/openssh-4.3"

src_configure() {
	# hack not needed with >=net-misc/openssh-4.3
	econf --disable-sshnodelay
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README NEWS ChangeLog AUTHORS FAQ.txt || die
	doman sshfs.1 || die
}






             reply	other threads:[~2009-07-06 19:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-06 19:14 Peter Volkov (pva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-27 12:36 [gentoo-commits] gentoo-x86 commit in sys-fs/sshfs-fuse: ChangeLog sshfs-fuse-2.2.ebuild Christian Faulhammer (fauli)
2009-08-31 17:32 Brent Baude (ranger)
2009-09-05 21:38 Markus Meier (maekke)
2009-09-27 13:45 Gysbert Wassenaar (nixnut)
2009-10-10 15:27 Raul Porcel (armin76)
2011-02-09 19:18 Jeremy Olexa (darkside)
2011-12-30 16:03 Mark Loeser (halcy0n)
2012-03-09 12:21 Tim Harder (radhermit)

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=E1MNtdq-0005UJ-FL@stork.gentoo.org \
    --to=pva@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