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: ChangeLog qtads-2.1.2.ebuild
Date: Thu, 02 Feb 2012 17:18:03
Message-Id: 20120202171754.E067B2004B@flycatcher.gentoo.org
1 mr_bones_ 12/02/02 17:17:54
2
3 Modified: ChangeLog
4 Added: qtads-2.1.2.ebuild
5 Log:
6 version bump (bug #401883)
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.16 games-engines/qtads/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 11 May 2011 08:47:23 -0000 1.15
24 +++ ChangeLog 2 Feb 2012 17:17:54 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-engines/qtads
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.15 2011/05/11 08:47:23 phajdan.jr Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.16 2012/02/02 17:17:54 mr_bones_ Exp $
31 +
32 +*qtads-2.1.2 (02 Feb 2012)
33 +
34 + 02 Feb 2012; Michael Sterrett <mr_bones_@g.o> +qtads-2.1.2.ebuild:
35 + version bump (bug #401883)
36
37 11 May 2011; Pawel Hajdan jr <phajdan.jr@g.o> qtads-2.1.1.ebuild:
38 x86 stable wrt bug #365025
39
40
41
42 1.1 games-engines/qtads/qtads-2.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/qtads/qtads-2.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qtads-2.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.2.ebuild,v 1.1 2012/02/02 17:17:54 mr_bones_ Exp $
52
53 EAPI=2
54 inherit eutils qt4-r2 games
55
56 DESCRIPTION="Multimedia interpreter for TADS text adventures"
57 HOMEPAGE="http://qtads.sourceforge.net"
58 SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="x11-libs/qt-gui:4
66 media-libs/libsdl[audio]
67 media-libs/sdl-mixer[midi,vorbis]
68 media-libs/sdl-sound[mp3]"
69
70 src_configure() {
71 qt4-r2_src_configure
72 }
73
74 src_install() {
75 dogamesbin qtads || die
76 doman qtads.6
77 dodoc AUTHORS BUGS NEWS README
78 make_desktop_entry qtads QTads
79 prepgamesdirs
80 }