diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-12 09:44:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-12 09:44:31 +0200 |
commit | 74c7e8407e2baadb4439b952e338c6933f872cae (patch) | |
tree | a52d0cd5719cd767478866aaad798660dbfc7bf7 /dev-tcltk/expect-lite | |
parent | x11-plugins/asmon: Drop old (EAPI 0) (diff) | |
download | gentoo-74c7e8407e2baadb4439b952e338c6933f872cae.tar.gz gentoo-74c7e8407e2baadb4439b952e338c6933f872cae.tar.bz2 gentoo-74c7e8407e2baadb4439b952e338c6933f872cae.zip |
dev-tcltk/expect-lite: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tcltk/expect-lite')
-rw-r--r-- | dev-tcltk/expect-lite/Manifest | 3 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild | 30 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild | 30 | ||||
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.8.0.ebuild | 30 |
4 files changed, 0 insertions, 93 deletions
diff --git a/dev-tcltk/expect-lite/Manifest b/dev-tcltk/expect-lite/Manifest index 2e37ea5c17fd..6a763a871193 100644 --- a/dev-tcltk/expect-lite/Manifest +++ b/dev-tcltk/expect-lite/Manifest @@ -1,4 +1 @@ -DIST expect-lite_4.6.1.tar.gz 142875 BLAKE2B 9e7143d78d68338c4d6ec2858f3a24c5b5330193bfc064c27b190bf6ac7b01e53340e48006f5313cb301b6f6f9f858e818ead8fbe6117ba9ee8c6035b9f9b059 SHA512 a250f34472dad6c44149edf85d35f7ea159e0673aa5619864a71eb78003d0c1a2ec3d25505618f616d12d82d50bda8039a239b443014b43b2387059e6b6eb7d6 -DIST expect-lite_4.7.2.tar.gz 145084 BLAKE2B 053f26ceaa98cde7bfe680f3076cdcd5391cfb6483c6ec0d0c9bcdf1f51e4b53c6429cef50a10915cbb01955fbee77bb6075bde612b6299bfd95357ab88f7408 SHA512 1f635f87fb53624f687477bae41edd37474c5358de368af8065d4222181ed4a5efdb55c8fda47e1f1b4c163fa2a423e7d84a7da8415b17cd250417432ee0fc5b -DIST expect-lite_4.8.0.tar.gz 148917 BLAKE2B 0aeba8356c41f740807b914941c58a7ed26cc826ce2e297c5275b4f9a8c227437b2120d74f60229274aa56858ce03021245ef218e8d75a64cc6508f43b3afe2b SHA512 b4956dbcdde1e5648a51be99069069be6ff2ae6fb7a67116a35bbbb8786228920e9177bd1b14d0ac3dd0a8ebdd6fa523c62bb7f23c84407ebe73abe3523e43c0 DIST expect-lite_4.9.0.tar.gz 149560 BLAKE2B 6db5c7f37d996996bcd94ef5e0b7d2d2d592cfd88f56f751c35f53826d3cea473861d332327caf4e9c6950a983b2d907955a7b68e8ea46655e07a8197fbe1f6b SHA512 1a210f5937cf31768a77c9f8d7147be1d8bd3f4e3c68c8941fef7871d22c209c9946aa1f3b2705a0332523439a7e8c9ef7ae3a46d4b5174b5e759bf15dcad4e5 diff --git a/dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.6.1.ebuild deleted file mode 100644 index 4440e9994297..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-4.6.1.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 -} diff --git a/dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild b/dev-tcltk/expect-lite/expect-lite-4.7.2.ebuild deleted file mode 100644 index c460f1458eef..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-4.7.2.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 -} diff --git a/dev-tcltk/expect-lite/expect-lite-4.8.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.8.0.ebuild deleted file mode 100644 index 37fb9d98e18b..000000000000 --- a/dev-tcltk/expect-lite/expect-lite-4.8.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -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} - doman man/* - dodoc bashrc ChangeLog README - dohtml Docs/* - - if use examples ; then - docinto examples - dodoc examples/* - fi -} |