Install this version:
emerge -a =sci-electronics/icglue-4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-electronics/icglue-4.0
Or alternatively:
emerge --autounmask-write -a =sci-electronics/icglue-4.0
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Tcl-Library for scripted HDL generation "
HOMEPAGE="https://icglue.org/"
SRC_URI="https://github.com/icglue/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nagelfar"
DEPEND="dev-tcltk/tcllib
dev-libs/glib
nagelfar? ( dev-tcltk/nagelfar )"
RDEPEND="${DEPEND}"
BDEPEND="media-gfx/inkscape"
src_compile() {
default
$(use nagelfar) && emake syntaxdb
}
src_install() {
emake DESTDIR="$D" PREFIX="${EPREFIX}/usr" install
$(use nagelfar) || rm -f "${ED}/share/vim/syntax_checkers"
}
Manage flags for this package:
euse -i <flag> -p sci-electronics/icglue |
euse -E <flag> -p sci-electronics/icglue |
euse -D <flag> -p sci-electronics/icglue
dev-tcltk/tcllib dev-libs/glib nagelfar? ( dev-tcltk/nagelfar )
dev-tcltk/tcllib dev-libs/glib nagelfar? ( dev-tcltk/nagelfar )
media-gfx/inkscape
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | icglue-4.0.tar.gz | 243084 bytes | https://github.com/icglue/icglue/archive/v4.0.tar.gz |