diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /app-arch/hardlink | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-arch/hardlink')
-rw-r--r-- | app-arch/hardlink/hardlink-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-arch/hardlink/hardlink-0.3.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/hardlink/hardlink-0.2.0.ebuild b/app-arch/hardlink/hardlink-0.2.0.ebuild index 7d5f9af7dad4..b8f4f5b343b2 100644 --- a/app-arch/hardlink/hardlink-0.2.0.ebuild +++ b/app-arch/hardlink/hardlink-0.2.0.ebuild @@ -24,7 +24,7 @@ src_prepare() { sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die cat <<-EOF > "${T}"/README.rsync - http://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' + https://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' for excluding rsync temporary files by default. To accomplish same with this version, you can use following syntax: diff --git a/app-arch/hardlink/hardlink-0.3.0.ebuild b/app-arch/hardlink/hardlink-0.3.0.ebuild index 90ca90d1618c..b72bca9d9fe0 100644 --- a/app-arch/hardlink/hardlink-0.3.0.ebuild +++ b/app-arch/hardlink/hardlink-0.3.0.ebuild @@ -24,7 +24,7 @@ src_prepare() { sed -i -e '/^CF/s:?=:+=:' -e '/^CF/s:-O2 -g::' Makefile || die cat <<-EOF > "${T}"/README.rsync - http://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' + https://hardlinkpy.googlecode.com/svn/trunk/hardlink.py has regex '^\..*\.\?{6,6}$' for excluding rsync temporary files by default. To accomplish same with this version, you can use following syntax: |