public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Azamat H. Hackimov" <winterheart@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-engines/residual-tools/
Date: Wed,  5 Oct 2011 16:38:55 +0000 (UTC)	[thread overview]
Message-ID: <0571e487135e585bb9d70d39c67209f6ab69f5b8.winterheart@gentoo> (raw)

commit:     0571e487135e585bb9d70d39c67209f6ab69f5b8
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Oct  5 16:38:33 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Oct  5 16:38:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0571e487

[games-engines/residual-tools] Utilites for residual package

(Portage version: 2.1.10.11/git/Linux x86_64, unsigned Manifest commit)

---
 games-engines/residual-tools/metadata.xml          |   13 ++++++
 .../residual-tools/residual-tools-9999.ebuild      |   43 ++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/games-engines/residual-tools/metadata.xml b/games-engines/residual-tools/metadata.xml
new file mode 100644
index 0000000..7b900f9
--- /dev/null
+++ b/games-engines/residual-tools/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Utilities for the GrimE game engine
+</longdescription>
+</pkgmetadata>
+

diff --git a/games-engines/residual-tools/residual-tools-9999.ebuild b/games-engines/residual-tools/residual-tools-9999.ebuild
new file mode 100644
index 0000000..5fafe94
--- /dev/null
+++ b/games-engines/residual-tools/residual-tools-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit games git-2
+
+DESCRIPTION="Utilities for the GrimE game engine"
+HOMEPAGE="http://residual.sourceforge.net/"
+#SRC_URI=""
+EGIT_REPO_URI="https://github.com/residual/residual-tools.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="flac mad vorbis"
+
+DEPEND="flac? ( media-libs/flac )
+	mad? ( media-libs/libmad )
+	vorbis? ( media-libs/libvorbis )
+	sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# econf can't work here, configure script not have some options
+	./configure \
+		--enable-release --disable-tremor \
+		--prefix="${GAMES_PREFIX}" \
+		--datadir="${GAMES_DATADIR}" \
+		$(use_enable flac) \
+		$(use_enable mad) \
+		$(use_enable vorbis) \
+	|| die "configure failed"
+}
+
+src_install() {
+	local f
+	for f in $(find tools -type f -perm +1 -print); do
+		newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
+	done
+	prepgamesdirs
+}



                 reply	other threads:[~2011-10-05 16:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0571e487135e585bb9d70d39c67209f6ab69f5b8.winterheart@gentoo \
    --to=winterheart@gentoo.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox