diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-29 04:45:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-29 04:45:37 +0100 |
commit | 2512faa12f58e69a2f3e27e13e10fd0aef3ab384 (patch) | |
tree | 2d08249ac1699d92698edc3c9d6c788de417c4e2 /x11-plugins/wmsysmon | |
parent | f39869264ff0b7c81fe9c463db9e3f7944a9cd20 (diff) |
gentoo auto-resync : 29:08:2022 - 04:45:37
Diffstat (limited to 'x11-plugins/wmsysmon')
-rw-r--r-- | x11-plugins/wmsysmon/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild | 32 |
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-plugins/wmsysmon/Manifest b/x11-plugins/wmsysmon/Manifest index b0b65d093348..ee994978bc52 100644 --- a/x11-plugins/wmsysmon/Manifest +++ b/x11-plugins/wmsysmon/Manifest @@ -1,6 +1,4 @@ AUX wmsysmon-0.7.8-gcc-10.patch 640 BLAKE2B eff20ea6d531a7fa488382aefcf7c5224c835eb42c1aeb31a76c3e9598f757898b0807f2128d47972d9d512650deab4ac68882987916d773716c0fa4cb456918 SHA512 aa18b787921a23fb5de840e7ed006bd56b35891faaa79f4f6b73014adcf0333d5198f7d8480c0f50124dcc6d67774462a3abc87d3b417b0bbc74b7f34127b5ae -DIST wmsysmon-0.7.8.tar.gz 23533 BLAKE2B 830edc78222e8997c6ee23bdd9fcb28729e9b80d92b07f70a53d841065b7377f5c450024c511b4faa92043bd45aa0cc92e89ff900d7d4a53d3c9f4b57b4e6e7e SHA512 b1afd176851e8f89896e39b55d24d6efeb97eb5fdbb9c181cb030320445f1d8b22d31073edc615e6b47b91fd133b381f00b612901c8b312e7da404a4746bb97c DIST wmsysmon-0.8.0.tar.gz 21262 BLAKE2B 50c7e3149fbad711f7505558549eadede78abf4f52d5c2c6eff0bd74bbb9838f85b78d73a7021a3baf9776cdccfb2b8e621de897fdafe5a7af71cd8518933852 SHA512 af9f939de5031387abf31d7ad9b4f767056a5f0d1494ee95476fb6c3bafab95ffe78148da74bf004b40a1e0d4ace9616c272bce0f4900491c8983c34531c29e7 -EBUILD wmsysmon-0.7.8.ebuild 709 BLAKE2B c0e8ca47a722843d018ba95a4da3fcdb8c073b3447cccb4b3a753ced37b31d9774ca67fb7602d3fb54ce4ba9a17851bbc3d206ea639c9582fa0af1f12b1aa5ea SHA512 1f688c2032afbd95c324d692029228c79c551a5737421a271950873a59621b9bcec45cc7df56b6b1edf4b3c84dd853275b61f62ce84dbef41c537d05282ddc05 EBUILD wmsysmon-0.8.0.ebuild 694 BLAKE2B c1e6259e9194f8f8b41df2a815c42b4b2bdd6fddf0516f58c4b0ff0a17c7fcf12ce245243914d216c0c7250b64d8127507b9d95834b101bc7b5c42298afaeadc SHA512 84a52a1a9293b877f6f83c726cdf3041032038ea3be0dc0b9ed3a4274ab939b3673911f467716088e2dc9cedaeeeeb4806d570b33056eb9c41dffe91766e772d MISC metadata.xml 328 BLAKE2B 8d218cb7c1a5950684a74899fb5760682d04086b88c6167721e5239a08bafe65b598a2ca7e0075e32d2214357cd47005bbb14de1fe3a7a7674ab381373374c49 SHA512 d5c6eb8346ac87e5993bf6653805a86dc84fdf3a75410a373637dcc8af0ba7181fa4be1e82b29c138f516961cf8533e5030faa6abb30b60bff69be5dc762a745 diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild deleted file mode 100644 index 4a1faee41b23..000000000000 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity" -HOMEPAGE="https://github.com/voyageur/wmsysmon" -SRC_URI="https://github.com/voyageur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch ) -DOCS=( ../ChangeLog ../README ) -S=${WORKDIR}/${P}/src - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin wmsysmon - einstalldocs -} |