Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/ps2-packer: ps2-packer-0.4.4.ebuild ChangeLog
Date: Mon, 30 Mar 2015 20:17:54
Message-Id: 20150330201745.7F28514DE6@oystercatcher.gentoo.org
1 mr_bones_ 15/03/30 20:17:44
2
3 Modified: ps2-packer-0.4.4.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.7 dev-games/ps2-packer/ps2-packer-0.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild?rev=1.7&view=markup
13 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
14 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
15
16 Index: ps2-packer-0.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ps2-packer-0.4.4.ebuild 26 Jan 2010 17:29:45 -0000 1.6
23 +++ ps2-packer-0.4.4.ebuild 30 Mar 2015 20:17:44 -0000 1.7
24 @@ -1,12 +1,13 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 +EAPI=5
32 inherit games
33
34 DESCRIPTION="another ELF packer for the PS2"
35 -HOMEPAGE="http://ps2dev.org/kb.x?T=1061"
36 -SRC_URI="http://ps2dev.org/files/${P}-linux.tar.gz"
37 +HOMEPAGE="https://github.com/ps2dev/ps2-packer"
38 +SRC_URI="mirror://gentoo/${P}-linux.tar.gz"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 @@ -35,15 +36,15 @@
43 ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-1d00-stub
44 ${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-0088-stub"
45
46 -DEPEND="sys-libs/glibc"
47 +RDEPEND="sys-libs/glibc"
48
49 S=${WORKDIR}
50
51 src_install() {
52 insinto "${GAMES_PREFIX_OPT}"/${PN}
53 - doins -r README.txt stub || die "doins"
54 + doins -r README.txt stub
55 exeinto "${GAMES_PREFIX_OPT}"/${PN}
56 - doexe *.so ps2-packer || die "doexe"
57 + doexe *.so ps2-packer
58 games_make_wrapper ${PN} "${GAMES_PREFIX_OPT}"/${PN}/${PN}
59 prepgamesdirs
60 }
61
62
63
64 1.5 dev-games/ps2-packer/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ChangeLog?rev=1.5&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ChangeLog?rev=1.5&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ps2-packer/ChangeLog?r1=1.4&r2=1.5
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v
73 retrieving revision 1.4
74 retrieving revision 1.5
75 diff -u -r1.4 -r1.5
76 --- ChangeLog 31 Mar 2009 06:34:27 -0000 1.4
77 +++ ChangeLog 30 Mar 2015 20:17:44 -0000 1.5
78 @@ -1,6 +1,9 @@
79 # ChangeLog for dev-games/ps2-packer
80 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v 1.4 2009/03/31 06:34:27 vapier Exp $
82 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v 1.5 2015/03/30 20:17:44 mr_bones_ Exp $
84 +
85 + 30 Mar 2015; Michael Sterrett <mr_bones_@g.o> ps2-packer-0.4.4.ebuild:
86 + EAPI=5
87
88 31 Mar 2009; Mike Frysinger <vapier@g.o> ps2-packer-0.4.4.ebuild:
89 Use QA_WX_LOAD rather than QA_EXECSTACK #264348 by Mr. Bones.