x11-plugins/wmmemmon: remove last rited package (bug #639914)
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 5 Jan 2018 22:48:57 +0000 (01:48 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 5 Jan 2018 22:48:57 +0000 (01:48 +0300)
x11-plugins/wmmemmon/Manifest [deleted file]
x11-plugins/wmmemmon/metadata.xml [deleted file]
x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild [deleted file]

diff --git a/x11-plugins/wmmemmon/Manifest b/x11-plugins/wmmemmon/Manifest
deleted file mode 100644 (file)
index a74dd58..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmmemmon-1.0.2pre2.tar.gz 147486 BLAKE2B b284e1d639f1a2c510b916723b95f013b81f2464152a925e17debe0a72eb83de39f118009ccbf7aeefd1e23a8650f9c081d8dfb2c1c82ab4214bd5db4da60440 SHA512 7e10ffe6f4089f993b1b284f17fe402b64e9cc64171c439d459ad5020176cf868e7279feb9691b65f2c1aa14dc0db3f45d22376b0cc2f077398220c1211a8745
diff --git a/x11-plugins/wmmemmon/metadata.xml b/x11-plugins/wmmemmon/metadata.xml
deleted file mode 100644 (file)
index b03a88f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-       <email>voyageur@gentoo.org</email>
-       <name>Bernard Cafarelli</name>
-</maintainer>
-
-<longdescription>
-WMMemMon is a program to monitor memory/swap usages. It is a dockapp that is 
-supported by X window managers such as Window Maker, AfterStep, BlackBox, and 
-Enlightenment. The current memory usage is displaied as the outside pie-slices. 
-The swap usage is represented by the inside slices. It has an LCD look-alike 
-user interface. The back light may be turned on/off by clicking the mouse 
-button over the appliacation.
-</longdescription>
-</pkgmetadata>
diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
deleted file mode 100644 (file)
index d6d04f6..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="a dockapp for monitoring memory and swap"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/37"
-SRC_URI="mirror://gentoo/${P/_/}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-proto/xextproto
-       x11-libs/libICE"
-
-S=${WORKDIR}/${P/_/}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}