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-cpp/ctemplate/
Date: Tue, 01 Sep 2015 18:55:16
Message-Id: 1441133700.a2a988549d95cf0281ff9538886dda7bc3db440b.klausman@gentoo
1 commit: a2a988549d95cf0281ff9538886dda7bc3db440b
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:55:00 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:55:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a98854
7
8 dev-cpp/ctemplate: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-cpp/ctemplate/ctemplate-2.2.ebuild | 2 +-
13 dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild | 2 +-
14 dev-cpp/ctemplate/ctemplate-2.3.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-cpp/ctemplate/ctemplate-2.2.ebuild b/dev-cpp/ctemplate/ctemplate-2.2.ebuild
18 index 3bb8cff..d41b459 100644
19 --- a/dev-cpp/ctemplate/ctemplate-2.2.ebuild
20 +++ b/dev-cpp/ctemplate/ctemplate-2.2.ebuild
21 @@ -7,7 +7,7 @@ EAPI="4"
22 inherit elisp-common python
23
24 DESCRIPTION="A simple but powerful template language for C++"
25 -HOMEPAGE="https://code.google.com/p/ctemplate/"
26 +HOMEPAGE="https://github.com/olafvdspek/ctemplate"
27 SRC_URI="https://ctemplate.googlecode.com/files/${P}.tar.gz"
28
29 LICENSE="BSD"
30
31 diff --git a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
32 index bfa260e..e391ca8 100644
33 --- a/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
34 +++ b/dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild
35 @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
36 inherit autotools-utils elisp-common python-any-r1
37
38 DESCRIPTION="A simple but powerful template language for C++"
39 -HOMEPAGE="https://code.google.com/p/ctemplate/"
40 +HOMEPAGE="https://github.com/olafvdspek/ctemplate"
41 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2"
42
43 LICENSE="BSD"
44
45 diff --git a/dev-cpp/ctemplate/ctemplate-2.3.ebuild b/dev-cpp/ctemplate/ctemplate-2.3.ebuild
46 index 6e56d97..10a0886 100644
47 --- a/dev-cpp/ctemplate/ctemplate-2.3.ebuild
48 +++ b/dev-cpp/ctemplate/ctemplate-2.3.ebuild
49 @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 )
50 inherit autotools-utils elisp-common python-any-r1
51
52 DESCRIPTION="A simple but powerful template language for C++"
53 -HOMEPAGE="https://code.google.com/p/ctemplate/"
54 +HOMEPAGE="https://github.com/olafvdspek/ctemplate"
55 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2"
56
57 LICENSE="BSD"