diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-21 22:07:22 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-21 22:07:50 +0100 |
commit | 1908b5868a8b1dde8d5218ed88b4674d9c92210a (patch) | |
tree | 1009e867bac4f865dbef3cde0320e019c497c553 /dev-tcltk | |
parent | app-office/calligraplan: drop 3.3.0 (diff) | |
download | gentoo-1908b5868a8b1dde8d5218ed88b4674d9c92210a.tar.gz gentoo-1908b5868a8b1dde8d5218ed88b4674d9c92210a.tar.bz2 gentoo-1908b5868a8b1dde8d5218ed88b4674d9c92210a.zip |
dev-tcltk/expect-lite: EAPI 8
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild (renamed from dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild index 71432aaa93d8..8dfc45a6b2bb 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="8" -DESCRIPTION="quick and easy command line automation tool built on top of expect" -HOMEPAGE="http://expect-lite.sourceforge.net/" +DESCRIPTION="Quick and easy command line automation tool built on top of expect" +HOMEPAGE="https://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" LICENSE="BSD" |