summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-11-12 18:53:24 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-11-13 22:52:18 +0100
commit0522e2f86d971298c6c1162a39cf12efbdba0550 (patch)
treeb21d0255d3a7575bcc52f5c4e17105eb594b6974 /app-shells/hstr/hstr-1.23.ebuild
parentapp-shells/hstr: stable for amd64+x86. (diff)
downloadgentoo-0522e2f86d971298c6c1162a39cf12efbdba0550.tar.gz
gentoo-0522e2f86d971298c6c1162a39cf12efbdba0550.tar.bz2
gentoo-0522e2f86d971298c6c1162a39cf12efbdba0550.zip
app-shells/hstr: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-shells/hstr/hstr-1.23.ebuild')
-rw-r--r--app-shells/hstr/hstr-1.23.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild
deleted file mode 100644
index 6fbe6ef2f86a..000000000000
--- a/app-shells/hstr/hstr-1.23.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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 ~amd64-fbsd"
-
-RDEPEND="sys-libs/ncurses:0="
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
-
-src_prepare() {
- default
- sed \
- -e 's:-O2::g' \
- -i src/Makefile.am || die
- eautoreconf
-}