diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 01:35:22 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-27 01:57:17 +0100 |
commit | b90699887e08659e591d15011c5e44c413543588 (patch) | |
tree | 503061615f01ec1d574526cb0055919944270f78 /x11-plugins | |
parent | x11-plugins/wmtimer: remove unused patch (diff) | |
download | gentoo-b90699887e08659e591d15011c5e44c413543588.tar.gz gentoo-b90699887e08659e591d15011c5e44c413543588.tar.bz2 gentoo-b90699887e08659e591d15011c5e44c413543588.zip |
x11-plugins/wminet: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wminet/wminet-3.0.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-plugins/wminet/wminet-3.0.0.ebuild b/x11-plugins/wminet/wminet-3.0.0.ebuild deleted file mode 100644 index a2200cb360fa..000000000000 --- a/x11-plugins/wminet/wminet-3.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit toolchain-funcs - -DESCRIPTION="dockapp for monitoring internet connections to and from your computer" -HOMEPAGE="http://www.swanson.ukfsn.org/#wminet" -SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_compile() { - tc-export CC - econf - emake LDFLAGS="${LDFLAGS}" || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README wminetrc -} |