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 games-emulation/openmsx: ChangeLog openmsx-0.6.3.ebuild
Date: Wed, 27 Feb 2008 07:15:12
Message-Id: E1JUGVR-0007du-R4@stork.gentoo.org
1 mr_bones_ 08/02/27 07:15:09
2
3 Modified: ChangeLog
4 Added: openmsx-0.6.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.23 games-emulation/openmsx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/openmsx/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/openmsx/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/openmsx/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 11 Jun 2007 20:40:17 -0000 1.22
23 +++ ChangeLog 27 Feb 2008 07:15:09 -0000 1.23
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-emulation/openmsx
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.22 2007/06/11 20:40:17 nyhm Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.23 2008/02/27 07:15:09 mr_bones_ Exp $
30 +
31 +*openmsx-0.6.3 (27 Feb 2008)
32 +
33 + 27 Feb 2008; Michael Sterrett <mr_bones_@g.o>
34 + +openmsx-0.6.3.ebuild:
35 + version bump
36
37 *openmsx-0.6.2 (11 Jun 2007)
38
39
40
41
42 1.1 games-emulation/openmsx/openmsx-0.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/openmsx/openmsx-0.6.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/openmsx/openmsx-0.6.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openmsx-0.6.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.6.3.ebuild,v 1.1 2008/02/27 07:15:09 mr_bones_ Exp $
52
53 inherit toolchain-funcs games
54
55 DESCRIPTION="MSX emulator that aims for perfection"
56 HOMEPAGE="http://openmsx.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE="jack"
63
64 DEPEND="dev-lang/tcl
65 dev-libs/libxml2
66 media-libs/libpng
67 media-libs/libsdl
68 media-libs/glew
69 media-libs/sdl-image
70 virtual/opengl
71 jack? ( media-sound/jack-audio-connection-kit )"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 sed -i '/LINK_FLAGS+=/s/-s//' build/main.mk || die "sed failed"
77 sed -i \
78 -e "/DISABLED/s:$:$(use jack || echo JACK):" \
79 -e '/SYMLINK/s:true:false:' \
80 build/custom.mk \
81 || die "sed custom.mk failed"
82 }
83
84 src_compile() {
85 egamesconf || die
86 emake \
87 CXX="$(tc-getCXX)" \
88 CXXFLAGS="${CXXFLAGS}" \
89 INSTALL_SHARE_DIR="${GAMES_DATADIR}"/${PN} \
90 || die "emake failed"
91 }
92
93 src_install() {
94 emake \
95 INSTALL_BINARY_DIR="${D}${GAMES_BINDIR}" \
96 INSTALL_SHARE_DIR="${D}${GAMES_DATADIR}"/${PN} \
97 INSTALL_DOC_DIR="${D}"/usr/share/doc/${PF} \
98 install || die "emake install failed"
99 dodoc AUTHORS ChangeLog README
100 prepgamesdirs
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list