Install this version:
emerge -a =net-libs/zoidcom-0.6.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-libs/zoidcom-0.6.7
Or alternatively:
emerge --autounmask-write -a =net-libs/zoidcom-0.6.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.7 | ~x86 | 0 |
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="High-level, UDP-based networking library"
HOMEPAGE="http://www.zoidcom.com/"
SRC_URI="http://www.zoidcom.com/download/${P}.tar.gz"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc sample"
# See README.TXT
RESTRICT="mirror"
RDEPEND=""
DEPEND=""
S=${WORKDIR}/${PN}
src_install() {
insinto /usr
doins -r include || die "doins include failed"
dolib.so lib/linux/* || die "dolib failed"
dodoc *.{txt,TXT}
if use doc ; then
insinto /usr/share/${PN}
doins -r doc/* || die "doins doc failed"
fi
if use sample ; then
insinto /usr/share/${PN}
doins -r samples || die "doins samples failed"
fi
}
Manage flags for this package:
euse -i <flag> -p net-libs/zoidcom |
euse -E <flag> -p net-libs/zoidcom |
euse -D <flag> -p net-libs/zoidcom
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zoidcom-0.6.7.tar.gz | 1540780 bytes | http://www.zoidcom.com/download/zoidcom-0.6.7.tar.gz |