sys-libs/ncurses: Revbump to fix st-0.7 terminfo issue. Removed old.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 26 Mar 2018 09:00:16 +0000 (11:00 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 26 Mar 2018 09:00:16 +0000 (11:00 +0200)
Bumped straight to stable where -r1 was stable.

Closes: https://bugs.gentoo.org/651494
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch [new file with mode: 0644]
sys-libs/ncurses/ncurses-6.1-r2.ebuild [moved from sys-libs/ncurses/ncurses-6.1-r1.ebuild with 99% similarity]

diff --git a/sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch b/sys-libs/ncurses/files/ncurses-6.1-st07_terminfo_typo.patch
new file mode 100644 (file)
index 0000000..4532d64
--- /dev/null
@@ -0,0 +1,14 @@
+https://github.com/tmux/tmux/issues/1264
+https://bugs.gentoo.org/651494
+
+--- ncurses-6.1/misc/terminfo.src
++++ ncurses-6.1/misc/terminfo.src
+@@ -6260,7 +6260,7 @@
+            %=%t3%e%p1%d%;m,
+       sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|
+           %t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m,
+-      Ss=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B, kDN5=\E[1;5B,
++      Ms=\E]52;%p1%s;%p2%s\007, kDN3=\E[1;3B, kDN5=\E[1;5B,
+       kLFT3=\E[1;3D, kLFT5=\E[1;5D, kNXT3=\E[6;3~,
+       kNXT5=\E[6;5~, kPRV3=\E[5;3~, kPRV5=\E[5;5~,
+       kRIT3=\E[1;3C, kRIT5=\E[1;5C, kUP3=\E[1;3A, kUP5=\E[1;5A,
similarity index 99%
rename from sys-libs/ncurses/ncurses-6.1-r1.ebuild
rename to sys-libs/ncurses/ncurses-6.1-r2.ebuild
index 431a48146a36d010071ff1acca8856cf44fb1a09..5f0669845099618314a1bbf4c40516ade08a6f22 100644 (file)
@@ -38,6 +38,7 @@ PATCHES=(
        "${FILESDIR}/${PN}-5.9-gcc-5.patch" #545114
        "${FILESDIR}/${PN}-6.0-ticlib.patch" #557360
        "${FILESDIR}/${PN}-6.0-cppflags-cross.patch" #601426
+       "${FILESDIR}/${PN}-6.1-st07_terminfo_typo.patch" #651494
 )
 
 src_prepare() {