diff options
author | 2018-09-26 19:07:27 +0200 | |
---|---|---|
committer | 2018-09-26 19:07:27 +0200 | |
commit | 08233f3ced0f2f02cdd575baac834871ca9ecbcf (patch) | |
tree | 52d62562846caf71df06347c81033fd56b02cb7d /dev-tcltk/expect/files | |
parent | app-emulation/qemu-9999: Sync softmmu targets (diff) | |
download | gentoo-08233f3ced0f2f02cdd575baac834871ca9ecbcf.tar.gz gentoo-08233f3ced0f2f02cdd575baac834871ca9ecbcf.tar.bz2 gentoo-08233f3ced0f2f02cdd575baac834871ca9ecbcf.zip |
dev-tcltk/expect: Version bump to 5.45.4
Closes: https://bugs.gentoo.org/607106
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-tcltk/expect/files')
-rw-r--r-- | dev-tcltk/expect/files/expect-5.45.4-examples.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-tcltk/expect/files/expect-5.45.4-examples.patch b/dev-tcltk/expect/files/expect-5.45.4-examples.patch new file mode 100644 index 000000000000..10de8821a01a --- /dev/null +++ b/dev-tcltk/expect/files/expect-5.45.4-examples.patch @@ -0,0 +1,21 @@ +--- a/Makefile.in 2018-09-26 15:59:09.049279363 +0200 ++++ b/Makefile.in 2018-09-26 16:00:00.514427553 +0200 +@@ -32,16 +32,12 @@ + # SCRIPTS is a target. If this is a problem, just comment out the + # SCRIPTS target itself. + +-SCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \ +- passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \ +- tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect \ +- multixterm ++SCRIPTS = unbuffer + + # A couple of the scripts have man pages of their own. + # You can delete these too if you don't want'em. + +-SCRIPTS_MANPAGES = kibitz dislocate xkibitz tknewsbiff unbuffer mkpasswd \ +- passmass cryptdir decryptdir autoexpect multixterm ++SCRIPTS_MANPAGES = unbuffer + + + # allow us to handle null list gracefully, "end_of_list" should not exist |