mr_bones_ 15/03/30 21:45:32 Modified: postalplus-1.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-action/postalplus/postalplus-1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/postalplus-1.ebuild?r1=1.5&r2=1.6 Index: postalplus-1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- postalplus-1.ebuild 16 Jan 2012 19:09:15 -0000 1.5 +++ postalplus-1.ebuild 30 Mar 2015 21:45:32 -0000 1.6 @@ -1,7 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.5 2012/01/16 19:09:15 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.6 2015/03/30 21:45:32 mr_bones_ Exp $ +EAPI=5 inherit eutils cdrom games DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude" @@ -21,12 +22,12 @@ cdrom_get_cds postal_plus.ini exeinto "${dir}" - doexe "${CDROM_ROOT}"/bin/x86/postal || die + doexe "${CDROM_ROOT}"/bin/x86/postal insinto "${dir}" - doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README} || die + doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README} cp "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die - cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die "cp data failed" + cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die find "${D}" -name TRANS.TBL -exec rm '{}' + games_make_wrapper ${PN} ./postal "${dir}" 1.4 games-action/postalplus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/postalplus/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 16 Jan 2012 19:09:15 -0000 1.3 +++ ChangeLog 30 Mar 2015 21:45:32 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for games-action/postalplus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.3 2012/01/16 19:09:15 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.4 2015/03/30 21:45:32 mr_bones_ Exp $ + + 30 Mar 2015; Michael Sterrett <[email protected]> postalplus-1.ebuild: + EAPI=5 16 Jan 2012; Ulrich Müller <[email protected]> postalplus-1.ebuild: Migrate to cdrom.eclass, bug 398809. @@ -14,4 +17,3 @@ 31 Jan 2009; Michael Sterrett <[email protected]> +metadata.xml, +postalplus-1.ebuild: initial commit - ebuild submitted by Paul Bredbury via bug #117096 -
