summaryrefslogtreecommitdiff
path: root/x11-plugins/wmapmload
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-10 18:05:22 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-10 18:05:22 +0000
commit17dcfeba22240edb3c54d96e319edf6c4bc008c3 (patch)
treebf7e044eef048853420208d083f77f7cd820e881 /x11-plugins/wmapmload
parentf95eeaf7db6ca1bfbb34c05fdad9ed9bb603b1c8 (diff)
gentoo auto-resync : 10:03:2023 - 18:05:22
Diffstat (limited to 'x11-plugins/wmapmload')
-rw-r--r--x11-plugins/wmapmload/Manifest2
-rw-r--r--x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild11
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/wmapmload/Manifest b/x11-plugins/wmapmload/Manifest
index 0dd9bfd3ff81..2814e1db8149 100644
--- a/x11-plugins/wmapmload/Manifest
+++ b/x11-plugins/wmapmload/Manifest
@@ -1,3 +1,3 @@
DIST wmapmload-0.3.4.tar.gz 91667 BLAKE2B 09fc05c918456d7e6654980181124da3caee3e9e1585501a4baa1d6f9d3eff0e5bb9a4173dc73bcdb3e4cf2072abf06b4da6019da20ceea8ecec1d544943acfc SHA512 8e7e879c9f7bd4ac976c63ebc50232c0123621118c22c96803ced86ee4d0f934a75369cc5949e5b11402db02f57b527a32e5c5db16a8002cccdc0a2a4dc3904d
-EBUILD wmapmload-0.3.4-r1.ebuild 454 BLAKE2B 5afdbe62155b2bd97e8959e92f4800725acdef2f46efb38bbd0a0094d7911ff0ea332759634c1d2cfc38591a7e0e10fdad7213a294cabc054ddd490002a011d5 SHA512 5b1151a63d8a4b54f0b2cf7f39162cd38d9c0d71d730fc42252452cd17b9f2802a94b193d4922847a9012f4ffad69aead6447c8e9e2b63664d56f25f63164091
+EBUILD wmapmload-0.3.4-r1.ebuild 511 BLAKE2B 5a1d2d6b46b4af3daf1a715a39edd4760953c68ec308c0d2c326dec54ede21212ca80cc73ae1ac899b493207bc8294bdedf5eae97c0d2da3937547ff2bb71d7e SHA512 3f26271c64ddad767d65b12ad266b9bd825996dbd797575e14e15414accdad563f52630db00ead7d2af40a17174b03b375a2d6c0c419574725e0623c83f8707b
MISC metadata.xml 253 BLAKE2B 8557c513beef73e834b0a000c523a3241da961c6307b6e98ac857dad0888c4bbd028c98f8499f01086c24e8f2f57c64bc75db20154dab232adefc2510fccac03 SHA512 67dd372ef7b684101d9198c6199a6403f8750132d80aab4f4daa4b31ebaea3d82eb9a18e904734e2ac10c77b237d67210055949ff1c6d5aad4f75951a096884a
diff --git a/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
index 4d08e881baf4..c9c1d830237b 100644
--- a/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
+++ b/x11-plugins/wmapmload/wmapmload-0.3.4-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit autotools
DESCRIPTION="dockapp that monitors your apm battery status"
HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
@@ -17,3 +19,8 @@ RDEPEND="x11-libs/libX11
x11-libs/libXt
x11-libs/libXpm"
DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}