app-shells/hstr: clean duplicate patches.
authorMarty E. Plummer <hanetzer@startmail.com>
Sun, 8 Apr 2018 20:16:02 +0000 (15:16 -0500)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 9 Apr 2018 22:29:52 +0000 (00:29 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7897

app-shells/hstr/files/hstr-1.24-tinfo.patch [deleted file]
app-shells/hstr/hstr-1.23.ebuild
app-shells/hstr/hstr-1.24.ebuild

diff --git a/app-shells/hstr/files/hstr-1.24-tinfo.patch b/app-shells/hstr/files/hstr-1.24-tinfo.patch
deleted file mode 100644 (file)
index 85a4743..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -76,7 +76,7 @@
- AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
- 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])])
- # Checks for header files.
- AC_CHECK_HEADER(assert.h)
index cc9f3fc66fad54f5d6e7181126b44c61c2c8dd9d..6fbe6ef2f86a92f96250ade950a52bf7f96485ab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ DEPEND="
        virtual/pkgconfig"
 
 DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${P}-tinfo.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
 
 src_prepare() {
        default
index fc44e8039c0be5ad282cda6075e82d678fc1c1a9..4e958038c0c97b8f02fac7184b8af78bf3ffaf67 100644 (file)
@@ -20,7 +20,7 @@ DEPEND="
        virtual/pkgconfig"
 
 DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${P}-tinfo.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
 
 src_prepare() {
        default