diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 22:48:52 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 22:48:52 +0000 |
commit | 8b614430bad25f371d976f9ea6c4a8889b71f3c9 (patch) | |
tree | 78f1cb002984cb7288788eb1573de7973e9a2977 /x11-plugins/wmtop | |
parent | Remove old. (diff) | |
download | gentoo-2-8b614430bad25f371d976f9ea6c4a8889b71f3c9.tar.gz gentoo-2-8b614430bad25f371d976f9ea6c4a8889b71f3c9.tar.bz2 gentoo-2-8b614430bad25f371d976f9ea6c4a8889b71f3c9.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/wmtop')
-rw-r--r-- | x11-plugins/wmtop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmtop/wmtop-0.9.0.ebuild | 38 |
2 files changed, 5 insertions, 40 deletions
diff --git a/x11-plugins/wmtop/ChangeLog b/x11-plugins/wmtop/ChangeLog index 1f20d4e0cee1..dd29a1010f0b 100644 --- a/x11-plugins/wmtop/ChangeLog +++ b/x11-plugins/wmtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtop -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.20 2014/08/10 20:09:24 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.21 2015/05/07 22:48:52 mrueg Exp $ + + 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -wmtop-0.9.0.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmtop-0.9.0-r1.ebuild, wmtop-0.9.0.ebuild: diff --git a/x11-plugins/wmtop/wmtop-0.9.0.ebuild b/x11-plugins/wmtop/wmtop-0.9.0.ebuild deleted file mode 100644 index a2a61351ce58..000000000000 --- a/x11-plugins/wmtop/wmtop-0.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild,v 1.7 2014/08/10 20:09:24 slyfox Exp $ - -EAPI=2 -inherit multilib toolchain-funcs - -DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory" -HOMEPAGE="http://www.swanson.ukfsn.org/#wmtop" -SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -src_prepare() { - sed -ie "s/\$(FLAGS) -o wmtop/\$(DEBUG) \$(LDFLAGS) -D\$(OS) -o wmtop/" Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" OPTS="${CFLAGS}" \ - LIBDIR="-L/usr/$(get_libdir)" \ - INCS="-I/usr/include/X11" linux || die "emake failed." -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc BUGS CHANGES README TODO -} |