mr_bones_ 15/02/18 19:34:48 Modified: domination-1.1.1.5.ebuild ChangeLog Log: tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-board/domination/domination-1.1.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild?r1=1.5&r2=1.6 Index: domination-1.1.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- domination-1.1.1.5.ebuild 29 Dec 2014 17:16:03 -0000 1.5 +++ domination-1.1.1.5.ebuild 18 Feb 2015 19:34:48 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v 1.5 2014/12/29 17:16:03 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/domination/domination-1.1.1.5.ebuild,v 1.6 2015/02/18 19:34:48 mr_bones_ Exp $ EAPI=5 inherit eutils java-pkg-2 java-ant-2 games @@ -32,16 +32,15 @@ } src_install() { - mkdir -p "${D}${GAMES_PREFIX}"/bin - cp "${S}"/FlashGUI.sh "${D}${GAMES_PREFIX}"/bin/${PN} || die + newgamesbin "${S}"/FlashGUI.sh ${PN} sed -i \ -e "s|cd.*|cd \"${GAMES_DATADIR}\"/${PN}|" \ - "${D}${GAMES_PREFIX}"/bin/${PN} \ + "${D}${GAMES_BINDIR}"/${PN} \ || die - chmod +x "${D}${GAMES_PREFIX}"/bin/${PN} || die + chmod +x "${D}${GAMES_BINDIR}"/${PN} || die insinto "${GAMES_DATADIR}/${PN}" - doins -r "${S}"/* || die + doins -r "${S}"/* rm -f "${D}${GAMES_DATADIR}"/${PN}/*.cmd || die java-pkg_regjar "${D}/${GAMES_DATADIR}/${PN}"/*.jar 1.23 games-board/domination/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/domination/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 29 Dec 2014 17:16:03 -0000 1.22 +++ ChangeLog 18 Feb 2015 19:34:48 -0000 1.23 @@ -1,6 +1,10 @@ # ChangeLog for games-board/domination -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v 1.22 2014/12/29 17:16:03 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/domination/ChangeLog,v 1.23 2015/02/18 19:34:48 mr_bones_ Exp $ + + 18 Feb 2015; Michael Sterrett <[email protected]> + domination-1.1.1.5.ebuild: + tidy 29 Dec 2014; Tupone Alfredo <[email protected]> domination-1.1.1.5.ebuild: Require java-1.5. Should fix bug #528368 by Diego Elio Petteno'
