Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/xe
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.9 2008/04/28 23:53:31 mr_bones_ Exp $
28 Apr 2008; Michael Sterrett
-xe-20060101.ebuild:
remove older ebuild (versioning change will look like a downgrade)
*xe-2.14.0 (28 Apr 2008)
28 Apr 2008; Michael Sterrett
+xe-2.14.0.ebuild:
version bump
07 Mar 2007; Chris Gianelloni
Change all instances of [ to [[.
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
01 Dec 2006; Chris Gianelloni
Removing old virtual/x11 dependency.
31 Mar 2006; Chris Gianelloni
Changing nostrip to strip.
11 Feb 2006; Joshua Baergen
xe-20060101.ebuild:
Added modular X dependencies (bug #122293, Tupone Alfredo).
*xe-20060101 (09 Jan 2006)
09 Jan 2006; Michael Sterrett
+xe-20060101.ebuild:
version bump
*xe-20050801 (04 Aug 2005)
04 Aug 2005; Michael Sterrett
+metadata.xml, +xe-20050801.ebuild:
initial commit (bug #74323)
AUX xe-2.14.0 173 RMD160 57f4f82d70108e7a515624117a97fc1f2738eae8 SHA1 ea5540cd09742042149f8adf0243d66242d92cce SHA256 4c8ff5e8e42525b0cf8e56ff0f8a4305a5a8c5fc702d3c71c8f01f8bb88faab1
DIST xe-x86-32-bin.2.14.0.tar.bz2 1454772 RMD160 f9f023f1aa500c2df5fde0ae948df52c9f205860 SHA1 6a3374b5aa0fb07d53b620020d866f3785c2af1c SHA256 4b3da47397d063a8ebb1f0a6b31a23a8ae25070b1cb6fa0b71f0a054cb5dc3f3
EBUILD xe-2.14.0.ebuild 1192 RMD160 6272aa92c8540a049eb888f06dda036c051f7789 SHA1 5113c4fc0407e9b8b9d911aca017a5a26a42e7ca SHA256 89da8dac14fcfd339192001c5e42a6b1f9743ad6422b986e8349e3ffd399bd76
MISC ChangeLog 1411 RMD160 7a98e1312d14ca259e7dc014dc5d2028507b6473 SHA1 2b79258bad4beeec2bb7a9f274119d8edd45cea3 SHA256 00616f2c5bba86983365df5b635631808402830aacb2d98fd49580c2ae26b308
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-2.14.0.ebuild,v 1.1 2008/04/28 23:51:56 mr_bones_ Exp $
inherit games
DESCRIPTION="a multi system emulator for many console and handheld video game systems"
HOMEPAGE="http://www.xe-emulator.com/"
SRC_URI="http://www.xe-emulator.com/files/${PN}-x86-32-bin.${PV}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~x86"
IUSE=""
RESTRICT="strip"
RDEPEND="x11-libs/libXv
x11-libs/libXxf86vm
sys-libs/zlib
=x11-libs/gtk+-2*"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${PN}-x86
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e '/strip/d' \
-e '/^CC/d' \
Makefile \
|| die "sed failed"
}
src_install() {
newgamesbin xe xe.bin || die "newgamesbin failed"
newgamesbin "${FILESDIR}"/xe-${PV} xe || die "newgamesbin failed"
sed -i \
-e "s:GENTOODIR:$(games_get_libdir)/${PN}:" "${D}/${GAMES_BINDIR}/xe" \
|| die "sed failed"
insinto "$(games_get_libdir)"/${PN}
doins -r modules/ rc/ || die "doins failed"
keepdir "$(games_get_libdir)"/${PN}/bios
dodoc README.txt
dohtml manual.html
prepgamesdirs
}