summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-06-15 17:41:37 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2020-06-15 17:41:51 +0200
commit2c97754fe9243353859741caf301bc34eb6156eb (patch)
tree6ad83e43544a4695308f6e274dfc848a20709cdd /x11-plugins/wmnd
parentx11-libs/libdockapp: 0.7.3 bump (diff)
downloadgentoo-2c97754fe9243353859741caf301bc34eb6156eb.tar.gz
gentoo-2c97754fe9243353859741caf301bc34eb6156eb.tar.bz2
gentoo-2c97754fe9243353859741caf301bc34eb6156eb.zip
x11-plugins/wmnd: 0.4.18 bump
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r--x11-plugins/wmnd/Manifest1
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.18.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest
index 56e18f974775..9eb16279a3e8 100644
--- a/x11-plugins/wmnd/Manifest
+++ b/x11-plugins/wmnd/Manifest
@@ -1 +1,2 @@
DIST wmnd-0.4.17.tar.gz 191089 BLAKE2B 4a4703896297b86297c369d9058113382c6de13416839bd0922c3772cb3422e164cead318874bd62c77e5c35054df97fb4509388057adfe3642f58aef1de166b SHA512 09ecb0d21df2ca996dbe18b8711abb327200fd6c098e57bda19b960854bc9fae5c5c4f5d5a8cb306c21393983f602f591af87a0afdf009380d9a6ae1a2e81eb2
+DIST wmnd-0.4.18.tar.gz 177523 BLAKE2B 578b80ab5019b0f6f1d37ed67425e07e9fb68f9f3b726cf7672a49fb37603e0c9d6830eacb1059aae4aa96aa1b54872ff0352352f93f7c04c61e9a6bf07ba19f SHA512 409c6b85bbcf4204f60288890471c2fc8860e797bde4c5d9b78d7e2e2353b4b851cf5d0670261c35ab941a5cf86e8067476d053d4e5223916cd8a0b84c7c15a4
diff --git a/x11-plugins/wmnd/wmnd-0.4.18.ebuild b/x11-plugins/wmnd/wmnd-0.4.18.ebuild
new file mode 100644
index 000000000000..c0f220c4aa52
--- /dev/null
+++ b/x11-plugins/wmnd/wmnd-0.4.18.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="WindowMaker Network Devices (dockapp)"
+HOMEPAGE="https://www.thregr.org/~wavexx/software/wmnd/"
+SRC_URI="https://www.thregr.org/~wavexx/software/wmnd/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="snmp"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXpm
+ snmp? ( >=net-analyzer/net-snmp-5.2.1 )"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"