From ca810429847ec6b492362af0c9a511cc4d673792 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 19 Oct 2011 13:27:24 +0000 Subject: [PATCH] Add new ebuild for openxcom game, only live ebuild as releases do not use autotools yet. Package-Manager: portage-2.2.0_alpha68/cvs/Linux x86_64 --- games-strategy/openxcom/ChangeLog | 11 +++++ games-strategy/openxcom/metadata.xml | 9 ++++ games-strategy/openxcom/openxcom-9999.ebuild | 43 ++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 games-strategy/openxcom/ChangeLog create mode 100644 games-strategy/openxcom/metadata.xml create mode 100644 games-strategy/openxcom/openxcom-9999.ebuild diff --git a/games-strategy/openxcom/ChangeLog b/games-strategy/openxcom/ChangeLog new file mode 100644 index 000000000000..168d6cf6bee7 --- /dev/null +++ b/games-strategy/openxcom/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-strategy/openxcom +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openxcom/ChangeLog,v 1.1 2011/10/19 13:27:24 scarabeus Exp $ + +*openxcom-9999 (19 Oct 2011) + + 19 Oct 2011; Tomáš Chvátal +openxcom-9999.ebuild, + +metadata.xml: + Add new ebuild for openxcom game, only live ebuild as releases do not use + autotools yet. + diff --git a/games-strategy/openxcom/metadata.xml b/games-strategy/openxcom/metadata.xml new file mode 100644 index 000000000000..b11afe2b967f --- /dev/null +++ b/games-strategy/openxcom/metadata.xml @@ -0,0 +1,9 @@ + + + + + scarabeus@gentoo.org + Tomáš Chvátal + +games + diff --git a/games-strategy/openxcom/openxcom-9999.ebuild b/games-strategy/openxcom/openxcom-9999.ebuild new file mode 100644 index 000000000000..6856012fb5ee --- /dev/null +++ b/games-strategy/openxcom/openxcom-9999.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openxcom/openxcom-9999.ebuild,v 1.1 2011/10/19 13:27:24 scarabeus Exp $ + +EAPI=3 + +EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git" +[[ ${PV} = 9999 ]] && SCM_ECLASS="git-2 autotools" +inherit games ${SCM_ECLASS} +unset SCM_ECLASS + +DESCRIPTION="Open-source reimplementation of the original X-Com" +HOMEPAGE="http://openxcom.org/" +[[ ${PV} = 9999 ]] || SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +[[ ${PV} = 9999 ]] || KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND=" + dev-cpp/yaml-cpp + media-libs/libsdl + media-libs/sdl-gfx + media-libs/sdl-mixer +" +RDEPEND="${DEPEND}" + +src_prepare() { + [[ ${PV} = 9999 ]] && eautoreconf +} + +src_configure() { + egamesconf +} + +src_install() { + emake DESTDIR="${ED}" install || die + + elog "Remember to put X-Com data to proper location:" + elog " ${ED}/usr/share/${PN}/" + prepgamesdirs +} -- 2.26.2