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 /media-libs/mutagen | |
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 'media-libs/mutagen')
-rw-r--r-- | media-libs/mutagen/mutagen-1.22.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mutagen/mutagen-1.27.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mutagen/mutagen-1.29.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mutagen/mutagen-1.22.ebuild b/media-libs/mutagen/mutagen-1.22.ebuild index cb954dd9a5ba..5231a32260c3 100644 --- a/media-libs/mutagen/mutagen-1.22.ebuild +++ b/media-libs/mutagen/mutagen-1.22.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python" -HOMEPAGE="http://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen" +HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen" SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-libs/mutagen/mutagen-1.27.ebuild b/media-libs/mutagen/mutagen-1.27.ebuild index 2f56c7b3e3f8..19c6e47b1021 100644 --- a/media-libs/mutagen/mutagen-1.27.ebuild +++ b/media-libs/mutagen/mutagen-1.27.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python" -HOMEPAGE="http://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen" +HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen" SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-libs/mutagen/mutagen-1.29.ebuild b/media-libs/mutagen/mutagen-1.29.ebuild index 48d06184b1f0..03c596e4c7df 100644 --- a/media-libs/mutagen/mutagen-1.29.ebuild +++ b/media-libs/mutagen/mutagen-1.29.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python" -HOMEPAGE="http://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen" +HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen" SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2" |