mr_bones_ 15/03/30 20:17:44 Modified: ps2-packer-0.4.4.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 dev-games/ps2-packer/ps2-packer-0.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild?r1=1.6&r2=1.7 Index: ps2-packer-0.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ps2-packer-0.4.4.ebuild 26 Jan 2010 17:29:45 -0000 1.6 +++ ps2-packer-0.4.4.ebuild 30 Mar 2015 20:17:44 -0000 1.7 @@ -1,12 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.6 2010/01/26 17:29:45 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.7 2015/03/30 20:17:44 mr_bones_ Exp $ +EAPI=5 inherit games DESCRIPTION="another ELF packer for the PS2" -HOMEPAGE="http://ps2dev.org/kb.x?T=1061" -SRC_URI="http://ps2dev.org/files/${P}-linux.tar.gz" +HOMEPAGE="https://github.com/ps2dev/ps2-packer" +SRC_URI="mirror://gentoo/${P}-linux.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -35,15 +36,15 @@ ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-1d00-stub ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-0088-stub" -DEPEND="sys-libs/glibc" +RDEPEND="sys-libs/glibc" S=${WORKDIR} src_install() { insinto "${GAMES_PREFIX_OPT}"/${PN} - doins -r README.txt stub || die "doins" + doins -r README.txt stub exeinto "${GAMES_PREFIX_OPT}"/${PN} - doexe *.so ps2-packer || die "doexe" + doexe *.so ps2-packer games_make_wrapper ${PN} "${GAMES_PREFIX_OPT}"/${PN}/${PN} prepgamesdirs } 1.5 dev-games/ps2-packer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 31 Mar 2009 06:34:27 -0000 1.4 +++ ChangeLog 30 Mar 2015 20:17:44 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-games/ps2-packer -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v 1.4 2009/03/31 06:34:27 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v 1.5 2015/03/30 20:17:44 mr_bones_ Exp $ + + 30 Mar 2015; Michael Sterrett <[email protected]> ps2-packer-0.4.4.ebuild: + EAPI=5 31 Mar 2009; Mike Frysinger <[email protected]> ps2-packer-0.4.4.ebuild: Use QA_WX_LOAD rather than QA_EXECSTACK #264348 by Mr. Bones.
