Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ticpp/
Date: Tue, 01 Sep 2015 19:43:12
Message-Id: 1441135921.bee3629f51f48729c408b23c14c93bb861b75a8b.klausman@gentoo
1 commit: bee3629f51f48729c408b23c14c93bb861b75a8b
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:32:01 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:32:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee3629f
7
8 dev-util/ticpp: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-util/ticpp/ticpp-0_p20120423.ebuild | 2 +-
13 dev-util/ticpp/ticpp-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/ticpp/ticpp-0_p20120423.ebuild b/dev-util/ticpp/ticpp-0_p20120423.ebuild
17 index e466864..b174995 100644
18 --- a/dev-util/ticpp/ticpp-0_p20120423.ebuild
19 +++ b/dev-util/ticpp/ticpp-0_p20120423.ebuild
20 @@ -5,7 +5,7 @@
21 EAPI=5
22
23 DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths"
24 -HOMEPAGE="https://code.google.com/p/ticpp/"
25 +HOMEPAGE="https://github.com/rjpcomputing/ticpp"
26 SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.bz2"
27
28 LICENSE="MIT"
29
30 diff --git a/dev-util/ticpp/ticpp-9999.ebuild b/dev-util/ticpp/ticpp-9999.ebuild
31 index edf0803..358a188 100644
32 --- a/dev-util/ticpp/ticpp-9999.ebuild
33 +++ b/dev-util/ticpp/ticpp-9999.ebuild
34 @@ -10,7 +10,7 @@ ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk/"
35 MY_PV=cvs
36
37 DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths"
38 -HOMEPAGE="https://code.google.com/p/ticpp/"
39 +HOMEPAGE="https://github.com/rjpcomputing/ticpp"
40 SRC_URI=""
41
42 LICENSE="MIT"