diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-12-31 11:03:13 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 22:55:42 +0100 |
| commit | 79572f797d251072ccbb0bb9a51161f33415b6ea (patch) | |
| tree | 489ab8ea0fe3eb419d5b7a6d668d81ed4fe19ba6 /dev-lang/jimtcl/jimtcl-0.73.ebuild | |
| parent | 228752b0954877a22e6d2b2017da4c1c72edf2b8 (diff) | |
| download | gentoo-79572f797d251072ccbb0bb9a51161f33415b6ea.tar.gz gentoo-79572f797d251072ccbb0bb9a51161f33415b6ea.tar.bz2 gentoo-79572f797d251072ccbb0bb9a51161f33415b6ea.zip | |
dev-lang/jimtcl: Clean old up
Diffstat (limited to 'dev-lang/jimtcl/jimtcl-0.73.ebuild')
| -rw-r--r-- | dev-lang/jimtcl/jimtcl-0.73.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-lang/jimtcl/jimtcl-0.73.ebuild b/dev-lang/jimtcl/jimtcl-0.73.ebuild deleted file mode 100644 index cb1758884343..000000000000 --- a/dev-lang/jimtcl/jimtcl-0.73.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="Small footprint implementation of Tcl programming language" -HOMEPAGE="http://jim.tcl.tk" -SRC_URI="https://github.com/msteveb/jimtcl/zipball/0.73 -> ${P}.zip" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 m68k s390 sh x86" -IUSE="doc static-libs" -DEPEND="doc? ( app-text/asciidoc ) - app-arch/unzip" - -GIT_HASH="5b8ea68" -S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH} - -src_configure() { - ! use static-libs && myconf=--with-jim-shared - econf ${myconf} -} - -src_compile() { - emake all - use doc && emake docs -} - -src_install() { - dobin jimsh - use static-libs && { - dolib.a libjim.a - } || { - dolib.so libjim.so - } - insinto /usr/include - doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h - doins jim-win32compat.h jim-eventloop.h jim-config.h - dodoc AUTHORS README TODO - use doc && dohtml Tcl.html -} |
