Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/qtads: metadata.xml ChangeLog qtads-2.0.1.ebuild
Date: Fri, 31 Dec 2010 21:15:25
Message-Id: 20101231211515.6263F20054@flycatcher.gentoo.org
1 mr_bones_ 10/12/31 21:15:15
2
3 Added: metadata.xml ChangeLog qtads-2.0.1.ebuild
4 Log:
5 initial commit of version 2 (bug #338986) with ebuild submitted by Nikos Chantziaras
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 games-engines/qtads/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/metadata.xml?r1=1.2&r2=1.3
15
16
17
18
19 1.10 games-engines/qtads/ChangeLog
20
21 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.10&view=markup
22 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.10&content-type=text/plain
23 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?r1=1.9&r2=1.10
24
25
26
27
28 1.1 games-engines/qtads/qtads-2.0.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.0.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.0.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: qtads-2.0.1.ebuild
34 ===================================================================
35 # Copyright 1999-2010 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $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 $
38
39 EAPI=2
40 inherit eutils qt4-r2 games
41
42 DESCRIPTION="Multimedia interpreter for TADS text adventures"
43 HOMEPAGE="http://qtads.sourceforge.net"
44 SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
45
46 LICENSE="GPL-2"
47 SLOT="0"
48 KEYWORDS="~amd64 ~x86"
49 IUSE=""
50
51 DEPEND="x11-libs/qt-gui:4
52 media-libs/libsdl[audio]
53 media-libs/sdl-mixer[midi,vorbis]
54 media-libs/sdl-sound[mp3]"
55
56 src_configure() {
57 qt4-r2_src_configure
58 }
59
60 src_install() {
61 dogamesbin qtads || die
62 doman qtads.6
63 dodoc AUTHORS BUGS NEWS README
64 make_desktop_entry qtads QTads
65 prepgamesdirs
66 }