diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-22 14:46:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-22 14:46:16 +0300 |
commit | 1f4ae7438023384ee5b780330fc66ba02a6e1af3 (patch) | |
tree | c39e34dbef60deaac76dfa360f78934aaebf19eb /x11-plugins/wmifinfo | |
parent | x11-plugins/wmifinfo: amd64 stable wrt bug #666088 (diff) | |
download | gentoo-1f4ae7438023384ee5b780330fc66ba02a6e1af3.tar.gz gentoo-1f4ae7438023384ee5b780330fc66ba02a6e1af3.tar.bz2 gentoo-1f4ae7438023384ee5b780330fc66ba02a6e1af3.zip |
x11-plugins/wmifinfo: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'x11-plugins/wmifinfo')
-rw-r--r-- | x11-plugins/wmifinfo/wmifinfo-0.10.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmifinfo/wmifinfo-0.10.ebuild b/x11-plugins/wmifinfo/wmifinfo-0.10.ebuild deleted file mode 100644 index 6d796359dc84..000000000000 --- a/x11-plugins/wmifinfo/wmifinfo-0.10.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit toolchain-funcs - -DESCRIPTION="a dockapp for monitoring network interfaces" -HOMEPAGE="https://www.dockapps.net/wmifinfo" -SRC_URI="https://www.dockapps.net/download/${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-base/xorg-proto" - -S=${WORKDIR}/dockapps - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr install - - dodoc README Changelog -} |