Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/zoom/
Date: Wed, 26 Oct 2016 22:42:27
Message-Id: 1477521730.33228a5d83d5dbf9e4ea685df46d8effc1fcaef6.wizardedit@gentoo
1 commit: 33228a5d83d5dbf9e4ea685df46d8effc1fcaef6
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 26 22:26:56 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 26 22:42:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33228a5d
7
8 games-engines/zoom: remove deprecated games eclass
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.3.2
15
16 games-engines/zoom/zoom-1.1.5-r1.ebuild | 29 +++++++++++++++++++++++++++++
17 1 file changed, 29 insertions(+)
18
19 diff --git a/games-engines/zoom/zoom-1.1.5-r1.ebuild b/games-engines/zoom/zoom-1.1.5-r1.ebuild
20 new file mode 100644
21 index 00000000..e33ba81
22 --- /dev/null
23 +++ b/games-engines/zoom/zoom-1.1.5-r1.ebuild
24 @@ -0,0 +1,29 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +DESCRIPTION="A fast, clean, modern Z-code interpreter for X"
32 +HOMEPAGE="http://www.logicalshift.co.uk/unix/zoom/"
33 +SRC_URI="http://www.logicalshift.co.uk/unix/zoom/${P}.tar.gz"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 +IUSE=""
39 +
40 +RDEPEND="
41 + media-libs/fontconfig
42 + media-libs/libpng:0
43 + >=media-libs/t1lib-5
44 + x11-libs/libSM
45 + x11-libs/libXft"
46 +DEPEND="${RDEPEND}
47 + dev-lang/perl
48 + x11-proto/xextproto"
49 +
50 +src_install() {
51 + default
52 + dodoc -r manual/*
53 +}