Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/
Date: Mon, 27 Nov 2017 00:57:33
Message-Id: 1511744237.b90699887e08659e591d15011c5e44c413543588.voyageur@gentoo
1 commit: b90699887e08659e591d15011c5e44c413543588
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 00:35:22 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 00:57:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9069988
7
8 x11-plugins/wminet: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wminet/wminet-3.0.0.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/x11-plugins/wminet/wminet-3.0.0.ebuild b/x11-plugins/wminet/wminet-3.0.0.ebuild
16 deleted file mode 100644
17 index a2200cb360f..00000000000
18 --- a/x11-plugins/wminet/wminet-3.0.0.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="dockapp for monitoring internet connections to and from your computer"
27 -HOMEPAGE="http://www.swanson.ukfsn.org/#wminet"
28 -SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 ppc sparc x86"
33 -IUSE=""
34 -
35 -RDEPEND="x11-libs/libX11
36 - x11-libs/libXext
37 - x11-libs/libXpm"
38 -DEPEND="${RDEPEND}
39 - x11-proto/xextproto"
40 -
41 -src_compile() {
42 - tc-export CC
43 - econf
44 - emake LDFLAGS="${LDFLAGS}" || die "emake failed."
45 -}
46 -
47 -src_install() {
48 - emake DESTDIR="${D}" install || die "emake install failed."
49 - dodoc AUTHORS ChangeLog NEWS README wminetrc
50 -}