diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-26 20:10:49 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-26 20:10:49 +0000 |
commit | c85a90f90521c7e11d618b527d6630cc64cecbd4 (patch) | |
tree | 27c1f04d8eab0e0140fb62887a6a5d4d87c32ad9 /x11-plugins/wmapmload | |
parent | 2f51c9978dda4c6e8debca43e4235ecc86914032 (diff) |
gentoo resync : 26.12.2017
Diffstat (limited to 'x11-plugins/wmapmload')
-rw-r--r-- | x11-plugins/wmapmload/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmapmload/wmapmload-0.3.4.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-plugins/wmapmload/Manifest b/x11-plugins/wmapmload/Manifest index 57f3d75bcc4e..eb947ef5a91b 100644 --- a/x11-plugins/wmapmload/Manifest +++ b/x11-plugins/wmapmload/Manifest @@ -1,4 +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.ebuild 556 BLAKE2B fb90ecd9f87fba4071e72a3e9f3c8807b5538e8122217d708c1eb7c0bf3dc4e0a41711244a32ec8103c029513aed4e84ab8d8d4472ba6c236267af765d31978c SHA512 ef09f10e5f7a1d355d4e237d59d4bebe2515dbc30a12c315536c78c2a9f1efc36796d08aeae8d8cff89f74f99ea5033f76a04d0fbf5c5398edf66937a9fa0aac MISC metadata.xml 252 BLAKE2B f7125c07f7cb9fe1a8d301f198091320ba83ef3547e579b9825298715066ba3506be216900b5317106da011f95df9411b99b100f14f741832ab500fda6acb788 SHA512 6a56c24e3731dd9512fa264d3dce1fe36ace891a17394c483586e0be1fffd153e901228d3ee9c471a226b04cec27d3f78ed2de491e46238de4b06538dab7e724 diff --git a/x11-plugins/wmapmload/wmapmload-0.3.4.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.4.ebuild deleted file mode 100644 index 6e136457fb87..000000000000 --- a/x11-plugins/wmapmload/wmapmload-0.3.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -DESCRIPTION="dockapp that monitors your apm battery status" -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -LICENSE="GPL-2" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_install () { - emake DESTDIR="${D}" install || die "installation failed" -} |