diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-11 18:57:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-11 18:57:57 +0000 |
| commit | eb24ae1fe857305c5c7475e1fb9748c51665bacd (patch) | |
| tree | 03f60fe0166d4b936ee14e0380d47fd61064b28d /dev-tcltk | |
| parent | 5d32ec2c14acd2f28433d5a5b2a147814c889e69 (diff) | |
| download | baldeagleos-repo-eb24ae1fe857305c5c7475e1fb9748c51665bacd.tar.gz baldeagleos-repo-eb24ae1fe857305c5c7475e1fb9748c51665bacd.tar.xz baldeagleos-repo-eb24ae1fe857305c5c7475e1fb9748c51665bacd.zip | |
Adding metadata
Diffstat (limited to 'dev-tcltk')
| -rw-r--r-- | dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild b/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild index 62632438c61c..c7f62861463e 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,6 +6,7 @@ EAPI="8" DESCRIPTION="Quick and easy command line automation tool built on top of expect" HOMEPAGE="https://expect-lite.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}_${PV}.tar.gz" +S=${WORKDIR}/${PN}.proj LICENSE="BSD" SLOT="0" @@ -15,8 +16,6 @@ IUSE="debug examples" RDEPEND="dev-tcltk/expect debug? ( dev-tcltk/tclx )" -S=${WORKDIR}/${PN}.proj - DOCS=( bashrc ChangeLog README ) @@ -33,6 +32,7 @@ src_install() { if use examples ; then docinto examples + ln -fs /usr/bin/expect-lite examples/expect-lite || die dodoc examples/* fi } |
