commit:     a2a988549d95cf0281ff9538886dda7bc3db440b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 18:55:00 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 18:55:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a98854

dev-cpp/ctemplate: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 dev-cpp/ctemplate/ctemplate-2.2.ebuild      | 2 +-
 dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild | 2 +-
 dev-cpp/ctemplate/ctemplate-2.3.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/ctemplate/ctemplate-2.2.ebuild 
b/dev-cpp/ctemplate/ctemplate-2.2.ebuild
index 3bb8cff..d41b459 100644
--- a/dev-cpp/ctemplate/ctemplate-2.2.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.2.ebuild
@@ -7,7 +7,7 @@ EAPI="4"
 inherit elisp-common python
 
 DESCRIPTION="A simple but powerful template language for C++"
-HOMEPAGE="https://code.google.com/p/ctemplate/";
+HOMEPAGE="https://github.com/olafvdspek/ctemplate";
 SRC_URI="https://ctemplate.googlecode.com/files/${P}.tar.gz";
 
 LICENSE="BSD"

diff --git a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild 
b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
index bfa260e..e391ca8 100644
--- a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
@@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools-utils elisp-common python-any-r1
 
 DESCRIPTION="A simple but powerful template language for C++"
-HOMEPAGE="https://code.google.com/p/ctemplate/";
+HOMEPAGE="https://github.com/olafvdspek/ctemplate";
 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2";
 
 LICENSE="BSD"

diff --git a/dev-cpp/ctemplate/ctemplate-2.3.ebuild 
b/dev-cpp/ctemplate/ctemplate-2.3.ebuild
index 6e56d97..10a0886 100644
--- a/dev-cpp/ctemplate/ctemplate-2.3.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.3.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools-utils elisp-common python-any-r1
 
 DESCRIPTION="A simple but powerful template language for C++"
-HOMEPAGE="https://code.google.com/p/ctemplate/";
+HOMEPAGE="https://github.com/olafvdspek/ctemplate";
 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2";
 
 LICENSE="BSD"

Reply via email to