diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-02-02 17:17:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-02-02 17:17:54 +0000 |
commit | d10038832f28699764e7a5f767074e375545c0b3 (patch) | |
tree | 5e984f1f5e48b488cd39f2baacb65e4eb8a9e41a /games-engines | |
parent | Dropped old (diff) | |
download | gentoo-2-d10038832f28699764e7a5f767074e375545c0b3.tar.gz gentoo-2-d10038832f28699764e7a5f767074e375545c0b3.tar.bz2 gentoo-2-d10038832f28699764e7a5f767074e375545c0b3.zip |
version bump (bug #401883)
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/qtads/ChangeLog | 9 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.2.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index 45020641287b..c4328e7dcb87 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-engines/qtads -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.15 2011/05/11 08:47:23 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.16 2012/02/02 17:17:54 mr_bones_ Exp $ + +*qtads-2.1.2 (02 Feb 2012) + + 02 Feb 2012; Michael Sterrett <mr_bones_@gentoo.org> +qtads-2.1.2.ebuild: + version bump (bug #401883) 11 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> qtads-2.1.1.ebuild: x86 stable wrt bug #365025 diff --git a/games-engines/qtads/qtads-2.1.2.ebuild b/games-engines/qtads/qtads-2.1.2.ebuild new file mode 100644 index 000000000000..9759f964ccaf --- /dev/null +++ b/games-engines/qtads/qtads-2.1.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +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 +} |