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 5415C138334 for ; Wed, 28 Aug 2019 14:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81BD0E083B; Wed, 28 Aug 2019 14:34:31 +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 600CFE082F for ; Wed, 28 Aug 2019 14:34:31 +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 1960834A515 for ; Wed, 28 Aug 2019 14:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 207F7778 for ; Wed, 28 Aug 2019 14:34:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1567002822.deb2d51b80269e47baa9c27aab923d36d2135668.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild X-VCS-Directories: app-emulation/ganeti-os-noop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: deb2d51b80269e47baa9c27aab923d36d2135668 X-VCS-Branch: master Date: Wed, 28 Aug 2019 14:34:28 +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: 4a6265b8-a587-4f84-b0a7-af705675b4f6 X-Archives-Hash: d62b6eea2c8fd43ace359d06dd6100b0 commit: deb2d51b80269e47baa9c27aab923d36d2135668 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 14:33:42 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 14:33:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb2d51b app-emulation/ganeti-os-noop: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild index 18148261ba7..3f7639fbd4e 100644 --- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild +++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Dummy OS provider for Ganeti" HOMEPAGE="https://github.com/grnet/ganeti-os-noop" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/grnet/ganeti-os-noop/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"