summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:05 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:41 +0200
commit769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch)
treeb2ac9f34d4991495f829bd5db62f51c7579e4a4e /sys-auth
parent618e0886aecf0c9a0b9fead6f8efa679ee694161 (diff)
downloadgentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/bioapi/bioapi-1.2.3-r2.ebuild2
-rw-r--r--sys-auth/bioapi/bioapi-1.2.4.ebuild2
-rw-r--r--sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild2
-rw-r--r--sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild2
-rw-r--r--sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild2
-rw-r--r--sys-auth/munge/munge-0.5.10-r1.ebuild2
-rw-r--r--sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild2
-rw-r--r--sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
index ea07a7e42a..5bf44c1c55 100644
--- a/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
+++ b/sys-auth/bioapi/bioapi-1.2.3-r2.ebuild
@@ -7,7 +7,7 @@ EAPI="2"
inherit eutils multilib user
DESCRIPTION="Framework for biometric-based authentication"
-HOMEPAGE="http://code.google.com/p/bioapi-linux/"
+HOMEPAGE="https://code.google.com/p/bioapi-linux/"
SRC_URI="http://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz"
LICENSE="bioapi"
diff --git a/sys-auth/bioapi/bioapi-1.2.4.ebuild b/sys-auth/bioapi/bioapi-1.2.4.ebuild
index 4f2087063c..8b76856c1c 100644
--- a/sys-auth/bioapi/bioapi-1.2.4.ebuild
+++ b/sys-auth/bioapi/bioapi-1.2.4.ebuild
@@ -7,7 +7,7 @@ EAPI="4"
inherit eutils multilib user
DESCRIPTION="Framework for biometric-based authentication"
-HOMEPAGE="http://code.google.com/p/bioapi-linux/"
+HOMEPAGE="https://code.google.com/p/bioapi-linux/"
SRC_URI="http://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz"
LICENSE="bioapi"
diff --git a/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild b/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild
index 1f62fd260e..55f80e0945 100644
--- a/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild
+++ b/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=2
inherit eutils multilib toolchain-funcs
DESCRIPTION="libnss-cache is a library that serves nss lookups"
-HOMEPAGE="http://code.google.com/p/nsscache/"
+HOMEPAGE="https://code.google.com/p/nsscache/"
SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
diff --git a/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild b/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild
index 461a732061..0c7cfdd18e 100644
--- a/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild
+++ b/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild
@@ -7,7 +7,7 @@ EAPI=3
inherit eutils multilib toolchain-funcs
DESCRIPTION="libnss-cache is a library that serves nss lookups"
-HOMEPAGE="http://code.google.com/p/nsscache/"
+HOMEPAGE="https://code.google.com/p/nsscache/"
SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
diff --git a/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild b/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
index 6988a28ca0..f5872b5f53 100644
--- a/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
+++ b/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
@@ -7,7 +7,7 @@ EAPI=3
inherit eutils multilib toolchain-funcs
DESCRIPTION="libnss-cache is a library that serves nss lookups"
-HOMEPAGE="http://code.google.com/p/nsscache/"
+HOMEPAGE="https://code.google.com/p/nsscache/"
SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
diff --git a/sys-auth/munge/munge-0.5.10-r1.ebuild b/sys-auth/munge/munge-0.5.10-r1.ebuild
index dfdda2ec4e..fcf8ae4c49 100644
--- a/sys-auth/munge/munge-0.5.10-r1.ebuild
+++ b/sys-auth/munge/munge-0.5.10-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=4
inherit user
DESCRIPTION="An authentication service for creating and validating credentials"
-HOMEPAGE="http://code.google.com/p/munge/"
+HOMEPAGE="https://code.google.com/p/munge/"
SRC_URI="http://munge.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-3"
diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild
index 91880d6ae7..d765bd5e70 100644
--- a/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild
+++ b/sys-auth/pam_bioapi/pam_bioapi-0.4.0-r1.ebuild
@@ -5,7 +5,7 @@
inherit eutils
DESCRIPTION="PAM interface to bioapi package"
-HOMEPAGE="http://code.google.com/p/pam-bioapi/"
+HOMEPAGE="https://code.google.com/p/pam-bioapi/"
SRC_URI="http://pam-bioapi.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
index 519c3cddde..9315b1ac08 100644
--- a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
+++ b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
@@ -5,7 +5,7 @@
inherit eutils toolchain-funcs
DESCRIPTION="PAM interface to bioapi package"
-HOMEPAGE="http://code.google.com/p/pam-bioapi/"
+HOMEPAGE="https://code.google.com/p/pam-bioapi/"
SRC_URI="http://pam-bioapi.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"