summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-12-31 21:15:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-12-31 21:15:15 +0000
commitb88d75c4255bea79dd0bcdb50e7103bec395fe1e (patch)
treea0f777602ca4c295ff073ade6e2de34d737627b2 /games-engines
parentStable for HPPA (bug #348733). (diff)
downloadgentoo-2-b88d75c4255bea79dd0bcdb50e7103bec395fe1e.tar.gz
gentoo-2-b88d75c4255bea79dd0bcdb50e7103bec395fe1e.tar.bz2
gentoo-2-b88d75c4255bea79dd0bcdb50e7103bec395fe1e.zip
initial commit of version 2 (bug #338986) with ebuild submitted by Nikos Chantziaras
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/qtads/ChangeLog11
-rw-r--r--games-engines/qtads/metadata.xml5
-rw-r--r--games-engines/qtads/qtads-2.0.1.ebuild32
3 files changed, 48 insertions, 0 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog
new file mode 100644
index 000000000000..d5f4571017c8
--- /dev/null
+++ b/games-engines/qtads/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for games-engines/qtads
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.10 2010/12/31 21:15:15 mr_bones_ Exp $
+
+*qtads-2.0.1 (31 Dec 2010)
+
+ 31 Dec 2010; Michael Sterrett <mr_bones_@gentoo.org> +qtads-2.0.1.ebuild,
+ +metadata.xml:
+ initial commit of version 2 (bug #338986) with ebuild submitted by Nikos
+ Chantziaras
+
diff --git a/games-engines/qtads/metadata.xml b/games-engines/qtads/metadata.xml
new file mode 100644
index 000000000000..f72870c0c28d
--- /dev/null
+++ b/games-engines/qtads/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>games</herd>
+</pkgmetadata>
diff --git a/games-engines/qtads/qtads-2.0.1.ebuild b/games-engines/qtads/qtads-2.0.1.ebuild
new file mode 100644
index 000000000000..dba1c0943d4d
--- /dev/null
+++ b/games-engines/qtads/qtads-2.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.0.1.ebuild,v 1.1 2010/12/31 21:15:15 mr_bones_ Exp $
+
+EAPI=2
+inherit eutils qt4-r2 games
+
+DESCRIPTION="Multimedia interpreter for TADS text adventures"
+HOMEPAGE="http://qtads.sourceforge.net"
+SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-gui:4
+ media-libs/libsdl[audio]
+ media-libs/sdl-mixer[midi,vorbis]
+ media-libs/sdl-sound[mp3]"
+
+src_configure() {
+ qt4-r2_src_configure
+}
+
+src_install() {
+ dogamesbin qtads || die
+ doman qtads.6
+ dodoc AUTHORS BUGS NEWS README
+ make_desktop_entry qtads QTads
+ prepgamesdirs
+}