Install this version:
emerge -a =dev-tcltk/tcludp-1.0.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-tcltk/tcludp-1.0.11
Or alternatively:
emerge --autounmask-write -a =dev-tcltk/tcludp-1.0.11
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="The Tcl UDP extension provides a simple library to support UDP socket in Tcl."
HOMEPAGE="http://sourceforge.net/projects/tcludp/"
SRC_URI="https://downloads.sourceforge.net/tcludp/$PV/${P}.tar.gz"
LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-lang/tcl"
RDEPEND="${DEPEND}"
S="$WORKDIR/$PN"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tcludp-1.0.11.tar.gz | 147564 bytes | https://downloads.sourceforge.net/tcludp/1.0.11/tcludp-1.0.11.tar.gz |