commit:     f22d03fbbdb9e4a5934f34a62b7810113452e2ce
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 12:42:41 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 12:43:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22d03fb

app-shells/hstr: clean up old.

Package-Manager: portage-2.3.0

 app-shells/hstr/Manifest         |  2 --
 app-shells/hstr/hstr-1.17.ebuild | 34 ----------------------------------
 app-shells/hstr/hstr-1.18.ebuild | 32 --------------------------------
 3 files changed, 68 deletions(-)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 2a3f11a..7696cc8 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,4 +1,2 @@
-DIST hstr-1.17.tar.gz 37289 SHA256 
9e4b6e74bb7852945e25727105c5339c49c9ce1218481845c8d0205514d85e70 SHA512 
eb89496c8554eb29ebb30430aa01179f7265a8ec15b0b9452f7e3ac4867ae4349e6141e11f0af01a4d15ba06131c18ec9ab760c8e68100fa2b8f2a793b237f9b
 WHIRLPOOL 
2b33f485525b2cb033a82b249976d7c670d8f02948e84e73f350b19bdc955e551014f14ad4cfc845144ff0e0d8c3690c50b4444a414c7909f0106242d13a9cc2
-DIST hstr-1.18.tar.gz 43672 SHA256 
85eb071938c2e7314e5fbd245a81c7b0cd93a8864bf9cba5b5041acb5052ba73 SHA512 
e0684a694a514a341c30bfa7fc596f858658f3be9db6c490f628b4c48d1bf08acd8b4b03361ceb6aef65d42a5b01a1c0a8ce94698b5f7f5193ef030d7dc896c4
 WHIRLPOOL 
1bd00be28623ea8e05c1cec3d95451b7f92e6b17bfb5bd2853560955fc5ace9226edefdee820e9cee6c3542180f699b56371b9766a65a8efc669987dd5e961fb
 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.17.ebuild b/app-shells/hstr/hstr-1.17.ebuild
deleted file mode 100644
index 2e058b7..00000000
--- a/app-shells/hstr/hstr-1.17.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 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 - easily view, navigate, search and 
manage your command history"
-HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com";
-SRC_URI="https://github.com/dvorka/hstr/archive/1.17.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~x86 ppc ppc64 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
-
-DOCS=( CONFIGURATION.md README.md )
-
-src_prepare() {
-       sed \
-               -e 's:-O2::g' \
-               -i src/Makefile.am || die
-       autotools-utils_src_prepare
-}

diff --git a/app-shells/hstr/hstr-1.18.ebuild b/app-shells/hstr/hstr-1.18.ebuild
deleted file mode 100644
index 57a6535..00000000
--- a/app-shells/hstr/hstr-1.18.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 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 - easily view, navigate, search and 
manage your command history"
-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 ~ppc ~ppc64 ~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
-}

Reply via email to