commit: b90699887e08659e591d15011c5e44c413543588 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Nov 27 00:35:22 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Nov 27 00:57:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9069988
x11-plugins/wminet: drop old Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wminet/wminet-3.0.0.ebuild | 30 ------------------------------ 1 file changed, 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 a2200cb360f..00000000000 --- 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 -}
