summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-07 22:53:15 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-07 22:53:15 +0000
commit3c04f95b703bba83bdda575428fe8b63613335be (patch)
treece00cba95f3415550ef24942c96f6601715a8cf9 /x11-plugins/wmmemmon
parentRemove old. (diff)
downloadgentoo-2-3c04f95b703bba83bdda575428fe8b63613335be.tar.gz
gentoo-2-3c04f95b703bba83bdda575428fe8b63613335be.tar.bz2
gentoo-2-3c04f95b703bba83bdda575428fe8b63613335be.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/wmmemmon')
-rw-r--r--x11-plugins/wmmemmon/ChangeLog7
-rw-r--r--x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild29
2 files changed, 5 insertions, 31 deletions
diff --git a/x11-plugins/wmmemmon/ChangeLog b/x11-plugins/wmmemmon/ChangeLog
index 24f1732c3dec..5ada671d3547 100644
--- a/x11-plugins/wmmemmon/ChangeLog
+++ b/x11-plugins/wmmemmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmemmon
-# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.25 2014/08/10 20:07:59 slyfox Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.26 2015/05/07 22:53:15 mrueg Exp $
+
+ 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -wmmemmon-1.0.1.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmmemmon-1.0.1.ebuild,
wmmemmon-1.0.2_pre2.ebuild:
diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild
deleted file mode 100644
index f732f413686e..000000000000
--- a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +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/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.17 2014/08/10 20:07:59 slyfox Exp $
-
-IUSE=""
-DESCRIPTION="A program to monitor memory/swap usages"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/37"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-SLOT="0"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_install () {
-
- einstall || die "make install failed"
-
- doman doc/wmmemmon.1
- dodoc AUTHORS ChangeLog THANKS TODO README
- dobin src/wmmemmon
-
-}