jer 14/12/27 11:24:11 Modified: vimpc-0.09.1.ebuild ChangeLog Log: Fix building against sys-libs/ncurses[tinfo] (bug #529768). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.5 media-sound/vimpc/vimpc-0.09.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vimpc/vimpc-0.09.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vimpc/vimpc-0.09.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vimpc/vimpc-0.09.1.ebuild?r1=1.4&r2=1.5 Index: vimpc-0.09.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/vimpc/vimpc-0.09.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vimpc-0.09.1.ebuild 10 Aug 2014 21:12:50 -0000 1.4 +++ vimpc-0.09.1.ebuild 27 Dec 2014 11:24:11 -0000 1.5 @@ -1,8 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/vimpc-0.09.1.ebuild,v 1.4 2014/08/10 21:12:50 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/vimpc-0.09.1.ebuild,v 1.5 2014/12/27 11:24:11 jer Exp $ -EAPI=4 +EAPI=5 +inherit eutils autotools DESCRIPTION="An ncurses based mpd client with vi like key bindings" HOMEPAGE="http://vimpc.sourceforge.net/" @@ -24,6 +25,11 @@ DOCS=( AUTHORS README.md doc/vimpcrc.example ) +src_prepare() { + epatch "${FILESDIR}"/${P}-tinfo.patch + eautoreconf +} + src_configure() { econf \ $(use_enable boost) \ 1.23 media-sound/vimpc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vimpc/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vimpc/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vimpc/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/vimpc/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 10 Aug 2014 21:12:50 -0000 1.22 +++ ChangeLog 27 Dec 2014 11:24:11 -0000 1.23 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/vimpc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/ChangeLog,v 1.22 2014/08/10 21:12:50 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/ChangeLog,v 1.23 2014/12/27 11:24:11 jer Exp $ + + 27 Dec 2014; Jeroen Roovers <[email protected]> vimpc-0.09.1.ebuild, + +files/vimpc-0.09.1-tinfo.patch: + Fix building against sys-libs/ncurses[tinfo] (bug #529768). 10 Aug 2014; Sergei Trofimovich <[email protected]> vimpc-0.09.0.ebuild, vimpc-0.09.1.ebuild:
