From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A921815ACFB for ; Wed, 26 Apr 2023 03:51:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E01CAE0871; Wed, 26 Apr 2023 03:51:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCE6FE0871 for ; Wed, 26 Apr 2023 03:51:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8072340F94 for ; Wed, 26 Apr 2023 03:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E172A45 for ; Wed, 26 Apr 2023 03:51:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682480697.89fc0e71902bf59a8f0b900d37b33133cb7c57b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lnav/Manifest app-admin/lnav/lnav-0.11.0.ebuild X-VCS-Directories: app-admin/lnav/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89fc0e71902bf59a8f0b900d37b33133cb7c57b5 X-VCS-Branch: master Date: Wed, 26 Apr 2023 03:51:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc3a6e3c-a599-40bd-9448-0d57e36952a4 X-Archives-Hash: 9a24e3d2c898081ffbc354b3b9fdd047 commit: 89fc0e71902bf59a8f0b900d37b33133cb7c57b5 Author: Randy Barlow electronsweatshop com> AuthorDate: Wed Apr 26 03:00:46 2023 +0000 Commit: Sam James gentoo 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 electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/30763 Signed-off-by: Sam James 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) -}