diff options
author | soredake <fdsfgs@krutt.org> | 2016-11-09 05:01:21 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-11-12 18:05:15 +0100 |
commit | b1950fe7fffc1262ca23ebfe1344ca7b4df56137 (patch) | |
tree | 5ea35d3576e779c8f5bc7d421c7ac8ccfc8c3954 /media-sound/mpc | |
parent | net-misc/openssh: mark 7.3_p1-r6 arm64/m68k/s390/sh stable #597360 (diff) | |
download | gentoo-b1950fe7fffc1262ca23ebfe1344ca7b4df56137.tar.gz gentoo-b1950fe7fffc1262ca23ebfe1344ca7b4df56137.tar.bz2 gentoo-b1950fe7fffc1262ca23ebfe1344ca7b4df56137.zip |
*/*: musicpd.org http to https.
Closes: https://github.com/gentoo/gentoo/pull/2787
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-sound/mpc')
-rw-r--r-- | media-sound/mpc/mpc-0.27.ebuild | 8 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.28.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/mpc/mpc-0.27.ebuild b/media-sound/mpc/mpc-0.27.ebuild index b5ff7a55e298..050fed366503 100644 --- a/media-sound/mpc/mpc-0.27.ebuild +++ b/media-sound/mpc/mpc-0.27.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit bash-completion-r1 DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -HOMEPAGE="http://www.musicpd.org" -SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" +HOMEPAGE="https://www.musicpd.org" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/mpc/mpc-0.28.ebuild b/media-sound/mpc/mpc-0.28.ebuild index 0d09bff211f5..25c9d99602b7 100644 --- a/media-sound/mpc/mpc-0.28.ebuild +++ b/media-sound/mpc/mpc-0.28.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit bash-completion-r1 DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -HOMEPAGE="http://www.musicpd.org" -SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" +HOMEPAGE="https://www.musicpd.org" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |