commit: 61054e7386a66de72fbd0f5263c336dae541841d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 14 23:24:18 2026 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 14 23:24:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61054e73
net-analyzer/etherape: add 0.9.21 Bug: https://bugs.gentoo.org/944908 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-analyzer/etherape/Manifest | 1 + net-analyzer/etherape/etherape-0.9.21.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest index d579f7fa8695..8680e5082481 100644 --- a/net-analyzer/etherape/Manifest +++ b/net-analyzer/etherape/Manifest @@ -1 +1,2 @@ DIST etherape-0.9.20.tar.gz 1480790 BLAKE2B 22682d1b7b72206519d0ad32855f558a718bed83674753fcc923419845ac8b97ce970c1121f49eac9b910e10675b5397e5d3a16701af5bc9b78187baee455ccf SHA512 1dbfbb0efff7871a4b78ca90f81ac2155b57ace217b72e443cdc8b3d3807f7ab881c876bec12d93673500026a9dbf1111417a419891df62230e664af9b54b636 +DIST etherape-0.9.21.tar.gz 1505682 BLAKE2B 840a8ffb7173d85973f9ee42e2433020924682d11d4ad51de5ab90128bece92e3c1b682be90b87c6cf628f72dc41ddc6841e804ae947d0d286679729b26224d8 SHA512 0fccf216eff11aae69fa59da810f3c6364e0e94ea8ec538a73a9ba25d7f66d1269bfa7f55b94d5559098a036a4ba85910e373f2815da9f68252536a5e9a783ea diff --git a/net-analyzer/etherape/etherape-0.9.21.ebuild b/net-analyzer/etherape/etherape-0.9.21.ebuild new file mode 100644 index 000000000000..cbe8c20ec0da --- /dev/null +++ b/net-analyzer/etherape/etherape-0.9.21.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A graphical network monitor for Unix modeled after etherman" +HOMEPAGE="https://etherape.sourceforge.io/" +SRC_URI="https://downloads.sourceforge.net/etherape/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/popt + net-libs/libpcap + x11-libs/goocanvas:2.0 +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools + >=sys-devel/gettext-0.11.5 + virtual/pkgconfig +"
