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 BDE681384C2 for ; Tue, 1 Sep 2015 19:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2525214281; Tue, 1 Sep 2015 19:43:10 +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 01788141C1 for ; Tue, 1 Sep 2015 19:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D034340666 for ; Tue, 1 Sep 2015 19:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAF0175 for ; Tue, 1 Sep 2015 19:43:05 +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: <1441135921.bee3629f51f48729c408b23c14c93bb861b75a8b.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ticpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ticpp/ticpp-0_p20120423.ebuild dev-util/ticpp/ticpp-9999.ebuild X-VCS-Directories: dev-util/ticpp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: bee3629f51f48729c408b23c14c93bb861b75a8b X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:43:05 +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: c9425b77-0809-49ee-8ef2-a961538d35fe X-Archives-Hash: dfd10909e064c14ade6b818383f9d3a2 commit: bee3629f51f48729c408b23c14c93bb861b75a8b Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:32:01 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:32:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee3629f dev-util/ticpp: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-util/ticpp/ticpp-0_p20120423.ebuild | 2 +- dev-util/ticpp/ticpp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ticpp/ticpp-0_p20120423.ebuild b/dev-util/ticpp/ticpp-0_p20120423.ebuild index e466864..b174995 100644 --- a/dev-util/ticpp/ticpp-0_p20120423.ebuild +++ b/dev-util/ticpp/ticpp-0_p20120423.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="https://code.google.com/p/ticpp/" +HOMEPAGE="https://github.com/rjpcomputing/ticpp" SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.bz2" LICENSE="MIT" diff --git a/dev-util/ticpp/ticpp-9999.ebuild b/dev-util/ticpp/ticpp-9999.ebuild index edf0803..358a188 100644 --- a/dev-util/ticpp/ticpp-9999.ebuild +++ b/dev-util/ticpp/ticpp-9999.ebuild @@ -10,7 +10,7 @@ ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk/" MY_PV=cvs DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="https://code.google.com/p/ticpp/" +HOMEPAGE="https://github.com/rjpcomputing/ticpp" SRC_URI="" LICENSE="MIT"