diff options
author | 2015-03-30 20:17:44 +0000 | |
---|---|---|
committer | 2015-03-30 20:17:44 +0000 | |
commit | cadea5f6e51df05c1bb46e990896cb478022416f (patch) | |
tree | a43f83944f255e4b3d1287c18333a5f52f846171 /dev-games | |
parent | EAPI=5 (diff) | |
download | gentoo-2-cadea5f6e51df05c1bb46e990896cb478022416f.tar.gz gentoo-2-cadea5f6e51df05c1bb46e990896cb478022416f.tar.bz2 gentoo-2-cadea5f6e51df05c1bb46e990896cb478022416f.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/ps2-packer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/ps2-packer/ps2-packer-0.4.4.ebuild | 15 |
2 files changed, 13 insertions, 9 deletions
diff --git a/dev-games/ps2-packer/ChangeLog b/dev-games/ps2-packer/ChangeLog index 446ffa02f0f8..90c3724db431 100644 --- a/dev-games/ps2-packer/ChangeLog +++ b/dev-games/ps2-packer/ChangeLog @@ -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 <mr_bones_@gentoo.org> ps2-packer-0.4.4.ebuild: + EAPI=5 31 Mar 2009; Mike Frysinger <vapier@gentoo.org> ps2-packer-0.4.4.ebuild: Use QA_WX_LOAD rather than QA_EXECSTACK #264348 by Mr. Bones. diff --git a/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild index 071b7e42a2c1..563ee39af988 100644 --- a/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild +++ b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild @@ -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 @@ QA_WX_LOAD=" ${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 } |