summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-06-02 14:53:36 -0400
committerAaron Bauman <bman@gentoo.org>2018-06-02 18:36:56 -0400
commitac1f3b0b093d6218057b97239653b3287ab548ac (patch)
tree538621ed5a42a593e36f7b8608d09081a2b81683 /dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild
parentapp-emacs/icicles: Version bump. (diff)
downloadgentoo-ac1f3b0b093d6218057b97239653b3287ab548ac.tar.gz
gentoo-ac1f3b0b093d6218057b97239653b3287ab548ac.tar.bz2
gentoo-ac1f3b0b093d6218057b97239653b3287ab548ac.zip
dev-tcltk/expect-lite: drop old EAPI=0
Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8693
Diffstat (limited to 'dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild')
-rw-r--r--dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild
deleted file mode 100644
index c460f1458eef..000000000000
--- a/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="quick and easy command line automation tool built on top of expect"
-HOMEPAGE="http://expect-lite.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug examples"
-
-RDEPEND="dev-tcltk/expect
- debug? ( dev-tcltk/tclx )"
-
-S=${WORKDIR}/${PN}.proj
-
-src_install() {
- dobin ${PN} || die
- doman man/* || die
- dodoc bashrc ChangeLog README
- dohtml Docs/*
-
- if use examples ; then
- docinto examples
- dodoc examples/* || die
- fi
-}