summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 23:29:53 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 23:29:53 +0200
commit12055b204f55539a3b6a50af8c8dab504a2d414d (patch)
tree9d74eda191839875c2fdb0b2f152346a75eeb95c /app-shells/hstr/hstr-2.2.ebuild
parentapp-shells/fish: Add sys-libs/ncurses[unicode(+)] (diff)
downloadgentoo-12055b204f55539a3b6a50af8c8dab504a2d414d.tar.gz
gentoo-12055b204f55539a3b6a50af8c8dab504a2d414d.tar.bz2
gentoo-12055b204f55539a3b6a50af8c8dab504a2d414d.zip
app-shells/hstr: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-shells/hstr/hstr-2.2.ebuild')
-rw-r--r--app-shells/hstr/hstr-2.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-shells/hstr/hstr-2.2.ebuild b/app-shells/hstr/hstr-2.2.ebuild
deleted file mode 100644
index 2945e1ac8406..000000000000
--- a/app-shells/hstr/hstr-2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Shell history suggest box"
-HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com"
-SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- sys-libs/ncurses:0=[unicode]"
-
-DEPEND="
- ${RDEPEND}"
-
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.0-fix-ncurses-configure.patch
-)
-
-src_prepare() {
- default
-
- sed \
- -e 's:-O2::g' \
- -i src/Makefile.am || die
-
- tc-export PKG_CONFIG
-
- eautoreconf
-}