diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-26 14:27:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-26 14:27:52 +0000 |
commit | 8f19f7f9ca273c778cb4df9e9698c46c79677497 (patch) | |
tree | a6cdf0fbbdd010c05295acedaab980e9492ed2d5 /dev-tcltk/expect-lite | |
parent | Masking kmess-9999 (diff) | |
download | gentoo-2-8f19f7f9ca273c778cb4df9e9698c46c79677497.tar.gz gentoo-2-8f19f7f9ca273c778cb4df9e9698c46c79677497.tar.bz2 gentoo-2-8f19f7f9ca273c778cb4df9e9698c46c79677497.zip |
old
Diffstat (limited to 'dev-tcltk/expect-lite')
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-3.6.2.ebuild | 28 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-3.7.0.ebuild | 28 |
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-3.6.2.ebuild b/dev-tcltk/expect-lite/expect-lite-3.6.2.ebuild deleted file mode 100644 index 657049e504ad..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-3.6.2.ebuild +++ /dev/null @@ -1,28 +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-3.6.2.ebuild,v 1.1 2010/07/17 19:44:49 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 - dodoc README - dohtml Docs/* - - if use examples ; then - docinto examples - dodoc examples/* || die - fi -} diff --git a/dev-tcltk/expect-lite/expect-lite-3.7.0.ebuild b/dev-tcltk/expect-lite/expect-lite-3.7.0.ebuild deleted file mode 100644 index 453fd538e72a..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-3.7.0.ebuild +++ /dev/null @@ -1,28 +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-3.7.0.ebuild,v 1.1 2010/08/13 15:48:08 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 - dodoc README - dohtml Docs/* - - if use examples ; then - docinto examples - dodoc examples/* || die - fi -} |