mr_bones_ 15/01/04 21:31:19 Modified: hengband-1.6.2-r1.ebuild Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-roguelike/hengband/hengband-1.6.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild?r1=1.6&r2=1.7 Index: hengband-1.6.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hengband-1.6.2-r1.ebuild 28 Oct 2010 11:12:45 -0000 1.6 +++ hengband-1.6.2-r1.ebuild 4 Jan 2015 21:31:19 -0000 1.7 @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.6 2010/10/28 11:12:45 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.7 2015/01/04 21:31:19 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools games DESCRIPTION="An Angband variant, with a Japanese/fantasy theme" @@ -29,12 +29,13 @@ -e 's|root\.|root:|' lib/*/Makefile.in \ || die sed -i \ - -e 's:/games/:/:g' configure \ + -e 's:/games/:/:g' configure.in \ || die epatch \ "../${P}"-mispellings.patch \ "${FILESDIR}/${P}"-added_faq.patch \ "${FILESDIR}"/${P}-ovflfix.patch + mv configure.in configure.ac || die eautoreconf }
