diff options
Diffstat (limited to 'games-engines/qtads/qtads-3.2.0-r1.ebuild')
-rw-r--r-- | games-engines/qtads/qtads-3.2.0-r1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/games-engines/qtads/qtads-3.2.0-r1.ebuild b/games-engines/qtads/qtads-3.2.0-r1.ebuild deleted file mode 100644 index a96b5f399620..000000000000 --- a/games-engines/qtads/qtads-3.2.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils xdg - -DESCRIPTION="Multimedia interpreter for TADS text adventures" -HOMEPAGE="https://realnc.github.io/qtads" -SRC_URI="https://github.com/realnc/qtads/releases/download/v${PV}/${P}-source.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+sound" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5[jpeg,png] - dev-qt/qtimageformats[mng] - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5[png] - sound? ( - media-libs/libsdl2[sound] - media-libs/libsndfile - media-libs/libvorbis - media-sound/fluidsynth:0= - media-sound/mpg123 - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 \ - PREFIX="${EPREFIX}/usr" \ - DOCDIR="${EPREFIX}/usr/share/${PF}" \ - $(usev !sound CONFIG+=disable-audio) \ - -after CONFIG-=silent -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} |