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 9055B1396D0 for ; Thu, 17 Aug 2017 17:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B5F1FC05D; Thu, 17 Aug 2017 17:06:07 +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 4F9341FC05D for ; Thu, 17 Aug 2017 17:06:07 +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 8F8713418B2 for ; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32407926 for ; Thu, 17 Aug 2017 17:06:02 +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: <1502989505.be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uchardet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/uchardet/uchardet-0.0.6.ebuild app-i18n/uchardet/uchardet-9999.ebuild X-VCS-Directories: app-i18n/uchardet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1 X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:02 +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-Archives-Salt: 98a951f4-3408-4c70-ac56-191a9b607789 X-Archives-Hash: f65bb09138f83bec1e1a76b331f9bb6b commit: be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1 Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:36:26 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:05:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be33f2ac app-i18n/uchardet: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-i18n/uchardet/uchardet-0.0.6.ebuild | 2 +- app-i18n/uchardet/uchardet-9999.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app-i18n/uchardet/uchardet-0.0.6.ebuild b/app-i18n/uchardet/uchardet-0.0.6.ebuild index 6ae7e5b9d54..9222edb2b56 100644 --- a/app-i18n/uchardet/uchardet-0.0.6.ebuild +++ b/app-i18n/uchardet/uchardet-0.0.6.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="An encoding detector library" HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/" -SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" +SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" diff --git a/app-i18n/uchardet/uchardet-9999.ebuild b/app-i18n/uchardet/uchardet-9999.ebuild index 7ac052857cb..c268f955e46 100644 --- a/app-i18n/uchardet/uchardet-9999.ebuild +++ b/app-i18n/uchardet/uchardet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,10 +7,7 @@ inherit cmake-utils git-r3 DESCRIPTION="An encoding detector library" HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/" -EGIT_REPO_URI=( - https://anongit.freedesktop.org/git/${PN}/${PN}.git - git://anongit.freedesktop.org/${PN}/${PN} -) +EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0"