Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsysmon/
Date: Sun, 28 Aug 2022 21:24:35
Message-Id: 1661721832.89c272ebe84ccf70ca2e40ccb16ae645454e45ec.asturm@gentoo
1 commit: 89c272ebe84ccf70ca2e40ccb16ae645454e45ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 18:37:10 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 21:23:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c272eb
7
8 x11-plugins/wmsysmon: drop 0.7.8, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 x11-plugins/wmsysmon/Manifest | 1 -
13 x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild | 32 ------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/x11-plugins/wmsysmon/Manifest b/x11-plugins/wmsysmon/Manifest
17 index 3f36f55d0ec3..adb9c097c63d 100644
18 --- a/x11-plugins/wmsysmon/Manifest
19 +++ b/x11-plugins/wmsysmon/Manifest
20 @@ -1,2 +1 @@
21 -DIST wmsysmon-0.7.8.tar.gz 23533 BLAKE2B 830edc78222e8997c6ee23bdd9fcb28729e9b80d92b07f70a53d841065b7377f5c450024c511b4faa92043bd45aa0cc92e89ff900d7d4a53d3c9f4b57b4e6e7e SHA512 b1afd176851e8f89896e39b55d24d6efeb97eb5fdbb9c181cb030320445f1d8b22d31073edc615e6b47b91fd133b381f00b612901c8b312e7da404a4746bb97c
22 DIST wmsysmon-0.8.0.tar.gz 21262 BLAKE2B 50c7e3149fbad711f7505558549eadede78abf4f52d5c2c6eff0bd74bbb9838f85b78d73a7021a3baf9776cdccfb2b8e621de897fdafe5a7af71cd8518933852 SHA512 af9f939de5031387abf31d7ad9b4f767056a5f0d1494ee95476fb6c3bafab95ffe78148da74bf004b40a1e0d4ace9616c272bce0f4900491c8983c34531c29e7
23
24 diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild
25 deleted file mode 100644
26 index 4a1faee41b23..000000000000
27 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit toolchain-funcs
35 -
36 -DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity"
37 -HOMEPAGE="https://github.com/voyageur/wmsysmon"
38 -SRC_URI="https://github.com/voyageur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
43 -IUSE=""
44 -
45 -DEPEND="x11-libs/libX11
46 - x11-libs/libXext
47 - x11-libs/libXpm"
48 -RDEPEND="${DEPEND}"
49 -
50 -PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
51 -DOCS=( ../ChangeLog ../README )
52 -S=${WORKDIR}/${P}/src
53 -
54 -src_compile() {
55 - emake CC="$(tc-getCC)"
56 -}
57 -
58 -src_install() {
59 - dobin wmsysmon
60 - einstalldocs
61 -}