diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-24 20:12:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-24 20:12:22 +0000 |
commit | 02bc597ea48024d27864ff504990f52773fdfbd4 (patch) | |
tree | 404c472ed3560d49145ff5887c44c4fa43be3e28 /games-engines/qtads | |
parent | Add live ebuild. (diff) | |
download | gentoo-2-02bc597ea48024d27864ff504990f52773fdfbd4.tar.gz gentoo-2-02bc597ea48024d27864ff504990f52773fdfbd4.tar.bz2 gentoo-2-02bc597ea48024d27864ff504990f52773fdfbd4.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines/qtads')
-rw-r--r-- | games-engines/qtads/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.3.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index 83ff15888745..bf23e086bab2 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/qtads # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.27 2013/01/13 11:40:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.28 2013/01/24 20:12:22 mr_bones_ Exp $ + + 24 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -qtads-2.1.3.ebuild: + old 13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> qtads-2.1.5.ebuild: Stable for x86, wrt bug #449908 diff --git a/games-engines/qtads/qtads-2.1.3.ebuild b/games-engines/qtads/qtads-2.1.3.ebuild deleted file mode 100644 index 3c9708b866e9..000000000000 --- a/games-engines/qtads/qtads-2.1.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.3.ebuild,v 1.3 2012/06/08 12:12:27 phajdan.jr 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 -} |