heroxbd 14/12/08 11:09:18 Modified: most-5.0.0a.ebuild ChangeLog Log: Fix build system regarding terminfo and cp/rm locations. Bug #531958 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.14 sys-apps/most/most-5.0.0a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?r1=1.13&r2=1.14 Index: most-5.0.0a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- most-5.0.0a.ebuild 14 Jan 2014 18:47:42 -0000 1.13 +++ most-5.0.0a.ebuild 8 Dec 2014 11:09:18 -0000 1.14 @@ -1,9 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.13 2014/01/14 18:47:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.14 2014/12/08 11:09:18 heroxbd Exp $ EAPI=4 +inherit eutils + DESCRIPTION="Paging program that displays, one windowful at a time, the contents of a file" HOMEPAGE="ftp://space.mit.edu/pub/davis/most" SRC_URI="ftp://space.mit.edu/pub/davis/${PN}/${P}.tar.bz2" @@ -17,6 +19,8 @@ DEPEND="${RDEPEND}" src_prepare() { + epatch "${FILESDIR}"/${PN}-5.0.0a-no-explicit-termcap.patch + epatch "${FILESDIR}"/${PN}-5.0.0a-donot-hardcode-path.patch sed -i -e 's:$(INSTALL) -s:$(INSTALL):' src/Makefile.in || die } 1.48 sys-apps/most/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 14 Jan 2014 18:47:42 -0000 1.47 +++ ChangeLog 8 Dec 2014 11:09:18 -0000 1.48 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/most # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.47 2014/01/14 18:47:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.48 2014/12/08 11:09:18 heroxbd Exp $ + + 08 Dec 2014; Benda Xu <[email protected]> + +files/most-5.0.0a-donot-hardcode-path.patch, + +files/most-5.0.0a-no-explicit-termcap.patch, most-5.0.0a.ebuild: + Fix build system regarding terminfo and cp/rm locations. Bug #531958 14 Jan 2014; Fabian Groffen <[email protected]> most-5.0.0a.ebuild: Marked ~x64-macos
