summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-12-05 13:49:44 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-12-05 14:39:57 +0100
commitd5fbd1accd2714bdfd23589a39672b2ed804f570 (patch)
treeb201b8fd2d81a2c189d413964b61f36203fac79a /x11-plugins
parentx11-plugins/wmppp: drop old EAPI3 version, bug #638966 (diff)
downloadgentoo-d5fbd1accd2714bdfd23589a39672b2ed804f570.tar.gz
gentoo-d5fbd1accd2714bdfd23589a39672b2ed804f570.tar.bz2
gentoo-d5fbd1accd2714bdfd23589a39672b2ed804f570.zip
x11-plugins/wmapmload: eapi bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmapmload/Manifest2
-rw-r--r--x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild19
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-plugins/wmapmload/Manifest b/x11-plugins/wmapmload/Manifest
index 66ae184f0247..b6e74ecbe978 100644
--- a/x11-plugins/wmapmload/Manifest
+++ b/x11-plugins/wmapmload/Manifest
@@ -1 +1 @@
-DIST wmapmload-0.3.4.tar.gz 91667 SHA256 a545ebf0b4fd6d34f074cbddc7c0fb2c4f1f068d86053acb79895bf565ce2df9 SHA512 8e7e879c9f7bd4ac976c63ebc50232c0123621118c22c96803ced86ee4d0f934a75369cc5949e5b11402db02f57b527a32e5c5db16a8002cccdc0a2a4dc3904d WHIRLPOOL 166d513a01441c558c83ef4b917f4f0ffbf3688097b74879ff018bf6a8d08855c5b7e99a05f0d1fb7fdcb375accae92ea961508a4d491d0097a879dff0dd6468
+DIST wmapmload-0.3.4.tar.gz 91667 BLAKE2B 09fc05c918456d7e6654980181124da3caee3e9e1585501a4baa1d6f9d3eff0e5bb9a4173dc73bcdb3e4cf2072abf06b4da6019da20ceea8ecec1d544943acfc SHA512 8e7e879c9f7bd4ac976c63ebc50232c0123621118c22c96803ced86ee4d0f934a75369cc5949e5b11402db02f57b527a32e5c5db16a8002cccdc0a2a4dc3904d
diff --git a/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
new file mode 100644
index 000000000000..df853cec2229
--- /dev/null
+++ b/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="dockapp that monitors your apm battery status"
+HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
+SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"