mr_bones_ 15/03/30 18:15:37 Modified: ut2004-ded-3369.3-r1.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild?r1=1.5&r2=1.6 Index: ut2004-ded-3369.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ut2004-ded-3369.3-r1.ebuild 14 Dec 2011 17:31:42 -0000 1.5 +++ ut2004-ded-3369.3-r1.ebuild 30 Mar 2015 18:15:37 -0000 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 1.5 2011/12/14 17:31:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 1.6 2015/03/30 18:15:37 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit games BONUSPACK_P="dedicatedserver3339-bonuspack.zip" @@ -62,22 +62,20 @@ games_make_wrapper ${PN} "./ucc-bin server" "${dir}"/System insinto "${dir}" - doins -r * || die "doins failed" - fperms +x "${dir}"/System/ucc-bin || die "fperms failed" + doins -r * + fperms +x "${dir}"/System/ucc-bin sed \ -e "s:@USER@:${GAMES_USER_DED}:" \ -e "s:@GROUP@:${GAMES_GROUP}:" \ -e "s:@HOME@:${GAMES_PREFIX}:" \ - "${FILESDIR}"/${PN}.confd > "${T}"/${PN}.confd \ - || die "sed confd failed" - newconfd "${T}"/${PN}.confd ${PN} || die "newconfd failed" + "${FILESDIR}"/${PN}.confd > "${T}"/${PN}.confd || die + newconfd "${T}"/${PN}.confd ${PN} sed \ -e "s:@DIR@:${GAMES_BINDIR}:g" \ - "${FILESDIR}"/${PN}.initd > "${T}"/${PN}.initd \ - || die "sed initd failed" - newinitd "${T}"/${PN}.initd ${PN} || die "initd failed" + "${FILESDIR}"/${PN}.initd > "${T}"/${PN}.initd || die + newinitd "${T}"/${PN}.initd ${PN} prepgamesdirs } 1.28 games-server/ut2004-ded/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 14 Dec 2011 17:31:42 -0000 1.27 +++ ChangeLog 30 Mar 2015 18:15:37 -0000 1.28 @@ -1,6 +1,10 @@ # ChangeLog for games-server/ut2004-ded -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.27 2011/12/14 17:31:42 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.28 2015/03/30 18:15:37 mr_bones_ Exp $ + + 30 Mar 2015; Michael Sterrett <[email protected]> + ut2004-ded-3369.3-r1.ebuild: + EAPI=5 14 Dec 2011; Mike Frysinger <[email protected]> ut2004-ded-3369.3-r1.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now @@ -128,4 +132,3 @@ <[email protected]> with an init script submitted by Ken Smith <[email protected]>. Updated to 3236-1 patch by Davin Boling <[email protected]> with some modifications by me. Closing bug #46057. -
