summaryrefslogtreecommitdiff
path: root/x11-plugins/wmnd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /x11-plugins/wmnd
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r--x11-plugins/wmnd/Manifest1
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.17.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest
index 94d568952da5..90d831a34142 100644
--- a/x11-plugins/wmnd/Manifest
+++ b/x11-plugins/wmnd/Manifest
@@ -2,5 +2,4 @@ DIST wmnd-0.4.16.tar.gz 188614 BLAKE2B 58e5098cbd06391909b28f491fc55a5977360c3bf
DIST wmnd-0.4.17.tar.gz 191089 BLAKE2B 4a4703896297b86297c369d9058113382c6de13416839bd0922c3772cb3422e164cead318874bd62c77e5c35054df97fb4509388057adfe3642f58aef1de166b SHA512 09ecb0d21df2ca996dbe18b8711abb327200fd6c098e57bda19b960854bc9fae5c5c4f5d5a8cb306c21393983f602f591af87a0afdf009380d9a6ae1a2e81eb2
EBUILD wmnd-0.4.16.ebuild 653 BLAKE2B 09b920f4bde56e72100a5e7742b450c3e0c61b1a64f282309c48ad8d2cf8150cc39f617b4dfcc3db1ffc65a4706e990e7ebb28e0b81d8c172985a152514f7e07 SHA512 6d35303cd3f86d5fee7ea46184f8fc47470b624c0a2d5b4660cf6816fb21578cfe7fd669d98a25679b609da55ee286f34323c8af12abc1c589daf0154356af7f
EBUILD wmnd-0.4.17-r1.ebuild 564 BLAKE2B b4742e7e427f3a2dc91d1b6e6b8d6256f5ea1777e130b3f6ef3eabd80d78f283d01e25970c6256d13577ebc555a599f61ca333f6cdf9ec2d0a4bd853a90b26a6 SHA512 b46e781942bb6ca57c60457dd8cb76d376c46562a8557404501340b0f9d95948705c731f8f1cd20285b184cd3d2d79b658b3cc7dc48f9cad17324b36701b2aa8
-EBUILD wmnd-0.4.17.ebuild 656 BLAKE2B 6c227a1c801a5a482b1f82f29cc3197dec1e7de7d858d3c89c74a92d8e088cb310f326e450be0312889ad0417d9514c7b618b98b61aefb86750784269855fc24 SHA512 8a6bcd43dbab0af589499175db9794214bcabecee974aad22031dd80b521b7d453feb91e3a8973d13a4b435b3bc5a2806c64da5881a44287a49dcf8d5eb32692
MISC metadata.xml 532 BLAKE2B 821edd22bfd2bb521096461087b405478d914636775d69e74b48df005bacc34deabcc066787304e61cfc64b825e180ec5f9ca5dd79202a2c0362242282711c96 SHA512 ed1640807b73b1738d6ee214485dfbb079f709196bc4f23ddde6305c3b33920d818a2b5dd76447b61850ab688bf39ee1a947e9ddb6d8bbf55cf8259331c9babb
diff --git a/x11-plugins/wmnd/wmnd-0.4.17.ebuild b/x11-plugins/wmnd/wmnd-0.4.17.ebuild
deleted file mode 100644
index 916145e491f9..000000000000
--- a/x11-plugins/wmnd/wmnd-0.4.17.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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"
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc README AUTHORS ChangeLog NEWS TODO
-}