From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B55E1391DB for ; Thu, 20 Mar 2014 01:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C9EE0A53; Thu, 20 Mar 2014 01:18:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19550E0A53 for ; Thu, 20 Mar 2014 01:18:36 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BACF33FD30 for ; Thu, 20 Mar 2014 01:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1E4D318875 for ; Thu, 20 Mar 2014 01:18:33 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1395278270.ba8e4ef6bec960f4160a03a3d0419664d49dcaf2.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/openxcom/openxcom-0.9_p20130906.ebuild games-strategy/openxcom/openxcom-0.9_p20140318.ebuild games-strategy/openxcom/openxcom-0.9_p20140319.ebuild X-VCS-Directories: games-strategy/openxcom/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: ba8e4ef6bec960f4160a03a3d0419664d49dcaf2 X-VCS-Branch: master Date: Thu, 20 Mar 2014 01:18:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8db20780-301e-496c-9e62-cbc720851679 X-Archives-Hash: 8d1a39f80c357cef53d4b20b33d1804d commit: ba8e4ef6bec960f4160a03a3d0419664d49dcaf2 Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Mar 20 01:17:50 2014 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Mar 20 01:17:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ba8e4ef6 [games-strategy/openxcom] Quick bump to solve application crash bug. Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: A018DE8C --- .../openxcom/openxcom-0.9_p20130906.ebuild | 57 ---------------------- ...140318.ebuild => openxcom-0.9_p20140319.ebuild} | 4 +- 2 files changed, 2 insertions(+), 59 deletions(-) diff --git a/games-strategy/openxcom/openxcom-0.9_p20130906.ebuild b/games-strategy/openxcom/openxcom-0.9_p20130906.ebuild deleted file mode 100644 index 2792064..0000000 --- a/games-strategy/openxcom/openxcom-0.9_p20130906.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils games git-2 - -DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" -HOMEPAGE="http://openxcom.org/" -EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git" -EGIT_COMMIT=3558366d159029149b83945916420531b8e670f1 - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-cpp/yaml-cpp-0.5.1 - media-libs/libsdl:0 - media-libs/sdl-gfx - media-libs/sdl-image:0 - media-libs/sdl-mixer - media-sound/timidity++" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -S="${WORKDIR}/OpenXcom" - -DOCS=( README.txt ) - -src_configure() { - mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" - "-DDATADIR=${GAMES_DATADIR}/${PN}" - ) - cmake-utils_src_configure -} - -src_compile() { - use doc && cmake-utils_src_compile doxygen - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}"/docs/html/* - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "In order to play you need copy GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND," - elog "TERRAIN, UFOGRAPH, UFOINTRO, UNITS folders from original X-COM game to" - elog "${GAMES_DATADIR}/${PN}/data" -} diff --git a/games-strategy/openxcom/openxcom-0.9_p20140318.ebuild b/games-strategy/openxcom/openxcom-0.9_p20140319.ebuild similarity index 95% rename from games-strategy/openxcom/openxcom-0.9_p20140318.ebuild rename to games-strategy/openxcom/openxcom-0.9_p20140319.ebuild index 4798af5..081e813 100644 --- a/games-strategy/openxcom/openxcom-0.9_p20140318.ebuild +++ b/games-strategy/openxcom/openxcom-0.9_p20140319.ebuild @@ -11,12 +11,12 @@ HOMEPAGE="http://openxcom.org/" # For translation files SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_03_18_2038.zip" EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git" -EGIT_COMMIT=e6ccd67125862f66c3534544a27b2691cb154a68 +EGIT_COMMIT=56d81b7179c240b47f468e7abc62859471f582a3 LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="debug doc" RDEPEND="app-arch/unzip >=dev-cpp/yaml-cpp-0.5.1