public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/lxdream: metadata.xml ChangeLog lxdream-0.9.1.ebuild
@ 2010-02-13 23:33 ChA-Thanh Christopher Nguyan (chithanh)
  0 siblings, 0 replies; only message in thread
From: ChA-Thanh Christopher Nguyan (chithanh) @ 2010-02-13 23:33 UTC (permalink / raw
  To: gentoo-commits

chithanh    10/02/13 23:33:02

  Added:                metadata.xml ChangeLog lxdream-0.9.1.ebuild
  Log:
  Initial import for bug #202989
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  games-emulation/lxdream/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/lxdream/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/lxdream/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>games</herd>
	<maintainer>
		<email>chithanh@gentoo.org</email>
		<name>Chí-Thanh Christopher Nguyễn</name>
	</maintainer>
</pkgmetadata>




1.1                  games-emulation/lxdream/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/lxdream/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/lxdream/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for games-emulation/lxdream
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/lxdream/ChangeLog,v 1.1 2010/02/13 23:33:02 chithanh Exp $

*lxdream-0.9.1 (13 Feb 2010)

  13 Feb 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +lxdream-0.9.1.ebuild, +metadata.xml:
  Initial import for bug #202989




1.1                  games-emulation/lxdream/lxdream-0.9.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/lxdream/lxdream-0.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/lxdream/lxdream-0.9.1.ebuild?rev=1.1&content-type=text/plain

Index: lxdream-0.9.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/lxdream/lxdream-0.9.1.ebuild,v 1.1 2010/02/13 23:33:02 chithanh Exp $

EAPI="2"

inherit eutils games

DESCRIPTION="An emulator for the Sega Dreamcast system"
HOMEPAGE="http://www.lxdream.org/"
SRC_URI="http://www.lxdream.org/count.php?file=${P}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug esd profile pulseaudio sdl"

RDEPEND="media-libs/alsa-lib
	media-libs/libpng
	esd? ( media-sound/esound )
	pulseaudio? ( media-sound/pulseaudio )
	sdl? ( media-libs/libsdl )
	virtual/opengl
	x11-libs/gtk+:2"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext
	virtual/os-headers"

src_configure() {
	econf \
		$(use_enable debug trace) \
		$(use_enable debug watch) \
		$(use_enable profile profiled) \
		$(use_with esd) \
		$(use_with pulseaudio pulse) \
		$(use_with sdl)
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc ChangeLog NEWS README || die "dodoc failed"
	doicon pixmaps/${PN}.png || die "doicon failed"
	domenu ${PN}.desktop || die "domenu failed"
	prepgamesdirs
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-13 23:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-13 23:33 [gentoo-commits] gentoo-x86 commit in games-emulation/lxdream: metadata.xml ChangeLog lxdream-0.9.1.ebuild ChA-Thanh Christopher Nguyan (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox