public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/
Date: Mon, 21 Nov 2016 12:43:24 +0000 (UTC)	[thread overview]
Message-ID: <1479732200.289b32907e89d2a1cf2ea0a535c1bc492e702ce2.monsieurp@gentoo> (raw)

commit:     289b32907e89d2a1cf2ea0a535c1bc492e702ce2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 12:42:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 12:43:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289b3290

app-shells/hstr: version bump.

Package-Manager: portage-2.3.0

 app-shells/hstr/Manifest         |  1 +
 app-shells/hstr/hstr-1.21.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index d43a417..2a3f11a 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,3 +1,4 @@
 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.21.ebuild b/app-shells/hstr/hstr-1.21.ebuild
new file mode 100644
index 00000000..303cbd0
--- /dev/null
+++ b/app-shells/hstr/hstr-1.21.ebuild
@@ -0,0 +1,32 @@
+# 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
+}


             reply	other threads:[~2016-11-21 12:43 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 12:43 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 12:07 [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/ Arthur Zamarin
2023-03-04 10:15 Arthur Zamarin
2023-03-04  6:24 Arthur Zamarin
2023-01-12 22:05 Patrice Clement
2021-06-13  7:04 Patrice Clement
2021-06-13  6:37 Sam James
2021-06-13  6:10 Sam James
2021-04-19 19:41 Sam James
2020-07-01  6:17 Patrice Clement
2018-11-13 22:01 Patrice Clement
2018-11-13 22:01 Patrice Clement
2018-08-28 15:47 Patrice Clement
2018-05-14 22:34 Patrice Clement
2018-01-15 21:37 Patrice Clement
2017-11-23 20:14 Patrice Clement
2017-11-21  8:19 Patrice Clement
2017-11-21  8:19 Patrice Clement
2017-10-15 21:17 Patrice Clement
2017-09-27 21:56 Patrice Clement
2017-03-19  9:38 Patrice Clement
2017-03-19  9:38 Patrice Clement
2017-02-18  9:23 Patrice Clement
2017-02-18  8:56 Patrice Clement
2017-02-08 23:37 Patrice Clement
2017-01-13 23:44 Patrice Clement
2016-12-18 17:52 Patrice Clement
2016-12-17 22:59 Patrice Clement
2016-12-17 22:59 Patrice Clement
2016-12-06 22:20 Patrice Clement
2016-11-21 12:43 Patrice Clement
2016-03-27 10:06 Agostino Sarubbo
2016-03-21 15:24 Patrice Clement
2015-12-12 18:28 Patrice Clement
2015-10-15  9:51 Patrice Clement
2015-08-29 16:55 Patrice Clement
2015-08-28 13:08 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479732200.289b32907e89d2a1cf2ea0a535c1bc492e702ce2.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox