diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-30 15:28:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-30 15:28:30 +0000 |
commit | 99704b026785e8bff639cc6fb1a03308fc567287 (patch) | |
tree | 76d53c0e0f2c6547ebe3b207fea7e1f0bc015299 /dev-games | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-99704b026785e8bff639cc6fb1a03308fc567287.tar.gz gentoo-2-99704b026785e8bff639cc6fb1a03308fc567287.tar.bz2 gentoo-2-99704b026785e8bff639cc6fb1a03308fc567287.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/ps2-packer/ps2-packer-0.4.4.ebuild | 31 |
1 files changed, 26 insertions, 5 deletions
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 a2bf283ac8d7..21f8e8de6f72 100644 --- a/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild +++ b/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1 2005/04/18 06:53:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.2 2009/01/30 15:28:30 mr_bones_ Exp $ DESCRIPTION="another ELF packer for the PS2" HOMEPAGE="http://ps2dev.org/kb.x?T=1061" @@ -10,6 +10,27 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" +RESTRICT="strip" +QA_TEXTRELS=" + ${GAMES_PREFIX_OPT:1}/ps2-packer/n2e-packer.so + ${GAMES_PREFIX_OPT:1}/ps2-packer/n2d-packer.so + ${GAMES_PREFIX_OPT:1}/ps2-packer/n2b-packer.so" + +QA_EXECSTACK=" + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-0088-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-0088-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-asm-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/null-0088-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-asm-one-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2e-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/zlib-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2b-0088-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/null-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2b-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/zlib-0088-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-1d00-stub + ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-0088-stub" DEPEND="sys-libs/glibc" @@ -17,11 +38,11 @@ S=${WORKDIR} src_install() { rm -f COPYING - insinto /opt/${PN} + insinto ${GAMES_PREFIX_OPT}/${PN} doins -r README.txt stub || die "doins" - exeinto /opt/${PN} + exeinto ${GAMES_PREFIX_OPT}/${PN} doexe *.so ps2-packer || die "doexe" - dodir /opt/bin - dosym /opt/{${PN},bin}/ps2-packer + dodir ${GAMES_PREFIX_OPT}/bin + dosym ${GAMES_PREFIX_OPT}/{${PN},bin}/ps2-packer } |