diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-04-21 23:43:26 -0400 |
---|---|---|
committer | Anthony Ryan <anthonyryan1@gmail.com> | 2016-05-21 15:48:38 -0400 |
commit | cc4998159d68ebf3688e0707645b6d7781b12b47 (patch) | |
tree | 9ee8ca2e5c08e3fd795bd9d381bbcfbbfaf1375e /dev-python/oslotest | |
parent | distutils-r1.eclass: Do not modify the HOME variable (diff) | |
download | gentoo-cc4998159d68ebf3688e0707645b6d7781b12b47.tar.gz gentoo-cc4998159d68ebf3688e0707645b6d7781b12b47.tar.bz2 gentoo-cc4998159d68ebf3688e0707645b6d7781b12b47.zip |
HTTPS for launchpad.net
media-sound/aacplusenc was updated to use a new URL which
supports HTTPS on launchpad. Hashes were verified to ensure
they matched up correctly.
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/oslotest-1.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-1.12.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslotest/oslotest-2.4.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/oslotest/oslotest-1.10.0.ebuild b/dev-python/oslotest/oslotest-1.10.0.ebuild index 55989d91eb4f..ec5e07775e0b 100644 --- a/dev-python/oslotest/oslotest-1.10.0.ebuild +++ b/dev-python/oslotest/oslotest-1.10.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="Oslo test framework" -HOMEPAGE="http://launchpad.net/oslo" +HOMEPAGE="https://launchpad.net/oslo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/oslotest/oslotest-1.12.0.ebuild b/dev-python/oslotest/oslotest-1.12.0.ebuild index 9654f1139b5c..38388e0366d4 100644 --- a/dev-python/oslotest/oslotest-1.12.0.ebuild +++ b/dev-python/oslotest/oslotest-1.12.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 DESCRIPTION="Oslo test framework" -HOMEPAGE="http://launchpad.net/oslo" +HOMEPAGE="https://launchpad.net/oslo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/oslotest/oslotest-2.4.0.ebuild b/dev-python/oslotest/oslotest-2.4.0.ebuild index 1dd8f76a13c4..a7273e0f802f 100644 --- a/dev-python/oslotest/oslotest-2.4.0.ebuild +++ b/dev-python/oslotest/oslotest-2.4.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 DESCRIPTION="Oslo test framework" -HOMEPAGE="http://launchpad.net/oslo" +HOMEPAGE="https://launchpad.net/oslo" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |