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 F07E51383D3 for ; Tue, 1 Sep 2015 18:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 816EAE07FC; Tue, 1 Sep 2015 18:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37380E07FC for ; Tue, 1 Sep 2015 18:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3414233BE05 for ; Tue, 1 Sep 2015 18:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA486144 for ; Tue, 1 Sep 2015 18:58:26 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441133894.1945a2b02c64999ba24d822d12d7444b17ee2059.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/yaml-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild X-VCS-Directories: dev-cpp/yaml-cpp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 1945a2b02c64999ba24d822d12d7444b17ee2059 X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:58: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-Archives-Salt: 53249a77-a418-4536-87d6-67cfa7889020 X-Archives-Hash: 8b55fe1ca4db48d46eaeda71699e0593 commit: 1945a2b02c64999ba24d822d12d7444b17ee2059 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 18:58:14 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 18:58:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1945a2b0 dev-cpp/yaml-cpp: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild | 2 +- dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild index c57489f..fd09adb 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit cmake-utils DESCRIPTION="A YAML parser and emitter in C++" -HOMEPAGE="https://code.google.com/p/yaml-cpp/" +HOMEPAGE="https://github.com/jbeder/yaml-cpp" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild index 97d5bb9..e735d73 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="A YAML parser and emitter in C++" -HOMEPAGE="https://code.google.com/p/yaml-cpp/" +HOMEPAGE="https://github.com/jbeder/yaml-cpp" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT"