reavertm 15/03/26 23:06:52 Modified: atari800-3.1.0.ebuild ChangeLog Log: Look for tgetent also in tinfow, fixes bug 544608. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Revision Changes Path 1.4 games-emulation/atari800/atari800-3.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/atari800-3.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/atari800-3.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/atari800-3.1.0.ebuild?r1=1.3&r2=1.4 Index: atari800-3.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-3.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- atari800-3.1.0.ebuild 25 Mar 2015 13:53:29 -0000 1.3 +++ atari800-3.1.0.ebuild 26 Mar 2015 23:06:52 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-3.1.0.ebuild,v 1.3 2015/03/25 13:53:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/atari800-3.1.0.ebuild,v 1.4 2015/03/26 23:06:52 reavertm Exp $ EAPI=5 -inherit games +inherit games autotools eutils DESCRIPTION="Atari 800 emulator" HOMEPAGE="http://atari800.sourceforge.net/" @@ -44,6 +44,11 @@ src/atari.c || die sed "s:/usr/share/games:${GAMES_DATADIR}:" \ "${FILESDIR}"/atari800.cfg > "${T}"/atari800.cfg || die + + # Bug 544608 + epatch "${FILESDIR}/${P}-tgetent-detection.patch" + pushd src > /dev/null && eautoreconf + popd > /dev/null } src_configure() { 1.41 games-emulation/atari800/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/atari800/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 25 Mar 2015 13:53:29 -0000 1.40 +++ ChangeLog 26 Mar 2015 23:06:52 -0000 1.41 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/atari800 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.40 2015/03/25 13:53:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/atari800/ChangeLog,v 1.41 2015/03/26 23:06:52 reavertm Exp $ + + 26 Mar 2015; Maciej Mrozowski <reave...@gentoo.org> + +files/atari800-3.1.0-tgetent-detection.patch, atari800-3.1.0.ebuild: + Look for tgetent also in tinfow, fixes bug 544608. 25 Mar 2015; Agostino Sarubbo <a...@gentoo.org> atari800-3.1.0.ebuild: Stable for x86, wrt bug #544244