mr_bones_ 14/06/30 06:22:30 Modified: warsow-1.5.1.ebuild ChangeLog Log: clean up patch layout; fix missing dep x11-libs/libXi (bug #515748) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-fps/warsow/warsow-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild?r1=1.2&r2=1.3 Index: warsow-1.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- warsow-1.5.1.ebuild 22 Jun 2014 16:28:54 -0000 1.2 +++ warsow-1.5.1.ebuild 30 Jun 2014 06:22:30 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v 1.2 2014/06/22 16:28:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v 1.3 2014/06/30 06:22:30 mr_bones_ Exp $ EAPI=5 inherit eutils check-reqs gnome2-utils flag-o-matic games @@ -34,6 +34,7 @@ media-libs/libtheora media-libs/libvorbis x11-libs/libX11 + x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXxf86dga @@ -75,8 +76,8 @@ find . -type f -exec sed -i 's/\r$//' '{}' + || die cd "${S}"/.. || die - epatch "${FILESDIR}"/${PN}-1.5.1-build.patch \ - "${FILESDIR}"/${PN}-1.03-pic.patch + epatch "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-pic.patch epatch_user } 1.61 games-fps/warsow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 30 Jun 2014 05:59:15 -0000 1.60 +++ ChangeLog 30 Jun 2014 06:22:30 -0000 1.61 @@ -1,6 +1,11 @@ # ChangeLog for games-fps/warsow # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.60 2014/06/30 05:59:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.61 2014/06/30 06:22:30 mr_bones_ Exp $ + + 30 Jun 2014; Michael Sterrett <[email protected]> + +files/warsow-1.5.1-pic.patch, -files/warsow-1.03-pic.patch, + warsow-1.5.1.ebuild: + clean up patch layout; fix missing dep x11-libs/libXi (bug #515748) 30 Jun 2014; Michael Sterrett <[email protected]> -files/01-warsow-1.03-clang.patch, -files/02-warsow-1.03-clang.patch,
