public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/babylon5-ifh-dao/
@ 2011-11-04 18:55 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2011-11-04 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4fcc69fd707f7800fd01abf3805768ad2afb932d
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Nov  4 18:54:07 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Nov  4 18:54:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=4fcc69fd

Bundle back fmod
FMOD from portage unacceptable.

(Portage version: 2.1.10.11/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 .../babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild  |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
index e5b4b39..0372033 100644
--- a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
+++ b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=media-libs/fmod-4.30.06
-	virtual/opengl
+RDEPEND="virtual/opengl
 	x11-libs/libX11"
 DEPEND="${DEPEND}"
 
@@ -27,9 +26,11 @@ src_install() {
 	local dir=${GAMES_PREFIX_OPT}/ifh
 	if use amd64; then
 		local exefile=coreifh64
+		local fmodex=libfmodex64.so
 	fi
 	if use x86; then
 		local exefile=coreifh32
+		local fmodex=libfmodex.so
 	fi
 	# useless stuff
 	rm -r "${S}"/data/music/gg/.svn/
@@ -40,7 +41,7 @@ src_install() {
 	# Saves goes here. INSECURE!!1
 	fperms 770 "${dir}"/data/pilots
 	exeinto "${dir}"/bin
-	doexe bin/${exefile} || die "doexe failes"
+	doexe bin/{${exefile},${fmodex}} || die "doexe failes"
 	games_make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
 
 	prepgamesdirs



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/babylon5-ifh-dao/
@ 2018-11-15 21:35 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2018-11-15 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7cc86a88f9fcc2b2b38239d0fb4c2e26b4702c6a
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Nov 15 21:18:37 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Nov 15 21:18:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7cc86a88

games-simulation/babylon5-ifh-dao: Renew ebuild

Hello, my old friend...

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild       | 17 +++++++----------
 games-simulation/babylon5-ifh-dao/metadata.xml          |  3 +--
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
index 0372033..e661419 100644
--- a/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
+++ b/games-simulation/babylon5-ifh-dao/babylon5-ifh-dao-1.15.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=3
+EAPI=6
 
-inherit games
+inherit eutils
 
 MY_PV=${PV/./}
 DESCRIPTION="Danger and Opportunity - a prequel for Babylon 5: I've Found Her"
 HOMEPAGE="http://ifhgame.ru/main/dao-home"
 SRC_URI="http://www.b5.ru/ifh/ifh${MY_PV}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="HPND"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
@@ -20,10 +19,10 @@ RDEPEND="virtual/opengl
 	x11-libs/libX11"
 DEPEND="${DEPEND}"
 
-S="${WORKDIR}"/ifh
+S="${WORKDIR}/ifh"
 
 src_install() {
-	local dir=${GAMES_PREFIX_OPT}/ifh
+	local dir=/opt/ifh
 	if use amd64; then
 		local exefile=coreifh64
 		local fmodex=libfmodex64.so
@@ -42,7 +41,5 @@ src_install() {
 	fperms 770 "${dir}"/data/pilots
 	exeinto "${dir}"/bin
 	doexe bin/{${exefile},${fmodex}} || die "doexe failes"
-	games_make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
-
-	prepgamesdirs
+	make_wrapper ${PN} ./${exefile} "${dir}/bin" "${dir}/bin"
 }

diff --git a/games-simulation/babylon5-ifh-dao/metadata.xml b/games-simulation/babylon5-ifh-dao/metadata.xml
index d523069..b89738d 100644
--- a/games-simulation/babylon5-ifh-dao/metadata.xml
+++ b/games-simulation/babylon5-ifh-dao/metadata.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>gamerlay</herd>
-<maintainer>
+<maintainer type="person">
 <email>azamat.hackimov@gmail.com</email>
 <name>Azamat H. Hackimov</name>
 </maintainer>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-15 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-15 21:35 [gentoo-commits] proj/gamerlay:master commit in: games-simulation/babylon5-ifh-dao/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2011-11-04 18:55 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