diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-11-21 09:19:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-21 09:19:52 +0100 |
commit | f43dffd985fe94bb8077e96d344bc8d2732b80a8 (patch) | |
tree | 3a93054174774ba8e214e46eca4eff67b6f2a2a1 /app-shells/hstr | |
parent | app-shells/hstr: stable for amd64+x86. (diff) | |
download | gentoo-f43dffd985fe94bb8077e96d344bc8d2732b80a8.tar.gz gentoo-f43dffd985fe94bb8077e96d344bc8d2732b80a8.tar.bz2 gentoo-f43dffd985fe94bb8077e96d344bc8d2732b80a8.zip |
app-shells/hstr: clean up old.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-shells/hstr')
-rw-r--r-- | app-shells/hstr/Manifest | 1 | ||||
-rw-r--r-- | app-shells/hstr/hstr-1.22-r1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest index 7651c4b34005..ac158ccdcf73 100644 --- a/app-shells/hstr/Manifest +++ b/app-shells/hstr/Manifest @@ -1,2 +1 @@ -DIST hstr-1.22.tar.gz 46487 SHA256 c4995e7041dc66e2118f83bd4c6c7f4cff5b4c493ca28bd7e4aef76edeff71ba SHA512 5f31434410963c236f4e0d1117f09849b0a391d4173924d9eb2b2ddb9977a8bcb5a0c9b2e01045b618d01dfbcebd9c5db41534cb6abbb024a3515d5994b442cd WHIRLPOOL 30c6e42c91eebbcf55d6e8d89921d0760e3bda8e84ece0e2ccc7ef6be51dae15806f3db434b79a3afa4e8a9ebe63462fa927cc305c7a8d89a5d0651aa342493e DIST hstr-1.23.tar.gz 47239 SHA256 f435b4fce473e966fe52d3c27ca9074df0925a236b01517ece022607b889af33 SHA512 234c72587d0492d788b1c001b5e53f74820790a9ebe670e8abd28cd82fc7db65996d54160e675055be54cab110686838fe6e36dbefe0fbef9175613633bc5910 WHIRLPOOL c5d247efe07ad84aa8a09a75366cf943a04ad92a340962dfe944e3e6b43da81e7d76653309982e79c2a58229b8f0f426d782642b538eb4983968184eada68738 diff --git a/app-shells/hstr/hstr-1.22-r1.ebuild b/app-shells/hstr/hstr-1.22-r1.ebuild deleted file mode 100644 index 120e39a10373..000000000000 --- a/app-shells/hstr/hstr-1.22-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 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" - -RDEPEND="sys-libs/ncurses:0=" - -DEPEND=" - ${RDEPEND} - virtual/pkgconfig" - -DOCS=( CONFIGURATION.md README.md ) - -src_prepare() { - default - sed \ - -e 's:-O2::g' \ - -i src/Makefile.am || die - eautoreconf -} |