commit:     f3212fd3fa3b93e2b85b0ed3505fbb749fcc54fa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 19:08:52 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 19:08:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3212fd3

app-admin/logmon: drop 0.4.4-r1

Closes: https://bugs.gentoo.org/950910
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-admin/logmon/Manifest               |  1 -
 app-admin/logmon/logmon-0.4.4-r1.ebuild | 52 ---------------------------------
 2 files changed, 53 deletions(-)

diff --git a/app-admin/logmon/Manifest b/app-admin/logmon/Manifest
index 4bf8875833eb..8e495f22cc35 100644
--- a/app-admin/logmon/Manifest
+++ b/app-admin/logmon/Manifest
@@ -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

diff --git a/app-admin/logmon/logmon-0.4.4-r1.ebuild 
b/app-admin/logmon/logmon-0.4.4-r1.ebuild
deleted file mode 100644
index 8658a683a976..000000000000
--- a/app-admin/logmon/logmon-0.4.4-r1.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to