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-mud/tintin/
Date: Fri, 05 Aug 2016 19:43:45
Message-Id: 1470426197.995dcea72ad41a665f491e453b4be65bb52383d6.wizardedit@gentoo
1 commit: 995dcea72ad41a665f491e453b4be65bb52383d6
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 19:21:43 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 19:43:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995dcea7
7
8 games-mud/tintin: 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.0
15
16 games-mud/tintin/tintin-2.01.1-r1.ebuild | 35 ++++++++++++++++++++++++++++++++
17 1 file changed, 35 insertions(+)
18
19 diff --git a/games-mud/tintin/tintin-2.01.1-r1.ebuild b/games-mud/tintin/tintin-2.01.1-r1.ebuild
20 new file mode 100644
21 index 0000000..fb8f88c
22 --- /dev/null
23 +++ b/games-mud/tintin/tintin-2.01.1-r1.ebuild
24 @@ -0,0 +1,35 @@
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="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
32 +HOMEPAGE="http://tintin.sourceforge.net/"
33 +SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
34 +
35 +LICENSE="GPL-2+"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 +IUSE=""
39 +
40 +DEPEND="
41 + dev-libs/libpcre
42 + net-libs/gnutls
43 + sys-libs/readline:0
44 + sys-libs/zlib"
45 +RDEPEND=${DEPEND}
46 +
47 +S=${WORKDIR}/tt/src
48 +
49 +src_install () {
50 + dobin tt++
51 + dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
52 +}
53 +
54 +pkg_postinst() {
55 + echo
56 + ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
57 + ewarn "read the README for more details."
58 + echo
59 +}