summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-09-01 11:02:44 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-09-01 13:06:04 +0200
commit369a1b04d0e80ab95f8a43a146854c3e731e681f (patch)
tree40365e9c1a45df709981a71db9b8b92a61eeffda /x11-plugins/wmmon
parentx11-plugins/wmifs: fix homepage (diff)
downloadgentoo-369a1b04d0e80ab95f8a43a146854c3e731e681f.tar.gz
gentoo-369a1b04d0e80ab95f8a43a146854c3e731e681f.tar.bz2
gentoo-369a1b04d0e80ab95f8a43a146854c3e731e681f.zip
x11-plugins/wmmon: 1.3 bump
Update homepage, ebuild cleanup Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-plugins/wmmon')
-rw-r--r--x11-plugins/wmmon/Manifest1
-rw-r--r--x11-plugins/wmmon/wmmon-1.3.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-plugins/wmmon/Manifest b/x11-plugins/wmmon/Manifest
index 0b275b9e8b80..5d9bbb20fe0f 100644
--- a/x11-plugins/wmmon/Manifest
+++ b/x11-plugins/wmmon/Manifest
@@ -1 +1,2 @@
DIST wmmon-1.2b1.tar.bz2 25610 SHA256 5b203ec46fe13d5fdee51ec878cf1856704bf650a8f5458416b9cf4585e7cac2 SHA512 359ff4024cdc606d3520445d31b9e59c79a957b081bf46dfabde7c970aecab8d640f789f34c1599e18e15e50a077248e06600151d7c1e66ef028215d6d88ff1f WHIRLPOOL 88ce15d0ca14b0f47cb23faa01372530ec3194678b04cb3e18516da0d50c014704003284cd21e1e4afa466aa806bf766eefa9cee296d60df478402240ea67999
+DIST wmmon-1.3.tar.gz 107622 SHA256 67f8fe8c52aa317249f90258571201c2a38711b178a960713d8c32479ae2ac3a SHA512 2308bf5ef9aa9f93979e63ea7d405e304a1a7ea55b966affc200239829f3cd2b7039fe96e42fcf59b52dddd5a72b3f8f64d8397853c3847356733644045e5529 WHIRLPOOL 18d9b572f04a676cc8b4e2ec5ae6bd035821a76a7d99569062f00b359b06cba2a182011b4094a9f53dcdf71e0dfd49c82ea4f499ad51bbd018ec4d3b7b882535
diff --git a/x11-plugins/wmmon/wmmon-1.3.ebuild b/x11-plugins/wmmon/wmmon-1.3.ebuild
new file mode 100644
index 000000000000..7705ab2e7056
--- /dev/null
+++ b/x11-plugins/wmmon/wmmon-1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Dockable system resources monitor applet for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"