summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoredake <fdsfgs@krutt.org>2016-11-09 05:01:21 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-11-12 18:05:15 +0100
commitb1950fe7fffc1262ca23ebfe1344ca7b4df56137 (patch)
tree5ea35d3576e779c8f5bc7d421c7ac8ccfc8c3954 /media-sound/ncmpc
parentnet-misc/openssh: mark 7.3_p1-r6 arm64/m68k/s390/sh stable #597360 (diff)
downloadgentoo-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/ncmpc')
-rw-r--r--media-sound/ncmpc/ncmpc-0.24-r2.ebuild9
-rw-r--r--media-sound/ncmpc/ncmpc-0.24.ebuild12
2 files changed, 11 insertions, 10 deletions
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"