From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1318E138252 for ; Mon, 9 May 2016 21:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CD5721C038; Mon, 9 May 2016 21:25:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFDB821C038 for ; Mon, 9 May 2016 21:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86D7F340564 for ; Mon, 9 May 2016 21:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D1E2331 for ; Mon, 9 May 2016 21:25:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1462829075.f3b2f6fe65c49d390349ab8cff04444ef101c47f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/re2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/re2/re2-0.2016.05.01.ebuild X-VCS-Directories: dev-libs/re2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f3b2f6fe65c49d390349ab8cff04444ef101c47f X-VCS-Branch: master Date: Mon, 9 May 2016 21:25: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: 21254631-40f5-4344-8a35-f0bc59cf1912 X-Archives-Hash: ffdda5e0ab5a2954f4768b0ef8bcd9da commit: f3b2f6fe65c49d390349ab8cff04444ef101c47f Author: Mike Gilbert gentoo org> AuthorDate: Mon May 9 21:24:35 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 9 21:24:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b2f6fe dev-libs/re2: remove 'www' from github links dev-libs/re2/re2-0.2016.05.01.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/re2/re2-0.2016.05.01.ebuild b/dev-libs/re2/re2-0.2016.05.01.ebuild index b3f944c..fdc2acb 100644 --- a/dev-libs/re2/re2-0.2016.05.01.ebuild +++ b/dev-libs/re2/re2-0.2016.05.01.ebuild @@ -11,8 +11,8 @@ RE2_VER=${PV#0.} RE2_VER=${RE2_VER//./-} DESCRIPTION="An efficent, principled regular expression library" -HOMEPAGE="https://www.github.com/google/re2/" -SRC_URI="https://www.github.com/google/re2/archive/${RE2_VER}.tar.gz -> ${PN}-${RE2_VER}.tar.gz" +HOMEPAGE="https://github.com/google/re2" +SRC_URI="https://github.com/google/re2/archive/${RE2_VER}.tar.gz -> ${PN}-${RE2_VER}.tar.gz" LICENSE="BSD" # NOTE: Always run libre2 through abi-compliance-checker!