Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/tintin/
Date: Wed, 02 Dec 2015 23:30:33
Message-Id: 1449099018.2d279ab28d2475983195af9134669b8a81eee8ec.mr_bones_@gentoo
1 commit: 2d279ab28d2475983195af9134669b8a81eee8ec
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 23:30:18 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 23:30:18 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d279ab2
7
8 version bump
9
10 Package-Manager: portage-2.2.20.1
11
12 games-mud/tintin/Manifest | 1 +
13 games-mud/tintin/tintin-2.01.1.ebuild | 37 +++++++++++++++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/games-mud/tintin/Manifest b/games-mud/tintin/Manifest
17 index e79dc09..87db999 100644
18 --- a/games-mud/tintin/Manifest
19 +++ b/games-mud/tintin/Manifest
20 @@ -1 +1,2 @@
21 DIST tintin-2.01.0.tar.gz 293651 SHA256 e0e35463a97ee5b33ef0b29b2c57fa8276c4e76328cb19c98a6ea92c603a9c76 SHA512 9bad5c3900965ff009c130f5bbeeee197b16bddaf4068329fd3282945ff7b8e17517254468c14f9c9979828ca3ea8bfebacdd3bbfb436d92a02b6ed9ed30af4f WHIRLPOOL e2fb023a38f0be63868ae0f333d19f621624f7b8b0bc8498d0b8cceb0e344df52ba7419829f341b7632a7f1d2c535add215c07911693ee479da74c616433d12a
22 +DIST tintin-2.01.1.tar.gz 272506 SHA256 cc0ba550880bd5efdba8fde11d1e4ddd4ae8737f81e6f64649de23ed99cbbca4 SHA512 b77a1ecc09438a165a27f70f31132d60350d790e4e6b0509af00979517a7f21838407acdbf1fe0d3b4612853c4e1269679e95fe90b8588133b17f98b85a28b07 WHIRLPOOL 6ed2f53759e6430fb3f785d732341866bc80623343c6b701886d8a3025f6238b7b28bb78e397725a95333c554ffae75932d745678921869133e10b1c5edf1fb4
23
24 diff --git a/games-mud/tintin/tintin-2.01.1.ebuild b/games-mud/tintin/tintin-2.01.1.ebuild
25 new file mode 100644
26 index 0000000..5e37153
27 --- /dev/null
28 +++ b/games-mud/tintin/tintin-2.01.1.ebuild
29 @@ -0,0 +1,37 @@
30 +# Copyright 1999-2014 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +inherit games
36 +
37 +DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
38 +HOMEPAGE="http://tintin.sourceforge.net/"
39 +SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
40 +
41 +LICENSE="GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~x86"
44 +IUSE=""
45 +
46 +DEPEND="sys-libs/zlib
47 + net-libs/gnutls
48 + dev-libs/libpcre
49 + sys-libs/readline:0"
50 +RDEPEND=${DEPEND}
51 +
52 +S=${WORKDIR}/tt/src
53 +
54 +src_install () {
55 + dogamesbin tt++
56 + dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
57 + prepgamesdirs
58 +}
59 +
60 +pkg_postinst() {
61 + games_pkg_postinst
62 + echo
63 + ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
64 + ewarn "read the README for more details."
65 + echo
66 +}