mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
net-analyzer/sguil-client: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST sguil-1.0.0.tar.gz 892934 BLAKE2B 69459eed682d91a1b57ba08c141dd655dbbfaa0d9d2956e6a26065f1b6820307b0e0e4dcbcad89537eba7499aea38f81739c351246e3dd6c46cab46bdf0d054f SHA512 fc3007383f90c99a0ace3eeebac75864f9aa549676e784c7bf1d81222282e3a5a3d5290b121097ae3c027dee3dd35bbe8ac9dfede04dbd561edfd3948a0465ab
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>netmon@gentoo.org</email>
|
||||
<name>Gentoo network monitoring and analysis project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">bammv/sguil</remote-id>
|
||||
<remote-id type="sourceforge">sguil</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_p/p}"
|
||||
DESCRIPTION="GUI Console for sguil Network Security Monitoring"
|
||||
HOMEPAGE="https://github.com/bammv/sguil"
|
||||
SRC_URI="https://github.com/bammv/sguil/archive/v${PV}.tar.gz -> ${P/-client}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3 GPL-2+ QPL-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="ssl"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/tcl-8.3:0=[-threads]
|
||||
>=dev-lang/tk-8.3:0=
|
||||
>=dev-tcltk/itcl-3.2
|
||||
>=dev-tcltk/tclx-8.3
|
||||
dev-tcltk/itk
|
||||
dev-tcltk/iwidgets
|
||||
dev-tcltk/tcllib
|
||||
net-analyzer/wireshark
|
||||
ssl? ( >=dev-tcltk/tls-1.4.1 )
|
||||
"
|
||||
S=${WORKDIR}/sguil-${MY_PV}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i \
|
||||
-e "/^set SGUILLIB /s:./lib:/usr/$(get_libdir)/sguil:" \
|
||||
-e '/^set SERVERHOST /s:demo.sguil.net:localhost:' \
|
||||
-e '/^set MAILSERVER /s:mail.example.com:localhost:' \
|
||||
-e '/^set GPG_PATH /s:/usr/local/bin/gpg:/usr/bin/gpg:' \
|
||||
client/sguil.conf || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin client/sguil.tk
|
||||
insinto /etc/sguil
|
||||
doins client/sguil.conf
|
||||
insinto "/usr/$(get_libdir)/sguil"
|
||||
doins -r "${S}"/client/lib/*
|
||||
dodoc doc/*
|
||||
}
|
||||
@@ -289,11 +289,6 @@ sci-biology/qrna
|
||||
# Removal on 2026-03-13. Bug #944918.
|
||||
sci-biology/mcl
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2026-02-10)
|
||||
# Abandoned, sguil-sensor already removed, blocks bug #868468.
|
||||
# Removal on 2026-03-12.
|
||||
net-analyzer/sguil-client
|
||||
|
||||
# Sam James <sam@gentoo.org> (2026-02-09)
|
||||
# This suite of packages is currently best placed in an overlay/external
|
||||
# repository where users can more easily contribute. The ecosystem moves
|
||||
|
||||
Reference in New Issue
Block a user