diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-21 11:10:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-21 11:10:04 +0300 |
commit | 2f4d3cf2b9a59ebf7b8d7c5cbb3e5d1263396bd0 (patch) | |
tree | 9653d5759ad3c5b8bbe1dc5d2d442f1711ca7028 /x11-plugins/wmnet | |
parent | x11-plugins/wmnet: amd64 stable wrt bug #666088 (diff) | |
download | gentoo-2f4d3cf2b9a59ebf7b8d7c5cbb3e5d1263396bd0.tar.gz gentoo-2f4d3cf2b9a59ebf7b8d7c5cbb3e5d1263396bd0.tar.bz2 gentoo-2f4d3cf2b9a59ebf7b8d7c5cbb3e5d1263396bd0.zip |
x11-plugins/wmnet: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-plugins/wmnet')
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild b/x11-plugins/wmnet/wmnet-1.06-r1.ebuild deleted file mode 100644 index ab44a64942e3..000000000000 --- a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -IUSE="" -DESCRIPTION="WMnet is a dock.app network monitor" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz - mirror://gentoo/${P}-misc.patch.bz2" -HOMEPAGE="https://www.dockapps.net/wmnet" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-misc/imake - app-text/rman" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc alpha amd64 ppc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${P}-misc.patch # bug 72818 -} - -src_compile() { - xmkmf || die "xmkmf failed." - emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "emake failed." -} - -src_install() { - dobin wmnet - newman wmnet.man wmnet.1 - dodoc README Changelog -} |