diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:32:01 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:32:01 +0200 |
commit | bee3629f51f48729c408b23c14c93bb861b75a8b (patch) | |
tree | 91819dd13b48763329b1355dacf89023cc293c0b | |
parent | dev-util/shunit2: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-bee3629f51f48729c408b23c14c93bb861b75a8b.tar.gz gentoo-bee3629f51f48729c408b23c14c93bb861b75a8b.tar.bz2 gentoo-bee3629f51f48729c408b23c14c93bb861b75a8b.zip |
dev-util/ticpp: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
-rw-r--r-- | dev-util/ticpp/ticpp-0_p20120423.ebuild | 2 | ||||
-rw-r--r-- | 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 e466864072fa..b1749956a03a 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 edf08032d499..358a188d264b 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" |