From b1950fe7fffc1262ca23ebfe1344ca7b4df56137 Mon Sep 17 00:00:00 2001 From: soredake Date: Wed, 9 Nov 2016 05:01:21 +0200 Subject: */*: musicpd.org http to https. Closes: https://github.com/gentoo/gentoo/pull/2787 Signed-off-by: Patrice Clement --- media-sound/ncmpc/ncmpc-0.24-r2.ebuild | 9 +++++---- media-sound/ncmpc/ncmpc-0.24.ebuild | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'media-sound/ncmpc') diff --git a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild index dd3e75d16f71..a1f18d313d29 100644 --- a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild +++ b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils multilib DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" -HOMEPAGE="http://www.musicpd.org/clients/ncmpc/" -SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" @@ -28,6 +28,7 @@ src_prepare() { # default ax_with_curses.m4 produces automagic dependency on ncursesw # also, ncursesw is required for colors (bug #554245), so we force it here epatch "${FILESDIR}"/${PN}-0.24-tinfo.patch + eapply_user cp "${FILESDIR}"/ax_require_defined.m4 m4/ || die diff --git a/media-sound/ncmpc/ncmpc-0.24.ebuild b/media-sound/ncmpc/ncmpc-0.24.ebuild index ca8605f51b64..d1b1f6d03919 100644 --- a/media-sound/ncmpc/ncmpc-0.24.ebuild +++ b/media-sound/ncmpc/ncmpc-0.24.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit multilib DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" -HOMEPAGE="http://www.musicpd.org/clients/ncmpc/" -SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" @@ -16,9 +16,9 @@ IUSE="artist-screen chat-screen colors debug +help-screen key-screen lirc lyrics RDEPEND=">=dev-libs/glib-2.12:2 >=media-libs/libmpdclient-2.3 - sys-libs/ncurses + sys-libs/ncurses:* lirc? ( app-misc/lirc ) - nls? ( sys-libs/ncurses[unicode] )" + nls? ( sys-libs/ncurses:*[unicode] )" DEPEND="${RDEPEND} app-arch/xz-utils virtual/pkgconfig" -- cgit v1.2.3-65-gdbad