app-admin/logmon: drop 0.4.4-r1

Closes: https://bugs.gentoo.org/950910
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-03-08 21:08:52 +02:00
parent d2c6bc8cc6
commit f3212fd3fa
2 changed files with 0 additions and 53 deletions

View File

@@ -1,2 +1 @@
DIST LogMon-0.4.4.tar.bz2 66904 BLAKE2B 2b4ba55a4a4924580d0ad1c3e7320ceb36919e9d6eab23e6fc4e03085f878db1ae49c7fb69986fbe266387c85be859a34834e2d5c81c3bdd7e116bd6710e63e2 SHA512 4d75e9664a92a196eb2d0b4e3673b87adf9d4b53d4d99c1c8a72620637f005422af4d2a008e861ea03772c1007d510fd4a9b1c9847b024af6711959680ac6edc
DIST logmon-0.4.4.r1.tar.bz2 66904 BLAKE2B 2b4ba55a4a4924580d0ad1c3e7320ceb36919e9d6eab23e6fc4e03085f878db1ae49c7fb69986fbe266387c85be859a34834e2d5c81c3bdd7e116bd6710e63e2 SHA512 4d75e9664a92a196eb2d0b4e3673b87adf9d4b53d4d99c1c8a72620637f005422af4d2a008e861ea03772c1007d510fd4a9b1c9847b024af6711959680ac6edc

View File

@@ -1,52 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools flag-o-matic
MY_P="LogMon-${PV}"
DESCRIPTION="Split-screen terminal/ncurses based log viewer"
HOMEPAGE="https://www.edespot.com/logmon/"
SRC_URI="https://www.edespot.com/logmon/files/${MY_P}.tar.bz2 -> ${P}.r1.tar.bz2"
S="${WORKDIR}/${PV}/${MY_P}"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
DEPEND="sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
PATCHES=(
# Bug 119403 - should be in upstream next release
"${FILESDIR}"/${P}-char2int.diff
# Bug 250602, gcc43 fix
"${FILESDIR}"/${P}-gcc43.patch
# Fixes maintainer-mode detected.
"${FILESDIR}"/${P}-maintainer-mode.patch
"${FILESDIR}"/${P}-tinfo.patch
)
src_prepare() {
default
mv configure.{in,ac} || die
eautoreconf
}
src_configure() {
# Uses removed 'register' keyword, bug #894206
append-cxxflags -std=c++14
econf
}
src_install() {
dobin logmon
dodoc AUTHORS ChangeLog README TODO
}