summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/qtads/qtads-2.1.3.ebuild')
-rw-r--r--games-engines/qtads/qtads-2.1.3.ebuild32
1 files changed, 0 insertions, 32 deletions
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
-}