commit: bee3629f51f48729c408b23c14c93bb861b75a8b Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 19:32:01 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> 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"
