summaryrefslogtreecommitdiff
path: root/x11-plugins/wmmemmon
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmmemmon')
-rw-r--r--x11-plugins/wmmemmon/Manifest5
-rw-r--r--x11-plugins/wmmemmon/metadata.xml17
-rw-r--r--x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild25
3 files changed, 47 insertions, 0 deletions
diff --git a/x11-plugins/wmmemmon/Manifest b/x11-plugins/wmmemmon/Manifest
new file mode 100644
index 000000000000..0b56cbd45e6f
--- /dev/null
+++ b/x11-plugins/wmmemmon/Manifest
@@ -0,0 +1,5 @@
+DIST wmmemmon-1.0.2pre2.tar.gz 147486 SHA256 7d4095f0e08884600f90de8e0ee82632cec7b934b617f33f34b33d122d9056eb SHA512 7e10ffe6f4089f993b1b284f17fe402b64e9cc64171c439d459ad5020176cf868e7279feb9691b65f2c1aa14dc0db3f45d22376b0cc2f077398220c1211a8745 WHIRLPOOL c6d78da4de852a3819a4d2f6ba4223e4e0cc1ab19bef3f6a37cfea3542c777423a97d48aec63b46bb708ee5f3e49c75333a82897f73e4f1ab2ec17b5ac7075b5
+EBUILD wmmemmon-1.0.2_pre2.ebuild 610 SHA256 76907d49a7138cc8c834f7945aad98aa4881d0aad4dd49dad7b837dfab13985b SHA512 bad753fe191130dc9aff999706625db068104242bd3a279108c48a69508a07acefee0f5e87d393cb8bcd42ff2196b520d312789b417753a22de5ab51c3a46504 WHIRLPOOL 21547ca0cf1a8523392cf0f5ce57b1b5bae29dfac6f01106e84bb3d846c7f8ad8eebe3835a6cca6322a591d9145fd9da775495e89480ab029a4919c5f8ce5894
+MISC ChangeLog 2901 SHA256 9b89814e5495c9969c64f580a69f48b092ce968d5c1c995d463b29b44c733883 SHA512 5387489ee26352c5d7448071c04b845385d9eb3a57e45101daefdfa7f35691920c10935fab635ebf7f89a182d339d6a0762e8c5551c44c3382738ac9bfac7d73 WHIRLPOOL e30d733c41f860bf531ae5f933c0071eded586c4eff90526a56d4e5c56ab069ffc7a6ae58c0a91d5b3a35b00ed4ac60225d7ab124654fdfa2a7a865f81f235a0
+MISC ChangeLog-2015 3041 SHA256 c6b19be1c8c648ee0b3f2b86941ea4f74ca606e02f522c9246340654e38093b0 SHA512 466e29bc40c57f514fc36a66d9aeb1e4dfa88f27ad2b170ab720357240fbc3137f0d77ccb074a787fe3ef21f1089c27b6d8154baa70acbc35d1c424272b5f694 WHIRLPOOL f2148908dd85287bbcc8d142699175980cac6fb451b36f2546d801eb1b9441a62a38eba84c74df0a6a65aca39d69397ac3789f723f07804fd1b037a68d98a209
+MISC metadata.xml 707 SHA256 0b0464aaa34bdc1027c7d9ea05d3bd937172d2106af4b569d7b0c2dd13e10240 SHA512 0404bc5cdbe6cb6316d93ade344c9ac7f4528c8b9dc9729cc600c3e312a7fe69627e11b95b83b6950363a2a8c67f9de1640616620ea2fa8baad292fecadba812 WHIRLPOOL 4f5bc5bb26fd2611fce511dc4c4113a3349527355ac93d537e0c2e9579b31567174890392b1b2775f1f40ca262a2da87fca4c7803ea252d23584f9748bd1a7d1
diff --git a/x11-plugins/wmmemmon/metadata.xml b/x11-plugins/wmmemmon/metadata.xml
new file mode 100644
index 000000000000..b03a88f23223
--- /dev/null
+++ b/x11-plugins/wmmemmon/metadata.xml
@@ -0,0 +1,17 @@
+<?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
new file mode 100644
index 000000000000..d6d04f6c28a6
--- /dev/null
+++ b/x11-plugins/wmmemmon/wmmemmon-1.0.2_pre2.ebuild
@@ -0,0 +1,25 @@
+# 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
+}