diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:55:00 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:55:00 +0200 |
commit | a2a988549d95cf0281ff9538886dda7bc3db440b (patch) | |
tree | a81763041d17d1cf030a5094b0cd271e7ad23af3 /dev-cpp | |
parent | app-text/zemberek-server: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-a2a988549d95cf0281ff9538886dda7bc3db440b.tar.gz gentoo-a2a988549d95cf0281ff9538886dda7bc3db440b.tar.bz2 gentoo-a2a988549d95cf0281ff9538886dda7bc3db440b.zip |
dev-cpp/ctemplate: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.2.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.2_p129.ebuild | 2 | ||||
-rw-r--r-- | 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 3bb8cffcfa06..d41b4590318b 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 bfa260efe316..e391ca84db55 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 6e56d9736289..10a0886a9e17 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" |