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 EA7DB138334 for ; Sun, 3 Nov 2019 09:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46F9DE0918; Sun, 3 Nov 2019 09:29:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 32329E0918 for ; Sun, 3 Nov 2019 09:29:15 +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 42E7734C77E for ; Sun, 3 Nov 2019 09:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61538A5 for ; Sun, 3 Nov 2019 09:29:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572773338.ca86918978c30be3fd1482c8bdcb5abd7a5610d7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild dev-libs/libmaxminddb/libmaxminddb-99999.ebuild X-VCS-Directories: dev-libs/libmaxminddb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ca86918978c30be3fd1482c8bdcb5abd7a5610d7 X-VCS-Branch: master Date: Sun, 3 Nov 2019 09:29:12 +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: 93344346-39ea-4a9f-8095-f39c578b030b X-Archives-Hash: dc0e4d980d2b506c190996562a2752e2 commit: ca86918978c30be3fd1482c8bdcb5abd7a5610d7 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 08:54:59 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 09:28:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca869189 dev-libs/libmaxminddb: [QA] Fix HomepageInSrcUri Signed-off-by: Michał Górny gentoo.org> dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild | 2 +- dev-libs/libmaxminddb/libmaxminddb-99999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild index 919dcfb6bd0..e33cbb9af17 100644 --- a/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild +++ b/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="C library for the MaxMind DB file format" HOMEPAGE="https://github.com/maxmind/libmaxminddb" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/0.0.7" diff --git a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild index 22ef31d4093..0162cffa49f 100644 --- a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild +++ b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild @@ -6,7 +6,7 @@ inherit autotools git-r3 DESCRIPTION="C library for the MaxMind DB file format" HOMEPAGE="https://github.com/maxmind/libmaxminddb" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/maxmind/libmaxminddb.git" LICENSE="Apache-2.0" SLOT="0/0.0.7"