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 86D571396D2 for ; Tue, 22 Aug 2017 06:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C798F1FC041; Tue, 22 Aug 2017 06:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A9C091FC040 for ; Tue, 22 Aug 2017 06:08:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6EC1E341BAB for ; Tue, 22 Aug 2017 06:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1EDE7E51 for ; Tue, 22 Aug 2017 06:08:01 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503382027.8f3751444b61c966a8f90528ff997c1dddb3f9f7.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llfuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/llfuse/llfuse-1.2.ebuild X-VCS-Directories: dev-python/llfuse/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8f3751444b61c966a8f90528ff997c1dddb3f9f7 X-VCS-Branch: master Date: Tue, 22 Aug 2017 06:08:01 +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: 55433c93-e40b-47e5-b854-6799e5c4d804 X-Archives-Hash: 2606bb9da219b049d627ee214475c32b commit: 8f3751444b61c966a8f90528ff997c1dddb3f9f7 Author: Tim Harder gentoo org> AuthorDate: Tue Aug 22 05:25:18 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Aug 22 06:07:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f375144 dev-python/llfuse: update HOMEPAGE dev-python/llfuse/llfuse-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/llfuse/llfuse-1.2.ebuild b/dev-python/llfuse/llfuse-1.2.ebuild index f6fc84569f7..579f0fb9f2b 100644 --- a/dev-python/llfuse/llfuse-1.2.ebuild +++ b/dev-python/llfuse/llfuse-1.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Python bindings for the low-level FUSE API" -HOMEPAGE="https://python-llfuse.googlecode.com/ https://pypi.python.org/pypi/llfuse" +HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ https://pypi.python.org/pypi/llfuse" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="LGPL-2"