Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/
Date: Thu, 03 Nov 2016 08:56:43
Message-Id: 1478163384.902f1f05474e4020e370553125aff26410dc50f5.kensington@gentoo
1 commit: 902f1f05474e4020e370553125aff26410dc50f5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 08:53:59 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 08:56:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902f1f05
7
8 games-engines/qtads: remove old
9
10 Package-Manager: portage-2.3.2
11
12 games-engines/qtads/Manifest | 1 -
13 games-engines/qtads/qtads-2.1.6.ebuild | 57 ----------------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/games-engines/qtads/Manifest b/games-engines/qtads/Manifest
17 index 564af40..8afd04b 100644
18 --- a/games-engines/qtads/Manifest
19 +++ b/games-engines/qtads/Manifest
20 @@ -1,2 +1 @@
21 -DIST qtads-2.1.6.tar.bz2 2523761 SHA256 33f29b4c1b225f1a1e7ad1405a1bb7eb8ec4b1d567eac48a120071f7793373c8 SHA512 bd61f6531e2af3484bca06952c174feb2e1157f3f6f8b77e292c724cabb11f31cc413afe4dfb566a216d64702df033033d0667bd4dcb64478b3cd0cf3142dd3e WHIRLPOOL 90814bedfae9b07ff9eb02f070253970aba512c6f1736939c17ba1206e8043c60d5b07f65f94014f191696d339f522762ad3a8e866e624b796c4380b9abfd03a
22 DIST qtads-2.1.7.tar.bz2 2562026 SHA256 7477bb3cb1f74dcf7995a25579be8322c13f64fb02b7a6e3b2b95a36276ef231 SHA512 ab88aa20991642df6048af49d2cd7b804dbb98b3f5c6ab38ad974e8b39531d880eac0eae0ba773f332e9568578b76b677bc35753f7d1e6d9a99d919b15f4c6ee WHIRLPOOL 2b0a121b89e5445a3950681d51172ebe0665174cd194d3b40fab503e672895ed99129f4f8ae207ad1cf59bc5aeac84f26ad8a141bc28655f4e271a2a9cd84280
23
24 diff --git a/games-engines/qtads/qtads-2.1.6.ebuild b/games-engines/qtads/qtads-2.1.6.ebuild
25 deleted file mode 100644
26 index 002eb2b..00000000
27 --- a/games-engines/qtads/qtads-2.1.6.ebuild
28 +++ /dev/null
29 @@ -1,57 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -inherit eutils gnome2-utils fdo-mime qt4-r2 games
36 -
37 -DESCRIPTION="Multimedia interpreter for TADS text adventures"
38 -HOMEPAGE="http://qtads.sourceforge.net"
39 -SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -DEPEND="media-libs/libsdl[sound]
47 - media-libs/sdl-mixer[midi,vorbis]
48 - media-libs/sdl-sound[mp3]
49 - dev-qt/qtcore:4
50 - dev-qt/qtgui:4"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_configure() {
54 - eqmake4 qtads.pro -after CONFIG-=silent
55 -}
56 -
57 -src_install() {
58 - dogamesbin qtads
59 - doman qtads.6
60 - dodoc AUTHORS HTML_TADS_LICENSE NEWS README
61 - newicon -s 256 qtads_256x256.png ${PN}.png
62 - insinto /usr/share/icons
63 - doins -r icons/hicolor
64 - insinto /usr/share/mime/packages
65 - doins icons/qtads.xml
66 - make_desktop_entry qtads QTads qtads Game "GenericName=TADS Multimedia Interpreter\nMimeType=application/x-tads;application/x-t3vm-image;"
67 - prepgamesdirs
68 -}
69 -
70 -pkg_preinst() {
71 - games_pkg_preinst
72 - gnome2_icon_savelist
73 -}
74 -
75 -pkg_postinst() {
76 - games_pkg_postinst
77 - fdo-mime_desktop_database_update
78 - fdo-mime_mime_database_update
79 - gnome2_icon_cache_update
80 -}
81 -
82 -pkg_postrm() {
83 - fdo-mime_desktop_database_update
84 - fdo-mime_mime_database_update
85 - gnome2_icon_cache_update
86 -}