summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <steils@gentoo.org>2019-07-29 05:45:26 +0300
committerStefan Strogin <steils@gentoo.org>2019-07-29 05:47:59 +0300
commit8c720d482949c30ea99a52ce1d272fcaa7613128 (patch)
tree695dadccc6a41fbb38dac6287eb4258e527e50d6 /games-mud/tintin/tintin-2.01.8.ebuild
parentsys-process/criu: fix build (diff)
downloadgentoo-8c720d482949c30ea99a52ce1d272fcaa7613128.tar.gz
gentoo-8c720d482949c30ea99a52ce1d272fcaa7613128.tar.bz2
gentoo-8c720d482949c30ea99a52ce1d272fcaa7613128.zip
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>
Diffstat (limited to 'games-mud/tintin/tintin-2.01.8.ebuild')
-rw-r--r--games-mud/tintin/tintin-2.01.8.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/games-mud/tintin/tintin-2.01.8.ebuild b/games-mud/tintin/tintin-2.01.8.ebuild
new file mode 100644
index 000000000000..1f6f4c6b1e2c
--- /dev/null
+++ b/games-mud/tintin/tintin-2.01.8.ebuild
@@ -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."
+}