Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
Date: Sun, 29 Apr 2018 13:07:10
Message-Id: 1525007207.7e66dafff24367aca9ba9290202882b0c70e0e74.pacho@gentoo
1 commit: 7e66dafff24367aca9ba9290202882b0c70e0e74
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 13:03:26 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 13:06:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e66daff
7
8 games-engines/qtads: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-engines/qtads/qtads-2.1.7.ebuild | 51 ----------------------------------
13 1 file changed, 51 deletions(-)
14
15 diff --git a/games-engines/qtads/qtads-2.1.7.ebuild b/games-engines/qtads/qtads-2.1.7.ebuild
16 deleted file mode 100644
17 index b256007bc65..00000000000
18 --- a/games-engines/qtads/qtads-2.1.7.ebuild
19 +++ /dev/null
20 @@ -1,51 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils gnome2-utils fdo-mime qmake-utils games
26 -
27 -DESCRIPTION="Multimedia interpreter for TADS text adventures"
28 -HOMEPAGE="http://qtads.sourceforge.net"
29 -SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
30 -
31 -LICENSE="GPL-2+"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND="media-libs/libsdl[sound]
37 - media-libs/sdl-mixer[midi,vorbis]
38 - media-libs/sdl-sound[mp3]
39 - dev-qt/qtcore:5
40 - dev-qt/qtgui:5"
41 -RDEPEND=${DEPEND}
42 -
43 -src_configure() {
44 - eqmake5 qtads.pro -after CONFIG-=silent
45 -}
46 -
47 -src_install() {
48 - dogamesbin qtads
49 - dodoc AUTHORS HTML_TADS_LICENSE NEWS README
50 - insinto /usr
51 - doins -r share
52 - prepgamesdirs
53 -}
54 -
55 -pkg_preinst() {
56 - games_pkg_preinst
57 - gnome2_icon_savelist
58 -}
59 -
60 -pkg_postinst() {
61 - games_pkg_postinst
62 - fdo-mime_desktop_database_update
63 - fdo-mime_mime_database_update
64 - gnome2_icon_cache_update
65 -}
66 -
67 -pkg_postrm() {
68 - fdo-mime_desktop_database_update
69 - fdo-mime_mime_database_update
70 - gnome2_icon_cache_update
71 -}