summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-06 01:48:57 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-06 01:48:57 +0300
commit03c9f23ad4081c94d339a9cdc4e5b9f2340874c4 (patch)
tree29b6f96dcb089592ca88f57338cdec6bc75f59da /x11-plugins
parentx11-plugins/wmmemfree: remove last rited package (bug #639914) (diff)
downloadgentoo-03c9f23ad4081c94d339a9cdc4e5b9f2340874c4.tar.gz
gentoo-03c9f23ad4081c94d339a9cdc4e5b9f2340874c4.tar.bz2
gentoo-03c9f23ad4081c94d339a9cdc4e5b9f2340874c4.zip
x11-plugins/wmmemmon: remove last rited package (bug #639914)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmemmon/Manifest1
-rw-r--r--x11-plugins/wmmemmon/metadata.xml17
-rw-r--r--x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild25
3 files changed, 0 insertions, 43 deletions
diff --git a/x11-plugins/wmmemmon/Manifest b/x11-plugins/wmmemmon/Manifest
deleted file mode 100644
index a74dd588d391..000000000000
--- a/x11-plugins/wmmemmon/Manifest
+++ /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
index b03a88f23223..000000000000
--- a/x11-plugins/wmmemmon/metadata.xml
+++ /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
index d6d04f6c28a6..000000000000
--- a/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
+++ /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
-}