summaryrefslogtreecommitdiff
path: root/app-shells/hstr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-18 00:10:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-18 00:10:51 +0100
commiteccb70a7f91b2d22582587f26d1a28bb31408b45 (patch)
tree3223e1fd54201bcf4ebecac6fbe87361cbe643e2 /app-shells/hstr
parenta2810985afabcc31d3eace5e61d8ea25b852ba17 (diff)
gentoo resync : 18.05.2019
Diffstat (limited to 'app-shells/hstr')
-rw-r--r--app-shells/hstr/Manifest4
-rw-r--r--app-shells/hstr/files/hstr-1.23-tinfo.patch2
-rw-r--r--app-shells/hstr/hstr-2.0.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 7eb3a517e622..1b05d1216da0 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,4 +1,4 @@
-AUX hstr-1.23-tinfo.patch 481 BLAKE2B 3279671caf216d810c3fef490c5ae219906e59430dc15a850118bbafe49140f46fb1645be1c0a8a8977c795af018164027f928d4fcb0a664186c97f2b968edfb SHA512 64c1e0a5b2ee28354f85563472dd301a9e45eb568fe74c0d601765ee25095650320b8f853c95280f294f323eec6b7f9a155c2a09a5fde2e52568d2c9809c1e91
+AUX hstr-1.23-tinfo.patch 482 BLAKE2B 39983f9f9796aab2134e6a82a602df83173ffd83f5036cb53be5277a8856e70e63df423eea5d99446947adbd9215d085f96bac154565a215bb85a585f12065c8 SHA512 98382b7f99a398347e2e00d01ad06663d26be46533428e02920c7be3fa1fe25871c07858b4207b3cbc72ff3c840b07e64b3b681c7aec1ebc18f37828da07594d
DIST hstr-2.0.tar.gz 1242802 BLAKE2B 24f1a870e6aa12b6544a38601c6bc654e01aa1a185c4f7735559aa3220ed8d9fb840e298526b9e4a177000f2ec5c08caee5da97e13783e4114bde5276ee1e85e SHA512 50d5e8e61aa853dab0093f4225d3329e98bc59609d8d59abf832cd4cb616d78a2fa091d1ad8d16f3543276c4ead95a419f33a13a96f423bf93dc648da32740b7
-EBUILD hstr-2.0.ebuild 636 BLAKE2B 4a85942441e64790304b6e1fc4266065cc2d58d3138a00b7e405fa06184f2c587fb5b75af8f7b4dd42421d4b3d743ad50364c09c505fcbecd331348fcb4217f3 SHA512 f68e70872e5f53190c5325f8eb0fa1a32e12ed06f4953a0ea9238c2d5844c23a4147bb504c4b3261fc066975128da58beea06a51423993abbedb47c6c6d37f8b
+EBUILD hstr-2.0.ebuild 645 BLAKE2B d7ba8cf429e90e51958e0ecb090ceb4c0f7d4d134c6329c54bf3481cc66c1e1ebd171a974ff21bf643a3d5589ecbfda046bfa4d66e5d3d12d6d795acf398b07a SHA512 90c3ee1690c60cdd76de5a51ffa0e8863f107ade1450c2a3eb1fc66581cb581fe6f0592e2ec6653d2ded7fd2a9e7b95664b719f799431af4aae615c8af5448a5
MISC metadata.xml 453 BLAKE2B f0d991ae15d9b76c28a58f73be00cbb4824451019e9ef2858611681c4472c13cc4367166a130b3a313ac8ecafb859593610c52dab6c0cb7783ab079e31abeb27 SHA512 07997cef95d27c283b525f9a09d2762338c5bc8c2129904672cabf85e0d441ef7dc9b06608c0d38f0ae8d5d86e3fe8fc22bf8ebc7b29a81f8e9469436e62cf3e
diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch b/app-shells/hstr/files/hstr-1.23-tinfo.patch
index 85a4743c0e94..fd4eb414b12b 100644
--- a/app-shells/hstr/files/hstr-1.23-tinfo.patch
+++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
@@ -5,7 +5,7 @@
AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])])
# ncurses might be linked in libtinfo
-#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])])
-+AC_SEARCH_LIBS(keypad, tinfo, [], [AC_MSG_ERROR([Could not find tinfo library])])
++AC_SEARCH_LIBS(tinfow, tinfo, [], [AC_MSG_ERROR([Could not find tinfow library])])
# Checks for header files.
AC_CHECK_HEADER(assert.h)
diff --git a/app-shells/hstr/hstr-2.0.ebuild b/app-shells/hstr/hstr-2.0.ebuild
index 69a54df0bce8..887a5f6d55af 100644
--- a/app-shells/hstr/hstr-2.0.ebuild
+++ b/app-shells/hstr/hstr-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
KEYWORDS="amd64 x86 ~amd64-fbsd"
RDEPEND="
- sys-libs/ncurses:0="
+ sys-libs/ncurses:0=[unicode]"
DEPEND="
${RDEPEND}