From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/
Date: Tue, 13 Nov 2018 22:01:25 +0000 (UTC) [thread overview]
Message-ID: <1542145938.0522e2f86d971298c6c1162a39cf12efbdba0550.monsieurp@gentoo> (raw)
commit: 0522e2f86d971298c6c1162a39cf12efbdba0550
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 17:53:24 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 21:52:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0522e2f8
app-shells/hstr: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
app-shells/hstr/Manifest | 3 ---
app-shells/hstr/hstr-1.23.ebuild | 31 -------------------------------
app-shells/hstr/hstr-1.24.ebuild | 31 -------------------------------
app-shells/hstr/hstr-1.25.ebuild | 32 --------------------------------
4 files changed, 97 deletions(-)
diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index b2ad520c68e..b14972debef 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,4 +1 @@
-DIST hstr-1.23.tar.gz 47239 BLAKE2B dec630f1e8161edc40544561dd85ea1c128a6704eeeaeb39eb6987bdc096a070c9e242b938bed01b80e208aadf08606518a007919d353f76ff1c36e7906aeabb SHA512 234c72587d0492d788b1c001b5e53f74820790a9ebe670e8abd28cd82fc7db65996d54160e675055be54cab110686838fe6e36dbefe0fbef9175613633bc5910
-DIST hstr-1.24.tar.gz 47523 BLAKE2B 6e84ea6bd26cb0745f48e5f8701d4d956ae4b83ed825398fdc401fd0b7f13eb9874de62d438e71a57fa048a535a538504e7fabd7b4a698665a10a901e0a570e6 SHA512 fe522374e33150007c0bbe5d11d38e63c355519350f5777c8787aae62826553b61a358185994d196d015590649fb3accf75948e340233459409d594e51874658
-DIST hstr-1.25.tar.gz 48926 BLAKE2B ee27adaabcf8c28d10c2188d9570e92609192712e54e73a7904dc32e02805e564d4abcad60d506a961c0d9266c62a4fe1b4ef42171efd8f60d1234bbc9f4921d SHA512 83c6250b1627bf185a572a7278a23f1e779d8f926f62fe341644f0d26b4f9daac8d904a5fe5af63e963a2ec15b7d98ee229bd5f812ee0d167bd2a12ee2e57467
DIST hstr-2.0.tar.gz 1242802 BLAKE2B 24f1a870e6aa12b6544a38601c6bc654e01aa1a185c4f7735559aa3220ed8d9fb840e298526b9e4a177000f2ec5c08caee5da97e13783e4114bde5276ee1e85e SHA512 50d5e8e61aa853dab0093f4225d3329e98bc59609d8d59abf832cd4cb616d78a2fa091d1ad8d16f3543276c4ead95a419f33a13a96f423bf93dc648da32740b7
diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild
deleted file mode 100644
index 6fbe6ef2f86..00000000000
--- a/app-shells/hstr/hstr-1.23.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 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 ~amd64-fbsd"
-
-RDEPEND="sys-libs/ncurses:0="
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
-
-src_prepare() {
- default
- sed \
- -e 's:-O2::g' \
- -i src/Makefile.am || die
- eautoreconf
-}
diff --git a/app-shells/hstr/hstr-1.24.ebuild b/app-shells/hstr/hstr-1.24.ebuild
deleted file mode 100644
index 4e958038c0c..00000000000
--- a/app-shells/hstr/hstr-1.24.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 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 ~amd64-fbsd"
-
-RDEPEND="sys-libs/ncurses:0="
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
-
-src_prepare() {
- default
- sed \
- -e 's:-O2::g' \
- -i src/Makefile.am || die
- eautoreconf
-}
diff --git a/app-shells/hstr/hstr-1.25.ebuild b/app-shells/hstr/hstr-1.25.ebuild
deleted file mode 100644
index dbe778861aa..00000000000
--- a/app-shells/hstr/hstr-1.25.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 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 ~amd64-fbsd"
-
-RDEPEND="
- sys-libs/ncurses:0="
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
-
-src_prepare() {
- default
- sed \
- -e 's:-O2::g' \
- -i src/Makefile.am || die
- eautoreconf
-}
next reply other threads:[~2018-11-13 22:01 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-13 22:01 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-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-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=1542145938.0522e2f86d971298c6c1162a39cf12efbdba0550.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