* [gentoo-commits] gentoo-x86 commit in games-emulation/vbam: vbam-1.8.0_p20110206.ebuild metadata.xml ChangeLog
@ 2011-02-09 10:21 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-02-09 10:21 UTC (permalink / raw
To: gentoo-commits
radhermit 11/02/09 10:21:03
Added: vbam-1.8.0_p20110206.ebuild metadata.xml ChangeLog
Log:
Initial import (bug #254480). Ebuild by me.
(Portage version: 2.2.0_alpha22/cvs/Linux x86_64)
Revision Changes Path
1.1 games-emulation/vbam/vbam-1.8.0_p20110206.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0_p20110206.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0_p20110206.ebuild?rev=1.1&content-type=text/plain
Index: vbam-1.8.0_p20110206.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0_p20110206.ebuild,v 1.1 2011/02/09 10:21:03 radhermit Exp $
EAPI=2
inherit confutils games cmake-utils eutils
DESCRIPTION="Game Boy, GBC, and GBA emulator forked from VisualBoyAdvance"
HOMEPAGE="http://vba-m.ngemu.com"
SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk lirc +sdl"
RDEPEND="media-libs/libpng
media-libs/libsdl[joystick]
media-libs/libsfml
sys-libs/zlib
virtual/opengl
gtk? ( >=dev-cpp/libglademm-2.4.0
>=dev-cpp/glibmm-2.4.0
>=dev-cpp/gtkmm-2.4.0
>=dev-cpp/gtkglextmm-1.2.0 )
lirc? ( app-misc/lirc )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
confutils_require_any sdl gtk
}
src_prepare() {
epatch "${FILESDIR}"/${P}-cflags.patch \
"${FILESDIR}"/${P}-disable-asm.patch
}
src_configure() {
mycmakeargs="$(cmake-utils_use_no sdl SDL)
$(cmake-utils_use_no gtk GTK)
$(cmake-utils_use_with lirc LIRC)
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
if use sdl ; then
dodoc doc/ReadMe.SDL.txt
doman debian/vbam.1
fi
prepgamesdirs
}
1.1 games-emulation/vbam/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>radhermit@gentoo.org</email>
<name>Tim Harder</name>
</maintainer>
</pkgmetadata>
1.1 games-emulation/vbam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for games-emulation/vbam
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.1 2011/02/09 10:21:03 radhermit Exp $
*vbam-1.8.0_p20110206 (09 Feb 2011)
09 Feb 2011; Tim Harder <radhermit@gentoo.org> +vbam-1.8.0_p20110206.ebuild,
+files/vbam-1.8.0_p20110206-cflags.patch,
+files/vbam-1.8.0_p20110206-disable-asm.patch, +metadata.xml:
Initial import (bug #254480). Ebuild by me.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-09 10:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 10:21 [gentoo-commits] gentoo-x86 commit in games-emulation/vbam: vbam-1.8.0_p20110206.ebuild metadata.xml ChangeLog Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox