diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-23 22:37:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-23 22:37:27 +0000 |
commit | 24dfabf675c58e0884daf22cd88db26ffec97b9a (patch) | |
tree | ed11841f2b25af9aeb1ce6c5910e6a619f31e4a8 /dev-tcltk/expect-lite | |
parent | Version bump. (diff) | |
download | gentoo-2-24dfabf675c58e0884daf22cd88db26ffec97b9a.tar.gz gentoo-2-24dfabf675c58e0884daf22cd88db26ffec97b9a.tar.bz2 gentoo-2-24dfabf675c58e0884daf22cd88db26ffec97b9a.zip |
old
Diffstat (limited to 'dev-tcltk/expect-lite')
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-3.7.1.ebuild | 28 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.0.1.ebuild | 29 |
2 files changed, 0 insertions, 57 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-3.7.1.ebuild b/dev-tcltk/expect-lite/expect-lite-3.7.1.ebuild deleted file mode 100644 index 425c7171d0ad..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-3.7.1.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.1.ebuild,v 1.2 2010/10/26 14:29:10 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-4.0.1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.0.1.ebuild deleted file mode 100644 index a51fd26d3dbf..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-4.0.1.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.1.ebuild,v 1.1 2010/10/26 14:30:22 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 -} |