summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-12 16:09:47 +0000
committerMike Frysinger <vapier@gentoo.org>2011-05-12 16:09:47 +0000
commitbd06ff7f7f01f66226e0cdf639d45dc69e3e01f7 (patch)
treeb6630ee5f469db85ec6e64c379b09a0c89f6200a /dev-tcltk
parentVersion bumped. (diff)
downloadhistorical-bd06ff7f7f01f66226e0cdf639d45dc69e3e01f7.tar.gz
historical-bd06ff7f7f01f66226e0cdf639d45dc69e3e01f7.tar.bz2
historical-bd06ff7f7f01f66226e0cdf639d45dc69e3e01f7.zip
old
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/expect-lite/expect-lite-4.0.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-4.0.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.0.2.ebuild
deleted file mode 100644
index 2c139062f0b9..000000000000
--- a/dev-tcltk/expect-lite/expect-lite-4.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect-lite/expect-lite-4.0.2.ebuild,v 1.1 2010/12/21 19:00:44 vapier Exp $
-
-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
-}