* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2011-02-23 22:27 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-02-23 22:27 UTC (permalink / raw
To: gentoo-commits
commit: fe9817777475170c6f10594200037091c9e33c38
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Feb 23 22:27:05 2011 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Feb 23 22:27:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=fe981777
[games-strategy/openxcom] Swithed to git repository.
Small fix for compilation (mkdir obj)
(Portage version: 2.1.9.25/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
games-strategy/openxcom/openxcom-9999.ebuild | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-9999.ebuild b/games-strategy/openxcom/openxcom-9999.ebuild
index 9b09c77..0a6b5ed 100644
--- a/games-strategy/openxcom/openxcom-9999.ebuild
+++ b/games-strategy/openxcom/openxcom-9999.ebuild
@@ -4,11 +4,11 @@
EAPI="3"
-inherit eutils games subversion
+inherit eutils games git
DESCRIPTION="Open-source reimplementation of the original X-Com"
HOMEPAGE="http://openxcom.ninex.info/"
-ESVN_REPO_URI="https://openxcom.svn.sourceforge.net/svnroot/openxcom/trunk/"
+EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
#SRC_URI=""
LICENSE="GPL-3"
@@ -35,6 +35,7 @@ src_prepare() {
}
src_compile() {
+ mkdir obj
cd src
emake || die "make failed"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2011-09-18 21:07 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-09-18 21:07 UTC (permalink / raw
To: gentoo-commits
commit: f153594e37f87843409710f8c9147f4e5585b44b
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Sep 18 21:07:18 2011 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Sep 18 21:07:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f153594e
[games-strategy/openxcom] Cleanup 9999: removing patch/sed and using DATADIR instead
(Portage version: 2.1.10.11/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
games-strategy/openxcom/openxcom-9999.ebuild | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-9999.ebuild b/games-strategy/openxcom/openxcom-9999.ebuild
index fda102f..8f4d8fb 100644
--- a/games-strategy/openxcom/openxcom-9999.ebuild
+++ b/games-strategy/openxcom/openxcom-9999.ebuild
@@ -29,15 +29,9 @@ RDEPEND=">=dev-cpp/yaml-cpp-0.2.6
media-libs/sdl-mixer[timidity]"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.3-makefile.patch
- sed -i -e "s:/usr/share/openxcom:${GAMES_DATADIR}/${PN}:" \
- "${S}"/src/Engine/CrossPlatform.cpp || die "sed failed"
-}
-
src_compile() {
cd src
- emake || die "make failed"
+ emake DATADIR="${GAMES_DATADIR}/${PN}/" || die "make failed"
}
src_install() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2013-05-17 18:11 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2013-05-17 18:11 UTC (permalink / raw
To: gentoo-commits
commit: dcb453fa2e814b409e31e1a5b7adc6dfc24d82e3
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri May 17 18:10:18 2013 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri May 17 18:10:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=dcb453fa
[games-strategy/openxcom] Added USE-flag doc.
Package-Manager: portage-2.1.11.62
Manifest-Sign-Key: A018DE8C
---
games-strategy/openxcom/openxcom-0.9.ebuild | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9.ebuild b/games-strategy/openxcom/openxcom-0.9.ebuild
index e7d7bdd..3c41acb 100644
--- a/games-strategy/openxcom/openxcom-0.9.ebuild
+++ b/games-strategy/openxcom/openxcom-0.9.ebuild
@@ -13,15 +13,16 @@ SRC_URI="https://github.com/SupSuper/OpenXcom/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="doc"
-DEPEND="~dev-cpp/yaml-cpp-0.3.0
+RDEPEND="~dev-cpp/yaml-cpp-0.3.0
media-libs/libsdl:0
media-libs/sdl-gfx
media-libs/sdl-image:0
media-libs/sdl-mixer
media-sound/timidity++"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
S="${WORKDIR}/OpenXcom-${PV}"
@@ -39,13 +40,16 @@ src_configure() {
}
src_compile() {
+ use doc && cmake-utils_src_compile doxygen
cmake-utils_src_compile
}
-#src_install() {
-# cmake-utils_src_install
-# prepgamesdirs
-#}
+src_install() {
+ cmake-utils_src_install
+ use doc && dohtml -r "${CMAKE_BUILD_DIR}"/docs/html/*
+
+ prepgamesdirs
+}
pkg_postinst() {
games_pkg_postinst
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2013-07-22 14:35 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2013-07-22 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 0ca902bbc47f01455152932dfe5b9e0b084857e1
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 22 14:34:54 2013 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 22 14:34:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0ca902bb
[games-strategy/openxcom] Added ROUTES folder in elog.
Thanks to Myk Taylor for reporting.
Package-Manager: portage-2.1.12.2
Manifest-Sign-Key: A018DE8C
---
games-strategy/openxcom/openxcom-0.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9.ebuild b/games-strategy/openxcom/openxcom-0.9.ebuild
index 3c41acb..1de5d80 100644
--- a/games-strategy/openxcom/openxcom-0.9.ebuild
+++ b/games-strategy/openxcom/openxcom-0.9.ebuild
@@ -53,7 +53,7 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- elog "In order to play you need copy GEODATA, GEOGRAPH, MAPS, SOUND, TERRAIN"
- elog "UFOGRAPH, UFOINTRO, UNITS folders from original X-COM game to"
+ 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"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2013-09-05 19:40 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2013-09-05 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 8e881165e1cfc85e1742829163b8c6666767d24d
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Sep 5 19:33:57 2013 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Sep 5 19:33:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=8e881165
[games-strategy/openxcom] Added new version
---
.../openxcom/openxcom-0.9_p20130906.ebuild | 57 ++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20130906.ebuild b/games-strategy/openxcom/openxcom-0.9_p20130906.ebuild
new file mode 100644
index 0000000..2792064
--- /dev/null
+++ b/games-strategy/openxcom/openxcom-0.9_p20130906.ebuild
@@ -0,0 +1,57 @@
+# 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"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-03-19 14:29 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-03-19 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 1c88fc7c23b78547e8b13c2c449cb76fb0d55987
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Mar 19 14:29:08 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Mar 19 14:29:08 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1c88fc7c
[games-strategy/openxcom] New version from git
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
.../openxcom/openxcom-0.9_p20140318.ebuild | 62 ++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20140318.ebuild b/games-strategy/openxcom/openxcom-0.9_p20140318.ebuild
new file mode 100644
index 0000000..4798af5
--- /dev/null
+++ b/games-strategy/openxcom/openxcom-0.9_p20140318.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 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/"
+# 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
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="app-arch/unzip
+ >=dev-cpp/yaml-cpp-0.5.1
+ media-libs/libsdl
+ media-libs/sdl-gfx
+ media-libs/sdl-image
+ 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/*
+ insinto "${GAMES_DATADIR}/${PN}/data/"
+ doins -r "../openxcom/data/Language/"
+
+ 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"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-03-20 1:18 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-03-20 1:18 UTC (permalink / raw
To: gentoo-commits
commit: ba8e4ef6bec960f4160a03a3d0419664d49dcaf2
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Mar 20 01:17:50 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> 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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-04-07 15:56 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-04-07 15:56 UTC (permalink / raw
To: gentoo-commits
commit: f710cbac54f088bec6c06523993b4f0ab6ccce53
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 15:56:03 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Apr 7 15:56:03 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f710cbac
[games-strategy/openxcom] Version bump
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
.../{openxcom-0.9_p20140319.ebuild => openxcom-0.9_p20140407.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20140319.ebuild b/games-strategy/openxcom/openxcom-0.9_p20140407.ebuild
similarity index 95%
rename from games-strategy/openxcom/openxcom-0.9_p20140319.ebuild
rename to games-strategy/openxcom/openxcom-0.9_p20140407.ebuild
index 081e813..437e666 100644
--- a/games-strategy/openxcom/openxcom-0.9_p20140319.ebuild
+++ b/games-strategy/openxcom/openxcom-0.9_p20140407.ebuild
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/"
# For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_03_18_2038.zip"
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_04_07_0649.zip"
EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
-EGIT_COMMIT=56d81b7179c240b47f468e7abc62859471f582a3
+EGIT_COMMIT=001fc0d31727cb97fa16468ce6c978e47140342b
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-04-11 17:18 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-04-11 17:18 UTC (permalink / raw
To: gentoo-commits
commit: b325ab03ed5cd1bf5fae2efc3dd6d6ed0c551052
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Apr 11 17:17:44 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Apr 11 17:17:44 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b325ab03
[games-strategy/openxcom] New version, desktop file and pixmaps.
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
...{openxcom-0.9_p20140407.ebuild => openxcom-0.9_p20140411.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20140407.ebuild b/games-strategy/openxcom/openxcom-0.9_p20140411.ebuild
similarity index 90%
rename from games-strategy/openxcom/openxcom-0.9_p20140407.ebuild
rename to games-strategy/openxcom/openxcom-0.9_p20140411.ebuild
index 437e666..55bef80 100644
--- a/games-strategy/openxcom/openxcom-0.9_p20140407.ebuild
+++ b/games-strategy/openxcom/openxcom-0.9_p20140411.ebuild
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/"
# For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_04_07_0649.zip"
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_04_11_0608.zip"
EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
-EGIT_COMMIT=001fc0d31727cb97fa16468ce6c978e47140342b
+EGIT_COMMIT=7de60a2a9a3bc7a1ae4e6564024a539f6bd599c2
LICENSE="GPL-3"
SLOT="0"
@@ -50,6 +50,8 @@ src_install() {
use doc && dohtml -r "${CMAKE_BUILD_DIR}"/docs/html/*
insinto "${GAMES_DATADIR}/${PN}/data/"
doins -r "../openxcom/data/Language/"
+ doicon res/linux/icons/openxcom.svg
+ domenu res/linux/openxcom.desktop
prepgamesdirs
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-04-27 10:11 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-04-27 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 5fdb5903518e6d1f88680e578efa5b275d46b0ff
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Apr 27 10:06:39 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Apr 27 10:11:18 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5fdb5903
[games-strategy/openxcom] Version bump
---
.../{openxcom-0.9_p20140411.ebuild => openxcom-0.9_p20140427.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20140411.ebuild b/games-strategy/openxcom/openxcom-0.9_p20140427.ebuild
similarity index 95%
rename from games-strategy/openxcom/openxcom-0.9_p20140411.ebuild
rename to games-strategy/openxcom/openxcom-0.9_p20140427.ebuild
index 55bef80..493050c 100644
--- a/games-strategy/openxcom/openxcom-0.9_p20140411.ebuild
+++ b/games-strategy/openxcom/openxcom-0.9_p20140427.ebuild
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/"
# For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_04_11_0608.zip"
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_04_27_0630.zip"
EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
-EGIT_COMMIT=7de60a2a9a3bc7a1ae4e6564024a539f6bd599c2
+EGIT_COMMIT=1daa72dbeefeb9ea24ad0b9032f7b64b3a048d60
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-05-12 16:29 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-05-12 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 37fb6867dec809c7b9e1fda748f4aaefcc48c43d
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon May 12 16:28:29 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon May 12 16:28:29 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=37fb6867
[games-strategy/openxcom] Version bump
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
.../{openxcom-0.9_p20140427.ebuild => openxcom-0.9_p20140512.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20140427.ebuild b/games-strategy/openxcom/openxcom-0.9_p20140512.ebuild
similarity index 95%
rename from games-strategy/openxcom/openxcom-0.9_p20140427.ebuild
rename to games-strategy/openxcom/openxcom-0.9_p20140512.ebuild
index 493050c..7c359fe 100644
--- a/games-strategy/openxcom/openxcom-0.9_p20140427.ebuild
+++ b/games-strategy/openxcom/openxcom-0.9_p20140512.ebuild
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/"
# For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_04_27_0630.zip"
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_05_12_0530.zip"
EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
-EGIT_COMMIT=1daa72dbeefeb9ea24ad0b9032f7b64b3a048d60
+EGIT_COMMIT=225f19ab6a9313905cd21ab937b2fd00f5c5c77a
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-05-28 17:57 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-05-28 17:57 UTC (permalink / raw
To: gentoo-commits
commit: eec91623d667d463a7b7bb9859639d273f8a6f7e
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed May 28 17:57:22 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed May 28 17:57:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=eec91623
[games-strategy/openxcom] First 1.0 pre version.
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
...{openxcom-0.9_p20140514.ebuild => openxcom-1.0_pre20140528.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-0.9_p20140514.ebuild b/games-strategy/openxcom/openxcom-1.0_pre20140528.ebuild
similarity index 95%
rename from games-strategy/openxcom/openxcom-0.9_p20140514.ebuild
rename to games-strategy/openxcom/openxcom-1.0_pre20140528.ebuild
index 7c359fe..5c77b23 100644
--- a/games-strategy/openxcom/openxcom-0.9_p20140514.ebuild
+++ b/games-strategy/openxcom/openxcom-1.0_pre20140528.ebuild
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/"
# For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_05_12_0530.zip"
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_05_28_0101.zip"
EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
-EGIT_COMMIT=225f19ab6a9313905cd21ab937b2fd00f5c5c77a
+EGIT_COMMIT=467fd76aa47721097dc6e5539f555cd02228e190
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-06-13 18:46 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-06-13 18:46 UTC (permalink / raw
To: gentoo-commits
commit: b64ccd53adcd139fee15c5c24f230a8244fa2a30
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Jun 13 18:46:22 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Jun 13 18:46:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b64ccd53
[games-strategy/openxcom] Version bump
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
...penxcom-1.0_pre20140528.ebuild => openxcom-1.0_pre20140614.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/openxcom/openxcom-1.0_pre20140528.ebuild b/games-strategy/openxcom/openxcom-1.0_pre20140614.ebuild
similarity index 95%
rename from games-strategy/openxcom/openxcom-1.0_pre20140528.ebuild
rename to games-strategy/openxcom/openxcom-1.0_pre20140614.ebuild
index 5c77b23..f9df84f 100644
--- a/games-strategy/openxcom/openxcom-1.0_pre20140528.ebuild
+++ b/games-strategy/openxcom/openxcom-1.0_pre20140614.ebuild
@@ -9,9 +9,9 @@ inherit cmake-utils games git-2
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/"
# For translation files
-SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_05_28_0101.zip"
+SRC_URI="http://openxcom.org/git_builds/openxcom_git_master_2014_06_13_1923.zip"
EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git"
-EGIT_COMMIT=467fd76aa47721097dc6e5539f555cd02228e190
+EGIT_COMMIT=71c8b2a2779ebd76f621e404d472d39fc4da022a
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/
@ 2014-06-14 7:10 Azamat H. Hackimov
0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2014-06-14 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 0d1d4b7832a673827cb49cf1baf90e335af9f4e2
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Jun 14 07:10:41 2014 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Jun 14 07:10:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0d1d4b78
[games-strategy/openxcom] 1.0 is here, watch out!
Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C
---
games-strategy/openxcom/openxcom-1.0.0.ebuild | 57 +++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/games-strategy/openxcom/openxcom-1.0.0.ebuild b/games-strategy/openxcom/openxcom-1.0.0.ebuild
new file mode 100644
index 0000000..709a530
--- /dev/null
+++ b/games-strategy/openxcom/openxcom-1.0.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils games
+
+DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
+HOMEPAGE="http://openxcom.org/"
+SRC_URI="http://openxcom.org/wp-content/uploads/downloads/2014/06/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc"
+
+RDEPEND="app-arch/unzip
+ >=dev-cpp/yaml-cpp-0.5.1
+ media-libs/libsdl
+ media-libs/sdl-gfx
+ media-libs/sdl-image
+ media-libs/sdl-mixer
+ media-sound/timidity++"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
+
+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/*
+ doicon res/linux/icons/openxcom.svg
+ domenu res/linux/openxcom.desktop
+
+ 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"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2014-06-14 7:10 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-18 21:07 [gentoo-commits] proj/gamerlay:master commit in: games-strategy/openxcom/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2014-06-14 7:10 Azamat H. Hackimov
2014-06-13 18:46 Azamat H. Hackimov
2014-05-28 17:57 Azamat H. Hackimov
2014-05-12 16:29 Azamat H. Hackimov
2014-04-27 10:11 Azamat H. Hackimov
2014-04-11 17:18 Azamat H. Hackimov
2014-04-07 15:56 Azamat H. Hackimov
2014-03-20 1:18 Azamat H. Hackimov
2014-03-19 14:29 Azamat H. Hackimov
2013-09-05 19:40 Azamat H. Hackimov
2013-07-22 14:35 Azamat H. Hackimov
2013-05-17 18:11 Azamat H. Hackimov
2011-02-23 22:27 Azamat H. Hackimov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox