diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /x11-plugins/wmnet | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'x11-plugins/wmnet')
| -rw-r--r-- | x11-plugins/wmnet/Manifest | 2 | ||||
| -rw-r--r-- | x11-plugins/wmnet/metadata.xml | 18 | ||||
| -rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r2.ebuild | 46 |
3 files changed, 66 insertions, 0 deletions
diff --git a/x11-plugins/wmnet/Manifest b/x11-plugins/wmnet/Manifest new file mode 100644 index 000000000000..45219471f65f --- /dev/null +++ b/x11-plugins/wmnet/Manifest @@ -0,0 +1,2 @@ +DIST wmnet-1.06-misc.patch.bz2 11327 BLAKE2B c03f25270c37e9a54731547a51c00983df802b5f4278d02b7051571de45bd326bb5eda330bbba8e09be6bcb4b3afca111956d6506e73c13f955afd40b9c967ea SHA512 34d08676cfa9415c1cc182b148364143589b13c6b060c55b4047fa417146b1939b84fa5e32fc86da92cd92c10a5f5f0abb602c9ba943ed077bc6529c0dbf0ea3 +DIST wmnet-1.06.tar.gz 27506 BLAKE2B 9cd5cb626406238e5dc20ff58f26b13389c5b8bff9569e3cc8fc4f083422d213702fc387521bffc003339ef4e0c6223f5cfcec8617ba3e71b516786c6950cdf8 SHA512 1e62db5e7e3b843d47459fcfa9cc932ba3df8f8498d1b24dcb77602a334d528b90e9c93886b8b330ac7bd5baa4ad1cd3bc94e96c14a841fba8bb9172f624e10a diff --git a/x11-plugins/wmnet/metadata.xml b/x11-plugins/wmnet/metadata.xml new file mode 100644 index 000000000000..100859c44b3f --- /dev/null +++ b/x11-plugins/wmnet/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> +</maintainer> + +<longdescription> +wmnet polls network statistics and does a few things with the data it gets. It +has small blinking lights for the rx and tx of ip packets, a digital +speedometer of your tcp/ip stack's current speed and neatest of all, a bar +graph like xload et. al which has a tx speed graph from bottom-up and rx speed +graph from the top-down. The speedometer keeps track of the current speed per +second and shows it in a color corresponding to which of rx or tx that has the +highest speed at the moment. +</longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmnet/wmnet-1.06-r2.ebuild b/x11-plugins/wmnet/wmnet-1.06-r2.ebuild new file mode 100644 index 000000000000..21e339edf295 --- /dev/null +++ b/x11-plugins/wmnet/wmnet-1.06-r2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="WMnet is a dock.app network monitor" +HOMEPAGE="https://www.dockapps.net/wmnet" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz + mirror://gentoo/${P}-misc.patch.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ppc ~sparc x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-base/xorg-proto + elibc_musl? ( net-libs/ppp-defs )" +BDEPEND=" + app-text/rman + sys-devel/gcc + >=x11-misc/imake-1.0.8-r1" + +PATCHES=( "${WORKDIR}"/${P}-misc.patch ) + +src_configure() { + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ + IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die "xmkmf failed" +} + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + CDEBUGFLAGS="${CFLAGS}" \ + LDOPTIONS="${LDFLAGS}" +} + +src_install() { + dobin wmnet + newman wmnet.man wmnet.1 + dodoc README Changelog +} |
