summaryrefslogtreecommitdiff
path: root/x11-plugins/wmmon+smp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /x11-plugins/wmmon+smp
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'x11-plugins/wmmon+smp')
-rw-r--r--x11-plugins/wmmon+smp/Manifest1
-rw-r--r--x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-plugins/wmmon+smp/Manifest b/x11-plugins/wmmon+smp/Manifest
index 33a00716a1db..9ab2389c51cd 100644
--- a/x11-plugins/wmmon+smp/Manifest
+++ b/x11-plugins/wmmon+smp/Manifest
@@ -1,5 +1,4 @@
AUX wmmon+smp-1.0-list.patch 2916 BLAKE2B 112b15af9d697dff61fd9273526f88330b14a4882d2ed0346df318ffcf0eb53d2778a924fbcae9bb392375545dd4a2103283f129068a499e5bfc44c7186104af SHA512 6b0032f8c518f77cf7d221bf06900209018dca35a75998cb80bac636a8cd8a19f6aee3628acf75780bdfcd09aec454dd1a7e4670627524812040d829a6b0d7fd
DIST wmmon+smp.tar.gz 15807 BLAKE2B e58ad4a1a6f9deb33e031f20674cd6ad4d0a558e84906a470a2b2802df1736dfac4f6a9ae0bfc5f36192684f59374d5cd1d5186ef505f9b4da26082d31f9c728 SHA512 9565815c30642a3d12a23960bf6123eafa9379d24a69b2a75794757e89a3b056669fc47a898a5e756871a74502dcab8b76abe5508f2c5474a1fbfc8bdd4e6a94
-EBUILD wmmon+smp-1.0-r2.ebuild 846 BLAKE2B 80dd4f0534ff34e484807e4cf55dba234d5a209593a14899643ab88e77833cf14ee116a7c5e247f37e6300d83c9fcf7fe7e2662c3946e76c8bf30fa4df2a41d4 SHA512 27f649a6d4fd987eb4a042649e3fda50194836ad3740ec78a02bfb6267f3c25b051543ecac7e4a713f5f6eec537025315b0c76b0d520228298b891488047666d
EBUILD wmmon+smp-1.0-r3.ebuild 840 BLAKE2B 958a62d5868c7549b16677532d30dcd5978dcd917431003810f356627ac60055fc139c98398ebaa8607b45c89fd3211acd1f0b021146c806bcc54deaf46477be SHA512 753e603c50bd469f77b5e3ed4a3e4fc5da4365ab83bf96cafa67d246efd519e42d41775391660b42c7328d59a3b6171cbaab081a5064312e317a51d13adec126
MISC metadata.xml 533 BLAKE2B e0e0d04cd468503f8219f1fb6b0c30eb7272344f23e8477670372f3d5d347dc9e3558326bb90cfe79ec245f591cc28d5c20520f76f250a58f279a003385cbb90 SHA512 9ea486d5d5b12a67fb8b25ab2be9c67420f8f7903a00ebf414f3f85441b543775085c2c85cfb2c5eda28e264e9ac0878bdb670e7eb9646644bae0b803f90d67e
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild
deleted file mode 100644
index 3da3e885fae8..000000000000
--- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Dockapp CPU monitor resembling Xosview, support for smp"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/wmmon+smp.tar.gz"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S=${WORKDIR}/wmmon.app/wmmon
-
-src_prepare() {
- # Respect LDFLAGS, see bug #335047
- sed \
- -e 's/cc -o/${CC} ${LDFLAGS} -o/' \
- -e 's/cc -c/${CC} ${CFLAGS} -c/' \
- -i Makefile || die
- tc-export CC
-
- cd "${WORKDIR}"/wmmon.app || die
- ls
- epatch "${FILESDIR}"/${P}-list.patch
-}
-
-src_install () {
- newbin wmmon wmmon+smp
- dodoc ../README
-}