diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-03-15 14:43:50 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-03-15 14:43:50 +0100 |
commit | c65e2008259484b89101ca91dc83c1b0fa21fc1f (patch) | |
tree | 021710df8beaf030ba604ffc755245c82d14c7c8 /x11-plugins | |
parent | x11-plugins/wmmon: drop old (diff) | |
download | gentoo-c65e2008259484b89101ca91dc83c1b0fa21fc1f.tar.gz gentoo-c65e2008259484b89101ca91dc83c1b0fa21fc1f.tar.bz2 gentoo-c65e2008259484b89101ca91dc83c1b0fa21fc1f.zip |
x11-plugins/wmnd: drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnd/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.16.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest index 620003e94a23..56e18f974775 100644 --- a/x11-plugins/wmnd/Manifest +++ b/x11-plugins/wmnd/Manifest @@ -1,2 +1 @@ -DIST wmnd-0.4.16.tar.gz 188614 BLAKE2B 58e5098cbd06391909b28f491fc55a5977360c3bf14072f8ee9a665c957ea4a7b9043911def0c922c0d93f9436456e35fdf3d1b4d96f583f98f593d919a6b2c8 SHA512 dc18f5d912f6b82fde72f17d4a6785cb7380b46265c9b3e080bfc46b28678b2021e6a580b1eb88a61ab6574e29ce1021e0ac0c0d8ae9fbe7a5418982a5f17eb7 DIST wmnd-0.4.17.tar.gz 191089 BLAKE2B 4a4703896297b86297c369d9058113382c6de13416839bd0922c3772cb3422e164cead318874bd62c77e5c35054df97fb4509388057adfe3642f58aef1de166b SHA512 09ecb0d21df2ca996dbe18b8711abb327200fd6c098e57bda19b960854bc9fae5c5c4f5d5a8cb306c21393983f602f591af87a0afdf009380d9a6ae1a2e81eb2 diff --git a/x11-plugins/wmnd/wmnd-0.4.16.ebuild b/x11-plugins/wmnd/wmnd-0.4.16.ebuild deleted file mode 100644 index 6af55d7703f3..000000000000 --- a/x11-plugins/wmnd/wmnd-0.4.16.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 -} |