summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-07 22:45:50 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-07 22:45:50 +0000
commit28209edb335c1a2bb2678c51c0e4a23667bfe5ef (patch)
treefe109cdcbb3c9ce915a3583394cc3727dad0a6ff /x11-plugins
parentRemove old. (diff)
downloadgentoo-2-28209edb335c1a2bb2678c51c0e4a23667bfe5ef.tar.gz
gentoo-2-28209edb335c1a2bb2678c51c0e4a23667bfe5ef.tar.bz2
gentoo-2-28209edb335c1a2bb2678c51c0e4a23667bfe5ef.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcpuload/ChangeLog7
-rw-r--r--x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/x11-plugins/wmcpuload/ChangeLog b/x11-plugins/wmcpuload/ChangeLog
index 0f44a2260068..25b3cf122e35 100644
--- a/x11-plugins/wmcpuload/ChangeLog
+++ b/x11-plugins/wmcpuload/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcpuload
-# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.30 2014/08/10 20:05:51 slyfox Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.31 2015/05/07 22:45:50 mrueg Exp $
+
+ 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -wmcpuload-1.0.1.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmcpuload-1.0.1.ebuild,
wmcpuload-1.1.0_pre5.ebuild:
diff --git a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild
deleted file mode 100644
index 63a99ee1d348..000000000000
--- a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild
+++ /dev/null
@@ -1,24 +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/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.21 2014/08/10 20:05:51 slyfox Exp $
-
-IUSE=""
-DESCRIPTION="WMCPULoad is a program to monitor CPU usage"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/36"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86"
-
-src_install () {
- einstall || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}