summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-31 11:03:13 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-04 22:55:42 +0100
commit79572f797d251072ccbb0bb9a51161f33415b6ea (patch)
tree489ab8ea0fe3eb419d5b7a6d668d81ed4fe19ba6
parentdev-python/kombu: Clean old up (diff)
downloadgentoo-79572f797d251072ccbb0bb9a51161f33415b6ea.tar.gz
gentoo-79572f797d251072ccbb0bb9a51161f33415b6ea.tar.bz2
gentoo-79572f797d251072ccbb0bb9a51161f33415b6ea.zip
dev-lang/jimtcl: Clean old up
-rw-r--r--dev-lang/jimtcl/Manifest4
-rw-r--r--dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild37
-rw-r--r--dev-lang/jimtcl/jimtcl-0.73.ebuild42
-rw-r--r--dev-lang/jimtcl/jimtcl-0.74-r1.ebuild47
-rw-r--r--dev-lang/jimtcl/jimtcl-0.75-r1.ebuild71
-rw-r--r--dev-lang/jimtcl/jimtcl-0.75.ebuild47
6 files changed, 0 insertions, 248 deletions
diff --git a/dev-lang/jimtcl/Manifest b/dev-lang/jimtcl/Manifest
index 289c3d0ca693..c09ee68f127a 100644
--- a/dev-lang/jimtcl/Manifest
+++ b/dev-lang/jimtcl/Manifest
@@ -1,5 +1 @@
-DIST jimtcl-0.70_pre20110317.tar.gz 691917 BLAKE2B bfa844adb5356e46b72eb7af5d4754e96588dbf69f93efb8e7fea477d9fce325425275d4e8c5a86614c7aa3e62c5246545de16c0a3710a3aee42dcb7257f5084 SHA512 138000c97bf7f8c0c5d81cd98861684d382579ace0cb1f7b96f71dde721ca627bf4d7beeed2bc8528077da26353a41ee9bcdbabd44bd732082c42ad6c7f91c65
-DIST jimtcl-0.73.zip 2286098 BLAKE2B cff47c4a812ae02c2f8cbdfdb2f59d68ee1d8b325c7c21ae59c1a0c2e221b78ddc646dbabc473d3204b70967fbdd03adc50a57d8316c90854d10cf723815824a SHA512 9d99eff13292ed1db95ca673be88b14c87e9ce1e28d3fab0b08e0ca0473765fa2e8e305fd5f67768d94ae47cc3e0bc3d0cec8ba4a54ad3d5c1359ee8e2d36f81
-DIST jimtcl-0.74.zip 2304607 BLAKE2B 7c2d9e3969105efb3fcbf1ed6651df041de4de5a8a480de70796503c6c768a996dbb8e2245fca6fed67720baf7b940df90fc3508663086bce0ef91104db2955e SHA512 6c7a1d45c15ac533aa35adaf5099712ca4ef456280121610a6621d5abb94505e93b165d36bb8ae4c27733118e2590774051c716f4c6bcb9bddca4d937d770a7b
-DIST jimtcl-0.75.zip 2319459 BLAKE2B 484c844ffbe972ac99d564c8a6ebb9f034c069d23f714c2f0bbb9b085969075a3bd0e37ff6f11e68783a1eb9c77c122805382ef3a511895c6ae24e79e0c8ee4f SHA512 f2ba7a3e97de0c49813594e8238fdbb4db426f0974e3441312bccc773984304bf5621d45a117f9e7bec1d2120b8797102a2ec38caf329fd3b42ba708e66fd84a
DIST jimtcl-0.76.zip 2326715 BLAKE2B 50ea032cf46d2edeeecde1dc3b4deffcbd09b5dd3a6880963608b3f20616bf162fafc4ec2869bfe5de90231c4c9a29fb04710bd299cc5e8728ff20a86e46f32d SHA512 50763ea897fb5393083749cdd9e57a3f3d2d6dbebc40ee6371b1b86ebfc2f515e9775cd2acd6627f0f81b54bd72cd8c74be5aa9d0dbefc7c16372887e07f6ea4
diff --git a/dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild b/dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild
deleted file mode 100644
index fe34db13742e..000000000000
--- a/dev-lang/jimtcl/jimtcl-0.70_pre20110317.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="Small footprint implementation of Tcl programming language"
-HOMEPAGE="http://jim.berlios.de/"
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-src_configure() {
- ! use static-libs && myconf=--with-jim-shared
- econf ${myconf} \
- --with-jim-ext=nvp
-}
-
-src_compile() {
- emake all docs || die
-}
-
-src_install() {
- dobin jimsh || die "dobin failed"
- use static-libs && {
- dolib.a libjim.a || die "dolib failed"
- } || {
- dolib.so libjim.so || die "dolib failed"
- }
- insinto /usr/include
- doins jim.h jimautoconf.h jim-subcmd.h jim-nvp.h jim-signal.h
- doins jim-win32compat.h jim-eventloop.h jim-config.h
- dodoc AUTHORS README TODO || die "dodoc failed"
- dohtml Tcl.html || die "dohtml failed"
-}
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
-}
diff --git a/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild b/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
deleted file mode 100644
index bba26a59e81f..000000000000
--- a/dev-lang/jimtcl/jimtcl-0.74-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib
-
-DESCRIPTION="Small footprint implementation of Tcl programming language"
-HOMEPAGE="http://jim.tcl.tk"
-SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${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="9a3562c"
-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
-
- if use static-libs; then
- dolib.a libjim.a
- else
- dolib.so libjim.so.${PV}
- dosym libjim.so.${PV} /usr/$(get_libdir)/libjim.so
- fi
-
- 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
-}
diff --git a/dev-lang/jimtcl/jimtcl-0.75-r1.ebuild b/dev-lang/jimtcl/jimtcl-0.75-r1.ebuild
deleted file mode 100644
index 3c79869f318e..000000000000
--- a/dev-lang/jimtcl/jimtcl-0.75-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multiprocessing eutils
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="http://repo.or.cz/r/jimtcl.git"
- inherit git-r3
-else
- inherit vcs-snapshot
- SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
- KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
-fi
-
-DESCRIPTION="Small footprint implementation of Tcl programming language"
-HOMEPAGE="http://jim.tcl.tk/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="doc? ( app-text/asciidoc )
- app-arch/unzip"
-
-src_unpack() {
- if [[ ${PV} == "9999" ]] ; then
- git-2_src_unpack
- else
- default
- cd "${WORKDIR}"/msteveb-jimtcl-*
- S=${PWD}
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.75-bootstrap.patch
-}
-
-src_configure() {
- multijob_init
- CCACHE=None multijob_child_init econf --with-jim-shared
- if use static-libs ; then
- # The build does not support doing both simultaneously.
- mkdir static-libs
- cd static-libs
- CCACHE=None ECONF_SOURCE=${S} multijob_child_init econf
- fi
- multijob_finish
-}
-
-src_compile() {
- # Must build static-libs first.
- use static-libs && emake -C static-libs libjim.a
- emake all
- use doc && emake docs
-}
-
-src_install() {
- dobin jimsh
- use static-libs && dolib.a static-libs/libjim.a
- ln -sf libjim.so.* libjim.so
- dolib.so libjim.so*
- insinto /usr/include
- doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h \
- jim-win32compat.h jim-eventloop.h jim-config.h
- dodoc AUTHORS README TODO
- use doc && dohtml Tcl.html
-}
diff --git a/dev-lang/jimtcl/jimtcl-0.75.ebuild b/dev-lang/jimtcl/jimtcl-0.75.ebuild
deleted file mode 100644
index 86af1bb8fb99..000000000000
--- a/dev-lang/jimtcl/jimtcl-0.75.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib
-
-DESCRIPTION="Small footprint implementation of Tcl programming language"
-HOMEPAGE="http://jim.tcl.tk"
-SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86"
-IUSE="doc static-libs"
-DEPEND="doc? ( app-text/asciidoc )
- app-arch/unzip"
-
-GIT_HASH="cffd1a5"
-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
-
- if use static-libs; then
- dolib.a libjim.a
- else
- dolib.so libjim.so.${PV}
- dosym libjim.so.${PV} /usr/$(get_libdir)/libjim.so
- fi
-
- 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
-}