diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /sys-fs | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/ext3grep/ext3grep-0.10.2.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/s3backer/s3backer-1.3.7.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild | 2 |
15 files changed, 20 insertions, 20 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild index 6eb17d36e122..a77ddc0758c0 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools python-single-r1 linux-info libtool eutils DESCRIPTION="Tool to setup encrypted devices with dm-crypt" -HOMEPAGE="http://code.google.com/p/cryptsetup/" +HOMEPAGE="https://code.google.com/p/cryptsetup/" SRC_URI="http://cryptsetup.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2+" @@ -117,6 +117,6 @@ pkg_postinst() { elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use" elog "a compatibility mode when using cryptsetup-1.1.x. This can be" elog "done by specifying the cipher (-c), key size (-s) and hash (-h)." - elog "For more info, see http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" + elog "For more info, see https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" fi } diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild index f6e6cf711f70..6c49bb3cbd0f 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit autotools python-single-r1 linux-info libtool eutils versionator DESCRIPTION="Tool to setup encrypted devices with dm-crypt" -HOMEPAGE="http://code.google.com/p/cryptsetup/" +HOMEPAGE="https://code.google.com/p/cryptsetup/" SRC_URI="http://cryptsetup.googlecode.com/files/${P}.tar.xz" SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/${P}.tar.xz" @@ -119,6 +119,6 @@ pkg_postinst() { elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use" elog "a compatibility mode when using cryptsetup-1.1.x. This can be" elog "done by specifying the cipher (-c), key size (-s) and hash (-h)." - elog "For more info, see http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" + elog "For more info, see https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" fi } diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild index 8a18b03c4797..8bc79ed7f9d7 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.6.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit autotools python-single-r1 linux-info libtool eutils versionator DESCRIPTION="Tool to setup encrypted devices with dm-crypt" -HOMEPAGE="http://code.google.com/p/cryptsetup/" +HOMEPAGE="https://code.google.com/p/cryptsetup/" SRC_URI="http://cryptsetup.googlecode.com/files/${P}.tar.xz" SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/${P}.tar.xz" @@ -125,6 +125,6 @@ pkg_postinst() { elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use" elog "a compatibility mode when using cryptsetup-1.1.x. This can be" elog "done by specifying the cipher (-c), key size (-s) and hash (-h)." - elog "For more info, see http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" + elog "For more info, see https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup" fi } diff --git a/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild index 9f67f8425203..c24af53d03fa 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="http://code.google.com/p/exfat/" +HOMEPAGE="https://code.google.com/p/exfat/" SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild index 4782ed1f3a20..4ff5e45ae6a9 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="http://code.google.com/p/exfat/" -SRC_URI="http://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz" +HOMEPAGE="https://code.google.com/p/exfat/" +SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" SLOT="0" diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild index cf2b9f43c1c0..74f7e870c149 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="http://code.google.com/p/exfat/" +HOMEPAGE="https://code.google.com/p/exfat/" SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" diff --git a/sys-fs/ext3grep/ext3grep-0.10.2.ebuild b/sys-fs/ext3grep/ext3grep-0.10.2.ebuild index c4d872ba50b6..c9140942dbb9 100644 --- a/sys-fs/ext3grep/ext3grep-0.10.2.ebuild +++ b/sys-fs/ext3grep/ext3grep-0.10.2.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit eutils DESCRIPTION="Recover deleted files on an ext3 file system" -HOMEPAGE="http://code.google.com/p/ext3grep/" +HOMEPAGE="https://code.google.com/p/ext3grep/" SRC_URI="http://ext3grep.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild index 67e41571bdc7..975dd36ff380 100644 --- a/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild +++ b/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs #udev DESCRIPTION="exFAT filesystem FUSE module" -HOMEPAGE="http://code.google.com/p/exfat/" +HOMEPAGE="https://code.google.com/p/exfat/" SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild index 06bb9feafc95..9c3b5ed355cf 100644 --- a/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild +++ b/sys-fs/fuse-exfat/fuse-exfat-1.1.0.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem FUSE module" -HOMEPAGE="http://code.google.com/p/exfat/" -SRC_URI="http://docs.google.com/uc?export=download&id=0B7CLI-REKbE3VTdaa0EzTkhYdU0 -> ${P}.tar.gz" +HOMEPAGE="https://code.google.com/p/exfat/" +SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3VTdaa0EzTkhYdU0 -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" SLOT="0" diff --git a/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild b/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild index 0c7f28c84088..aa39d4168122 100644 --- a/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild +++ b/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild @@ -5,7 +5,7 @@ EAPI=2 DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives based on libzip" -HOMEPAGE="http://code.google.com/p/fuse-zip/" +HOMEPAGE="https://code.google.com/p/fuse-zip/" SRC_URI="http://fuse-zip.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild b/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild index cebbb26336e0..1ca4f585ed8c 100644 --- a/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild +++ b/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild @@ -7,7 +7,7 @@ EAPI=2 inherit toolchain-funcs eutils DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives" -HOMEPAGE="http://code.google.com/p/fuse-zip/" +HOMEPAGE="https://code.google.com/p/fuse-zip/" SRC_URI="http://fuse-zip.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild b/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild index 0736b3c8a0e9..7ba9a7f6aa3c 100644 --- a/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild +++ b/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs eutils DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives" -HOMEPAGE="http://code.google.com/p/fuse-zip/" +HOMEPAGE="https://code.google.com/p/fuse-zip/" SRC_URI="http://fuse-zip.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild b/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild index 1fe3feecf280..69a7ee8fd67d 100644 --- a/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild +++ b/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives" -HOMEPAGE="http://code.google.com/p/fuse-zip/" +HOMEPAGE="https://code.google.com/p/fuse-zip/" SRC_URI="http://fuse-zip.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/sys-fs/s3backer/s3backer-1.3.7.ebuild b/sys-fs/s3backer/s3backer-1.3.7.ebuild index 37811d8c6dc6..7158922e119a 100644 --- a/sys-fs/s3backer/s3backer-1.3.7.ebuild +++ b/sys-fs/s3backer/s3backer-1.3.7.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools DESCRIPTION="FUSE-based single file backing store via Amazon S3" -HOMEPAGE="http://code.google.com/p/s3backer" +HOMEPAGE="https://code.google.com/p/s3backer" SRC_URI="http://s3backer.googlecode.com/files/s3backer-${PV}.tar.gz" LICENSE="GPL-2" diff --git a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild index dbc6c8acfeb8..8ba38ec9b479 100644 --- a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild +++ b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils toolchain-funcs DESCRIPTION="tools for generating YAFFS images" -HOMEPAGE="http://code.google.com/p/yaffs2utils/" +HOMEPAGE="https://code.google.com/p/yaffs2utils/" SRC_URI="https://yaffs2utils.googlecode.com/files/0.2.9.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" |