summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-12-17 23:58:47 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-17 23:58:47 +0100
commit61e926ecc26045f680ce90f95765afef6b3da833 (patch)
tree110a08e8d182d36f1fce89f54930a6412daf4cc6 /app-shells/hstr
parentapp-shells/hstr: mark stable for the remaining arches using the ALLARCHES pol... (diff)
downloadgentoo-61e926ecc26045f680ce90f95765afef6b3da833.tar.gz
gentoo-61e926ecc26045f680ce90f95765afef6b3da833.tar.bz2
gentoo-61e926ecc26045f680ce90f95765afef6b3da833.zip
app-shells/hstr: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-shells/hstr')
-rw-r--r--app-shells/hstr/Manifest1
-rw-r--r--app-shells/hstr/hstr-1.19.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 7696cc8b505e..d3db61fe0d32 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,2 +1 @@
-DIST hstr-1.19.tar.gz 43946 SHA256 1783fa175416e99cb540cbc47092b87dc2362dc2a2f988f59eb66b0d793e4136 SHA512 f3c6598f21f1b77fa33b4910e945ae398741a9e94ea0c496b03542b394523c0b0fe34e24d9778280847486859728e7dcb798b6e1776c9e5e5d54c3378f7b720c WHIRLPOOL 76508633d70292df71989bbab7f549066f6c48f8018c4d94d0d5508e966efd4beb4f2f59acafb3a84b60fb70fef5edf1050da8ed4d107d1d9d2a3cc882d08662
DIST hstr-1.21.tar.gz 45851 SHA256 f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3 SHA512 dbcb8766ca7f5ca2265f30726c451b9fe9a51d9dc7a08293fae1e9eb5cb2f562a5a9fa96fa90bd703ae3db0446628c884349c636060fbebd97bd7413a5c6e4d0 WHIRLPOOL 33cc21efe738efe7dd2bccf7c7fc7b79e6b0fb9bca0d458232a44695a0c422aa6184962ea69964e5b8e22a73aa7c54dc859dbb9666ab8b0e48abfeb6d8c72afd
diff --git a/app-shells/hstr/hstr-1.19.ebuild b/app-shells/hstr/hstr-1.19.ebuild
deleted file mode 100644
index 23ab7405092d..000000000000
--- a/app-shells/hstr/hstr-1.19.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-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 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-DOCS=( CONFIGURATION.md README.md )
-
-src_prepare() {
- sed \
- -e 's:-O2::g' \
- -i src/Makefile.am || die
- autotools-utils_src_prepare
-}