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 3C0DF138334 for ; Thu, 15 Aug 2019 09:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EABAE0536; Thu, 15 Aug 2019 09:30:30 +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 E5A1AE0536 for ; Thu, 15 Aug 2019 09:30:29 +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 3CFFA349BB5 for ; Thu, 15 Aug 2019 09:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A4F2A5 for ; Thu, 15 Aug 2019 09:30:26 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1565861423.ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/confuse/confuse-3.2.2.ebuild X-VCS-Directories: dev-libs/confuse/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542 X-VCS-Branch: master Date: Thu, 15 Aug 2019 09:30:26 +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: dfcf663e-a46c-4956-bb8d-ca3fbd1b50b3 X-Archives-Hash: 397761c663a969e381c89d7dd6448b2a commit: ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542 Author: Sergey Popov gentoo org> AuthorDate: Thu Aug 15 09:04:48 2019 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Aug 15 09:30:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec43ba62 dev-libs/confuse: QA fix Replace ${HOMEPAGE} substitution in SRC_URI with clear text Signed-off-by: Sergey Popov gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/confuse/confuse-3.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/confuse/confuse-3.2.2.ebuild b/dev-libs/confuse/confuse-3.2.2.ebuild index 52a38f545bf..a36fb39e57e 100644 --- a/dev-libs/confuse/confuse-3.2.2.ebuild +++ b/dev-libs/confuse/confuse-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ inherit multilib-minimal DESCRIPTION="a configuration file parser library" HOMEPAGE="https://github.com/martinh/libconfuse" -SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.xz" +SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz" LICENSE="ISC" SLOT="0/2.0.0"