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 /sys-apps | |
parent | 37bbeedfc9da875ab8972d54d2328d808a700c10 (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.xz |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/chname/chname-1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/iotools/iotools-1.4.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/iotools/iotools-1.5.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/mtree/mtree-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/mtree/mtree-1.0.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/chname/chname-1.0-r1.ebuild b/sys-apps/chname/chname-1.0-r1.ebuild index f4c7d578e15..f74b788fb72 100644 --- a/sys-apps/chname/chname-1.0-r1.ebuild +++ b/sys-apps/chname/chname-1.0-r1.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="Run a command with a new system hostname" HOMEPAGE="https://code.google.com/p/chname" -SRC_URI="http://chname.googlecode.com/files/chname-1.0.tar.gz" +SRC_URI="https://chname.googlecode.com/files/chname-1.0.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild index 1bd9cadd37d..f6aed78a87e 100644 --- a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild +++ b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild @@ -8,7 +8,7 @@ inherit autotools-utils eutils multilib user DESCRIPTION="Hardened implementation of user account utilities" HOMEPAGE="https://code.google.com/p/hardened-shadow/" -SRC_URI="http://hardened-shadow.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://hardened-shadow.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/sys-apps/iotools/iotools-1.4.ebuild b/sys-apps/iotools/iotools-1.4.ebuild index 3162be60cc8..f4f90118928 100644 --- a/sys-apps/iotools/iotools-1.4.ebuild +++ b/sys-apps/iotools/iotools-1.4.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Simple commands to access hardware device registers" HOMEPAGE="https://code.google.com/p/iotools/" -SRC_URI="http://iotools.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://iotools.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/iotools/iotools-1.5.ebuild b/sys-apps/iotools/iotools-1.5.ebuild index 37f95f34653..07a882cfc9a 100644 --- a/sys-apps/iotools/iotools-1.5.ebuild +++ b/sys-apps/iotools/iotools-1.5.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Simple commands to access hardware device registers" HOMEPAGE="https://code.google.com/p/iotools/" -SRC_URI="http://iotools.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://iotools.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/mtree/mtree-1.0.1.ebuild b/sys-apps/mtree/mtree-1.0.1.ebuild index c11712fbcfe..5b194c8d4a9 100644 --- a/sys-apps/mtree/mtree-1.0.1.ebuild +++ b/sys-apps/mtree/mtree-1.0.1.ebuild @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="Directory hierarchy mapping tool from FreeBSD" HOMEPAGE="https://code.google.com/p/mtree-port/" -SRC_URI="http://mtree-port.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/sys-apps/mtree/mtree-1.0.ebuild b/sys-apps/mtree/mtree-1.0.ebuild index a9ed77f873f..d298bc5f16f 100644 --- a/sys-apps/mtree/mtree-1.0.ebuild +++ b/sys-apps/mtree/mtree-1.0.ebuild @@ -6,7 +6,7 @@ EAPI=4 DESCRIPTION="Directory hierarchy mapping tool from FreeBSD" HOMEPAGE="https://code.google.com/p/mtree-port/" -SRC_URI="http://mtree-port.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" |