Install this version:
emerge -a =games-puzzle/tetrinet-0.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-puzzle/tetrinet-0.11
Or alternatively:
emerge --autounmask-write -a =games-puzzle/tetrinet-0.11
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Console based tetrinet inc. standalone server"
HOMEPAGE="http://tetrinet.or.cz/"
SRC_URI="http://tetrinet.or.cz/download/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipv6"
RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-no-ipv6.patch
"${FILESDIR}"/${P}-build.patch
"${FILESDIR}"/${P}-fnocommon.patch
)
src_prepare() {
default
use ipv6 && append-cflags -DHAVE_IPV6
tc-export CC PKG_CONFIG
}
src_install() {
dobin tetrinet tetrinet-server
dodoc README TODO tetrinet.txt
}
Manage flags for this package:
euse -i <flag> -p games-puzzle/tetrinet |
euse -E <flag> -p games-puzzle/tetrinet |
euse -D <flag> -p games-puzzle/tetrinet
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tetrinet-0.11.tar.bz2 | 38607 bytes | http://tetrinet.or.cz/download/tetrinet-0.11.tar.bz2 |