From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/
Date: Wed, 26 Apr 2023 03:51:52 +0000 (UTC) [thread overview]
Message-ID: <1682480697.89fc0e71902bf59a8f0b900d37b33133cb7c57b5.sam@gentoo> (raw)
commit: 89fc0e71902bf59a8f0b900d37b33133cb7c57b5
Author: Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Wed Apr 26 03:00:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 03:44:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fc0e71
app-admin/lnav: Drop 0.11.0
Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/30763
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/lnav/Manifest | 1 -
app-admin/lnav/lnav-0.11.0.ebuild | 56 ---------------------------------------
2 files changed, 57 deletions(-)
diff --git a/app-admin/lnav/Manifest b/app-admin/lnav/Manifest
index f458805e36e4..384cccc9a04c 100644
--- a/app-admin/lnav/Manifest
+++ b/app-admin/lnav/Manifest
@@ -1,2 +1 @@
-DIST lnav-0.11.0.tar.gz 9586979 BLAKE2B fa333d2dbc3c2a5cb8b96ea4cbf84412be117b9d9ec999bab784e7aefab25cd01edcb65617468b8a1fbc46d554cf20a02bc901c9d75f2c5831359da37a19fd22 SHA512 f10938aacb1e170a6912090c5de8e85e9aae5bc456e57b49192a21020e7dfa20414d1f5b66fd25b3c1ea5a3d1fd3bd92af6fe7e0c6b73953688c3d861266fd97
DIST lnav-0.11.1.tar.gz 10268167 BLAKE2B d490c6798685e80021437e1771742dee59c3b5109a43591581f4ddc15528c5b616ab915418fa78b7cf13a82bce582baf0516b5b2339f5fa32054359c21908852 SHA512 6c7d2b603ee04bb2cee16bf28b0161ebe7bf3ec838bed765f9852f79ee1ff8a56691dcaa66998e0ef58f16f16274bf93c7f2eb8f2e58264faf284bcfd25818ef
diff --git a/app-admin/lnav/lnav-0.11.0.ebuild b/app-admin/lnav/lnav-0.11.0.ebuild
deleted file mode 100644
index 7847867ce5a0..000000000000
--- a/app-admin/lnav/lnav-0.11.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="A curses-based tool for viewing and analyzing log files"
-HOMEPAGE="https://lnav.org"
-SRC_URI="https://github.com/tstack/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pcap test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-arch/bzip2:0=
- app-arch/libarchive:=
- >=dev-db/sqlite-3.9.0
- dev-libs/libpcre[cxx]
- >=net-misc/curl-7.23.0
- sys-libs/ncurses:=
- sys-libs/readline:=
- sys-libs/zlib:=
- pcap? ( net-analyzer/wireshark[tshark] )"
-# The tests use ssh-keygen and use dsa and rsa keys (which is why ssl is required)
-DEPEND="${RDEPEND}
- test? (
- net-misc/openssh[ssl]
- dev-cpp/doctest
- )"
-
-DOCS=( AUTHORS NEWS README )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.11.0-disable-tests.patch
- # https://github.com/tstack/lnav/pull/1041
- "${FILESDIR}"/${PN}-0.11.0-conditional-ssh-keygen.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- filter-lto
-
- econf \
- --disable-static \
- --with-ncurses \
- $(use_with test system-doctest)
-}
next reply other threads:[~2023-04-26 3:51 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 3:51 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-02 8:09 [gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/ Joonas Niilola
2023-12-24 17:21 Arthur Zamarin
2023-12-24 1:02 Sam James
2023-07-26 3:02 Sam James
2023-01-21 20:50 Sam James
2023-01-15 7:11 Joonas Niilola
2023-01-14 11:25 Sam James
2022-12-14 0:45 Sam James
2022-12-14 0:22 Sam James
2022-10-11 6:26 Joonas Niilola
2022-10-10 7:01 Agostino Sarubbo
2021-12-04 8:31 Agostino Sarubbo
2021-12-03 7:37 Agostino Sarubbo
2021-10-31 3:06 Sam James
2021-09-19 16:48 Andreas K. Hüttel
2021-09-17 6:42 Sam James
2021-07-17 7:44 Agostino Sarubbo
2021-07-16 3:58 Sam James
2020-12-27 5:45 Sam James
2019-09-28 3:42 Tim Harder
2019-05-10 20:33 Tim Harder
2018-12-28 6:00 Tim Harder
2018-03-19 7:12 Tim Harder
2017-04-26 21:35 Tim Harder
2017-04-26 21:35 Tim Harder
2016-09-03 0:07 Tim Harder
2016-09-03 0:07 Tim Harder
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=1682480697.89fc0e71902bf59a8f0b900d37b33133cb7c57b5.sam@gentoo \
--to=sam@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