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 B74C31381F1 for ; Wed, 3 Aug 2016 17:59:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D82AD21C063; Wed, 3 Aug 2016 17:59:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72EBE21C063 for ; Wed, 3 Aug 2016 17:59:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 547FD340A51 for ; Wed, 3 Aug 2016 17:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6025D7A for ; Wed, 3 Aug 2016 17:59:49 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1470247180.f7fe64e52cd0cda9a343795d97f29a81da97a547.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-flow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-flow/git-flow-1.9.1.ebuild X-VCS-Directories: dev-vcs/git-flow/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f7fe64e52cd0cda9a343795d97f29a81da97a547 X-VCS-Branch: master Date: Wed, 3 Aug 2016 17:59:49 +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: f2dc02a4-a2cf-4948-ac85-01f4340eb9ed X-Archives-Hash: cb23ac3097d34ee7bd45bc4f560921e2 commit: f7fe64e52cd0cda9a343795d97f29a81da97a547 Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 3 17:59:28 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 3 17:59:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fe64e5 dev-vcs/git-flow: Update HOMEPAGE Package-Manager: portage-2.3.0 dev-vcs/git-flow/git-flow-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-flow/git-flow-1.9.1.ebuild b/dev-vcs/git-flow/git-flow-1.9.1.ebuild index 761ea7f..fbc0195 100644 --- a/dev-vcs/git-flow/git-flow-1.9.1.ebuild +++ b/dev-vcs/git-flow/git-flow-1.9.1.ebuild @@ -11,7 +11,7 @@ COMP_P="${COMP_PN}-${COMP_PV}" inherit bash-completion-r1 DESCRIPTION="Git extensions to provide high-level repository operations" -HOMEPAGE="https://github.com/petervanderdoes/gitflow" +HOMEPAGE="https://github.com/petervanderdoes/gitflow-avh" SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COMP_P}.tar.gz"