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 4EE58159C96 for ; Wed, 24 Jul 2024 07:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAB00E2AAA; Wed, 24 Jul 2024 07:12:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD9B8E2AAA for ; Wed, 24 Jul 2024 07:12:57 +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 DC67A341B27 for ; Wed, 24 Jul 2024 07:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E14311E4D for ; Wed, 24 Jul 2024 07:12:54 +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: <1721805022.4f7560c3d191c2b993901d18c1c812441a3d86ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/, app-admin/lnav/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lnav/Manifest app-admin/lnav/files/lnav-0.11.1-0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch app-admin/lnav/lnav-0.11.1-r2.ebuild X-VCS-Directories: app-admin/lnav/ app-admin/lnav/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f7560c3d191c2b993901d18c1c812441a3d86ed X-VCS-Branch: master Date: Wed, 24 Jul 2024 07:12:54 +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: 7982fbd5-c0f2-4b01-aa61-2980b8d9b0c5 X-Archives-Hash: a34450bc2431a39ec9b441235f59f876 commit: 4f7560c3d191c2b993901d18c1c812441a3d86ed Author: Sam James gentoo org> AuthorDate: Wed Jul 24 07:10:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 24 07:10:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7560c3 app-admin/lnav: drop 0.11.1-r2 Signed-off-by: Sam James gentoo.org> app-admin/lnav/Manifest | 1 - ...d-with-GCC-13-add-missing-cstdint-include.patch | 26 ---------- app-admin/lnav/lnav-0.11.1-r2.ebuild | 55 ---------------------- 3 files changed, 82 deletions(-) diff --git a/app-admin/lnav/Manifest b/app-admin/lnav/Manifest index 8561cd07dd0a..39e13c144333 100644 --- a/app-admin/lnav/Manifest +++ b/app-admin/lnav/Manifest @@ -1,2 +1 @@ -DIST lnav-0.11.1.tar.gz 10268167 BLAKE2B d490c6798685e80021437e1771742dee59c3b5109a43591581f4ddc15528c5b616ab915418fa78b7cf13a82bce582baf0516b5b2339f5fa32054359c21908852 SHA512 6c7d2b603ee04bb2cee16bf28b0161ebe7bf3ec838bed765f9852f79ee1ff8a56691dcaa66998e0ef58f16f16274bf93c7f2eb8f2e58264faf284bcfd25818ef DIST lnav-0.11.2.tar.gz 12379373 BLAKE2B 513e10f44d3770fb0135ad7fd035d07b35d2a44b2745acf700de0bf82ef428eb1549f9fd389ae4d6e3e268378a980f59f164479390a2a3faea16555941d3c9ca SHA512 a48c81e075923a5e1cdb051dd18329ff417f628518c8273fc19d0787226414668e1c29645edf20a46173fdf65a2b8978517948317fdc8b45c772fdc82cb82154 diff --git a/app-admin/lnav/files/lnav-0.11.1-0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch b/app-admin/lnav/files/lnav-0.11.1-0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch deleted file mode 100644 index 0dffeeb9bdbb..000000000000 --- a/app-admin/lnav/files/lnav-0.11.1-0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://github.com/tstack/lnav/pull/1112 - -From e25d3e3c69fcf57bbaec2333846b9a43c4d1fc90 Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Sat, 21 Jan 2023 18:11:20 +0000 -Subject: [PATCH] Fix build with GCC 13 (add missing include) - -GCC 13 (as usual for new compiler releases) shuffles around some -internal includes and so is no longer transitively included. - -Explicitly include for uint32_t. - -Signed-off-by: Sam James ---- a/src/base/lnav_log.hh -+++ b/src/base/lnav_log.hh -@@ -32,6 +32,7 @@ - #ifndef lnav_log_hh - #define lnav_log_hh - -+#include - #include - - #include --- -2.39.1 - diff --git a/app-admin/lnav/lnav-0.11.1-r2.ebuild b/app-admin/lnav/lnav-0.11.1-r2.ebuild deleted file mode 100644 index 18fee38a20e9..000000000000 --- a/app-admin/lnav/lnav-0.11.1-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2023 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/libpcre2 - >=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? ( - virtual/openssh[ssl] - dev-cpp/doctest - )" - -DOCS=( AUTHORS NEWS.md README ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.11.0-disable-tests.patch - "${FILESDIR}"/${PN}-0.11.1-0001-Fix-build-with-GCC-13-add-missing-cstdint-include.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - filter-lto - - econf \ - --disable-static \ - --with-ncurses \ - $(use_with test system-doctest) -}