From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64B4F138335 for ; Sat, 20 Oct 2018 18:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F51E08BD; Sat, 20 Oct 2018 18:52:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86529E08AE for ; Sat, 20 Oct 2018 18:52:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82BB1335CF9 for ; Sat, 20 Oct 2018 18:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B144344F for ; Sat, 20 Oct 2018 18:52:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540061475.7ca31920bae2b667527ee5ef622b1a11f2b9b325.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fuse-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild X-VCS-Directories: dev-python/fuse-python/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7ca31920bae2b667527ee5ef622b1a11f2b9b325 X-VCS-Branch: master Date: Sat, 20 Oct 2018 18:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 655c9776-65d3-4233-b011-bbef484774df X-Archives-Hash: 72b1dc63af915fd08e007b07bdf79cb7 commit: 7ca31920bae2b667527ee5ef622b1a11f2b9b325 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 18:38:38 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 18:51:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca31920 dev-python/fuse-python: Update HOMEPAGE Closes: https://bugs.gentoo.org/668258 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild index 627c96fe366..f20fac61e99 100644 --- a/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild +++ b/dev-python/fuse-python/fuse-python-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit distutils-r1 KEYWORDS="amd64 x86" DESCRIPTION="Python FUSE bindings" -HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FusePython" +HOMEPAGE="https://github.com/libfuse/python-fuse" SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" LICENSE="GPL-2"