From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/
Date: Wed, 8 Feb 2017 23:37:04 +0000 (UTC) [thread overview]
Message-ID: <1486597015.6067333c0add185321283acfba2664ca6d69bea1.monsieurp@gentoo> (raw)
commit: 6067333c0add185321283acfba2664ca6d69bea1
Author: Bláithín Nic Aoidh <blawheen <AT> gmail <DOT> com>
AuthorDate: Sat Feb 4 01:29:29 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 23:36:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6067333c
app-shells/hstr-1.22: version bump.
Closes: https://github.com/gentoo/gentoo/pull/3795
app-shells/hstr/Manifest | 1 +
app-shells/hstr/hstr-1.22.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index d3db61fe0d..fd1351436c 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1 +1,2 @@
DIST hstr-1.21.tar.gz 45851 SHA256 f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3 SHA512 dbcb8766ca7f5ca2265f30726c451b9fe9a51d9dc7a08293fae1e9eb5cb2f562a5a9fa96fa90bd703ae3db0446628c884349c636060fbebd97bd7413a5c6e4d0 WHIRLPOOL 33cc21efe738efe7dd2bccf7c7fc7b79e6b0fb9bca0d458232a44695a0c422aa6184962ea69964e5b8e22a73aa7c54dc859dbb9666ab8b0e48abfeb6d8c72afd
+DIST hstr-1.22.tar.gz 46487 SHA256 c4995e7041dc66e2118f83bd4c6c7f4cff5b4c493ca28bd7e4aef76edeff71ba SHA512 5f31434410963c236f4e0d1117f09849b0a391d4173924d9eb2b2ddb9977a8bcb5a0c9b2e01045b618d01dfbcebd9c5db41534cb6abbb024a3515d5994b442cd WHIRLPOOL 30c6e42c91eebbcf55d6e8d89921d0760e3bda8e84ece0e2ccc7ef6be51dae15806f3db434b79a3afa4e8a9ebe63462fa927cc305c7a8d89a5d0651aa342493e
diff --git a/app-shells/hstr/hstr-1.22.ebuild b/app-shells/hstr/hstr-1.22.ebuild
new file mode 100644
index 0000000000..e6d461524b
--- /dev/null
+++ b/app-shells/hstr/hstr-1.22.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+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"
+IUSE=""
+
+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
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+ multilib-minimal_src_compile
+}
+
+src_install() {
+ multilib-minimal_src_install
+}
next reply other threads:[~2017-02-08 23:37 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-08 23:37 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-04 10:15 [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/ 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-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-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=1486597015.6067333c0add185321283acfba2664ca6d69bea1.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