summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-28 20:37:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-28 23:23:52 +0200
commit89c272ebe84ccf70ca2e40ccb16ae645454e45ec (patch)
tree0c228b2d83488d94fa80e8de72b7f660851a887a /x11-plugins/wmsysmon
parentnet-misc/gallery-dl: bump to 1.23.0 (diff)
downloadgentoo-89c272ebe84ccf70ca2e40ccb16ae645454e45ec.tar.gz
gentoo-89c272ebe84ccf70ca2e40ccb16ae645454e45ec.tar.bz2
gentoo-89c272ebe84ccf70ca2e40ccb16ae645454e45ec.zip
x11-plugins/wmsysmon: drop 0.7.8, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins/wmsysmon')
-rw-r--r--x11-plugins/wmsysmon/Manifest1
-rw-r--r--x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmsysmon/Manifest b/x11-plugins/wmsysmon/Manifest
index 3f36f55d0ec3..adb9c097c63d 100644
--- a/x11-plugins/wmsysmon/Manifest
+++ b/x11-plugins/wmsysmon/Manifest
@@ -1,2 +1 @@
-DIST wmsysmon-0.7.8.tar.gz 23533 BLAKE2B 830edc78222e8997c6ee23bdd9fcb28729e9b80d92b07f70a53d841065b7377f5c450024c511b4faa92043bd45aa0cc92e89ff900d7d4a53d3c9f4b57b4e6e7e SHA512 b1afd176851e8f89896e39b55d24d6efeb97eb5fdbb9c181cb030320445f1d8b22d31073edc615e6b47b91fd133b381f00b612901c8b312e7da404a4746bb97c
DIST wmsysmon-0.8.0.tar.gz 21262 BLAKE2B 50c7e3149fbad711f7505558549eadede78abf4f52d5c2c6eff0bd74bbb9838f85b78d73a7021a3baf9776cdccfb2b8e621de897fdafe5a7af71cd8518933852 SHA512 af9f939de5031387abf31d7ad9b4f767056a5f0d1494ee95476fb6c3bafab95ffe78148da74bf004b40a1e0d4ace9616c272bce0f4900491c8983c34531c29e7
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
-}