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 DA203138334 for ; Tue, 10 Dec 2019 20:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BD1AE096A; Tue, 10 Dec 2019 20:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0EC70E096A for ; Tue, 10 Dec 2019 20:05:45 +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 1BB2134D908 for ; Tue, 10 Dec 2019 20:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18062895 for ; Tue, 10 Dec 2019 20:05:42 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576008319.5569ffebc022a5db129e4e429df387a80f03518c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libuv/libuv-1.28.0.ebuild dev-libs/libuv/libuv-1.33.1.ebuild dev-libs/libuv/libuv-1.34.0.ebuild X-VCS-Directories: dev-libs/libuv/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5569ffebc022a5db129e4e429df387a80f03518c X-VCS-Branch: master Date: Tue, 10 Dec 2019 20:05:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77ec22b1-8948-43b6-a21a-8978b27e097c X-Archives-Hash: b86d42d6b1b8a8274051b39d45282d38 commit: 5569ffebc022a5db129e4e429df387a80f03518c Author: Aaron Bauman gentoo org> AuthorDate: Tue Dec 10 20:05:19 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 10 20:05:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5569ffeb dev-libs/libuv: fix HOMEPAGE in SRC_URI Signed-off-by: Aaron Bauman gentoo.org> dev-libs/libuv/libuv-1.28.0.ebuild | 2 +- dev-libs/libuv/libuv-1.33.1.ebuild | 2 +- dev-libs/libuv/libuv-1.34.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libuv/libuv-1.28.0.ebuild b/dev-libs/libuv/libuv-1.28.0.ebuild index 547421f3340..6d82973a2d0 100644 --- a/dev-libs/libuv/libuv-1.28.0.ebuild +++ b/dev-libs/libuv/libuv-1.28.0.ebuild @@ -6,7 +6,7 @@ inherit autotools multilib-minimal DESCRIPTION="Cross-platform asychronous I/O" HOMEPAGE="https://github.com/libuv/libuv" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" diff --git a/dev-libs/libuv/libuv-1.33.1.ebuild b/dev-libs/libuv/libuv-1.33.1.ebuild index 463a682b4e8..853f23e72a2 100644 --- a/dev-libs/libuv/libuv-1.33.1.ebuild +++ b/dev-libs/libuv/libuv-1.33.1.ebuild @@ -6,7 +6,7 @@ inherit autotools multilib-minimal DESCRIPTION="Cross-platform asychronous I/O" HOMEPAGE="https://github.com/libuv/libuv" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" diff --git a/dev-libs/libuv/libuv-1.34.0.ebuild b/dev-libs/libuv/libuv-1.34.0.ebuild index 7c0554f3524..7e463040f67 100644 --- a/dev-libs/libuv/libuv-1.34.0.ebuild +++ b/dev-libs/libuv/libuv-1.34.0.ebuild @@ -6,7 +6,7 @@ inherit autotools multilib-minimal DESCRIPTION="Cross-platform asychronous I/O" HOMEPAGE="https://github.com/libuv/libuv" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1"