dev-tcltk/eltclsh - 1.18 (xdch47)

Search

Install

Install this version:

emerge -a =dev-tcltk/eltclsh-1.18

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-tcltk/eltclsh-1.18

Or alternatively:

emerge --autounmask-write -a =dev-tcltk/eltclsh-1.18

Package Information

Description:
Interactive shell for the TCL programming language
Homepage:
https://homepages.laas.fr/mallet/soft/shell/eltclsh
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.18 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Interactive shell for the TCL programming language"
HOMEPAGE="https://homepages.laas.fr/mallet/soft/shell/eltclsh"
SRC_URI="http://distfiles.openrobots.org/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	dev-lang/tcl:0=
	dev-lang/tk
	dev-libs/libedit
"

RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Dependencies

DEPEND

	dev-lang/tcl:0=
	dev-lang/tk
	dev-libs/libedit

RDEPEND

	dev-lang/tcl:0=
	dev-lang/tk
	dev-libs/libedit

Manifest for 1.18

Type File Size Source URLs
DIST eltclsh-1.18.tar.gz 378712 bytes http://distfiles.openrobots.org/eltclsh/eltclsh-1.18.tar.gz