summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-11-27 01:35:22 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-11-27 01:57:17 +0100
commitb90699887e08659e591d15011c5e44c413543588 (patch)
tree503061615f01ec1d574526cb0055919944270f78
parentx11-plugins/wmtimer: remove unused patch (diff)
downloadgentoo-b9069988.tar.gz
gentoo-b9069988.tar.bz2
gentoo-b9069988.zip
x11-plugins/wminet: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--x11-plugins/wminet/wminet-3.0.0.ebuild30
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
-}