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 75BB9139360 for ; Thu, 12 Aug 2021 13:34:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A9DE0B20; Thu, 12 Aug 2021 13:34:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 56DA2E0B20 for ; Thu, 12 Aug 2021 13:34:52 +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 61EE1342C39 for ; Thu, 12 Aug 2021 13:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDE9A8CF for ; Thu, 12 Aug 2021 13:34:47 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1628775282.4095d9a98d69adf5dc7245f7669b616e77cad30a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-fuel-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ignition-fuel-tools/ignition-fuel-tools-4.1.0-r1.ebuild X-VCS-Directories: sci-libs/ignition-fuel-tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4095d9a98d69adf5dc7245f7669b616e77cad30a X-VCS-Branch: master Date: Thu, 12 Aug 2021 13:34:47 +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: c8928ae3-4fb2-4767-9fba-8b7f8905819c X-Archives-Hash: 678f66abdd6dfbaa11c463f8242a61a0 commit: 4095d9a98d69adf5dc7245f7669b616e77cad30a Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 12 13:32:55 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 12 13:34:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4095d9a9 sci-libs/ignition-fuel-tools: update homepage Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> sci-libs/ignition-fuel-tools/ignition-fuel-tools-4.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/ignition-fuel-tools/ignition-fuel-tools-4.1.0-r1.ebuild b/sci-libs/ignition-fuel-tools/ignition-fuel-tools-4.1.0-r1.ebuild index 1441ea0a5da..062659ba3a2 100644 --- a/sci-libs/ignition-fuel-tools/ignition-fuel-tools-4.1.0-r1.ebuild +++ b/sci-libs/ignition-fuel-tools/ignition-fuel-tools-4.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit cmake-utils IGN_MAJOR=4 DESCRIPTION="Classes and tools for interacting with Ignition Fuel" -HOMEPAGE="https://ignitionrobotics.org/libs/fuel_tools https://ignitionrobotics.org/libs/fuel_tools" +HOMEPAGE="https://github.com/ignitionrobotics/ign-fuel-tools/" SRC_URI="https://github.com/ignitionrobotics/ign-fuel-tools/archive/${PN}${IGN_MAJOR}_${PV}.tar.gz" LICENSE="Apache-2.0"