mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-mud/tintin: bump version to 2.01.8
Closes: https://bugs.gentoo.org/689310 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Stefan Strogin <steils@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tintin-2.01.1.tar.gz 272506 BLAKE2B c8fba9d72b34e2a05ede408dfb6105dd6c39d0d1e41582908acd35d712a92abacbce025b702a24a59cd9754cce284fa7277dadc0ff3933359cc9ef77e50b6a2c SHA512 b77a1ecc09438a165a27f70f31132d60350d790e4e6b0509af00979517a7f21838407acdbf1fe0d3b4612853c4e1269679e95fe90b8588133b17f98b85a28b07
|
||||
DIST tintin-2.01.8.tar.gz 559665 BLAKE2B e87de0090493d220744672babf3e2603b46ece8a4a218fef526b491792763b6d6229d80f9410586bc2653bfa18bf0b842dfa1a8a2b2d24e0a2d0c5c1195e1289 SHA512 3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9
|
||||
|
||||
32
games-mud/tintin/tintin-2.01.8.ebuild
Normal file
32
games-mud/tintin/tintin-2.01.8.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
|
||||
HOMEPAGE="https://tintin.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libpcre
|
||||
net-libs/gnutls
|
||||
sys-libs/readline:0
|
||||
sys-libs/zlib"
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
S=${WORKDIR}/tt/src
|
||||
|
||||
src_install () {
|
||||
dobin tt++
|
||||
dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
|
||||
ewarn "read the README for more details."
|
||||
}
|
||||
Reference in New Issue
Block a user