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 A891B139694 for ; Sun, 9 Jul 2017 21:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE5BF21419E; Sun, 9 Jul 2017 21:41:37 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C803721419E for ; Sun, 9 Jul 2017 21:41:37 +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 D2A4D341ABB for ; Sun, 9 Jul 2017 21:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF28474AB for ; Sun, 9 Jul 2017 21:41:33 +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: <1499636479.e9bcebf10564fcc2bc8b0a267ecd284b46b99906.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gflags/gflags-9999.ebuild dev-cpp/gflags/metadata.xml X-VCS-Directories: dev-cpp/gflags/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e9bcebf10564fcc2bc8b0a267ecd284b46b99906 X-VCS-Branch: master Date: Sun, 9 Jul 2017 21:41:33 +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: 3aeaf946-3464-47de-9235-7c92fb6203d3 X-Archives-Hash: da7f6ec29347bb4aefcca3b936038ef0 commit: e9bcebf10564fcc2bc8b0a267ecd284b46b99906 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 08:39:12 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 9 21:41:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bcebf1 dev-cpp/gflags: Update URIs dev-cpp/gflags/gflags-9999.ebuild | 6 +++--- dev-cpp/gflags/metadata.xml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index d80a4fa437a..aba9ef3c399 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,9 +7,9 @@ inherit cmake-multilib if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://code.google.com/p/gflags/" + EGIT_REPO_URI="https://github.com/gflags/gflags.git" else - SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi diff --git a/dev-cpp/gflags/metadata.xml b/dev-cpp/gflags/metadata.xml index 6242b341b92..5b9d6abf02a 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -5,7 +5,6 @@ amynka@gentoo.org - gflags - schuhschuh/gflags + gflags/gflags