commit: e41c5b7943950d33384ad1ac03ac49ca5df38c37 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 22:32:19 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 22:37:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41c5b79
x11-plugins/wmcpu: remove last rited package (bug #639914) x11-plugins/wmcpu/Manifest | 1 - x11-plugins/wmcpu/metadata.xml | 9 --------- x11-plugins/wmcpu/wmcpu-1.4.ebuild | 39 -------------------------------------- 3 files changed, 49 deletions(-) diff --git a/x11-plugins/wmcpu/Manifest b/x11-plugins/wmcpu/Manifest deleted file mode 100644 index 012af4d5e63..00000000000 --- a/x11-plugins/wmcpu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmcpu-1.4.tar.gz 6712 BLAKE2B 664191dba5927f63d18e02d9bfef04c5c7acb659dd474f5484eb32439718b7fdcd2eebc4b64313094420e3162ebab00e5b80d77028e84f8389931edc0fd54f3f SHA512 6cf4bea102160b3f7e4700316ca3b7dc9b58b50798cba1e14a88d0cd3c9d9c2c63c8f021f80942daddc134519d4682140592c3c24c2bcbf702331c52040c0669 diff --git a/x11-plugins/wmcpu/metadata.xml b/x11-plugins/wmcpu/metadata.xml deleted file mode 100644 index 1d5e6504004..00000000000 --- a/x11-plugins/wmcpu/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <name>Bernard Cafarelli</name> -</maintainer> - -</pkgmetadata> diff --git a/x11-plugins/wmcpu/wmcpu-1.4.ebuild b/x11-plugins/wmcpu/wmcpu-1.4.ebuild deleted file mode 100644 index f092d80d9bd..00000000000 --- a/x11-plugins/wmcpu/wmcpu-1.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit flag-o-matic - -DESCRIPTION="wmcpu is a dockapp to monitor memory and CPU usage, similar to xosview" -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/306" -SRC_URI="http://denilsonsa.sh.nu/~denilson/${P}.tar.gz - http://denilsonsa.selfip.org/~denilson/${P}.tar.gz - http://dockapps.windowmaker.org/download.php/id/673/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -RDEPEND="${RDEPEND} - x11-proto/xextproto" - -src_prepare() { - #Honour Gentoo LDFLAGS, see bug #337523 - sed -e 's/LDFLAGS/LIBS/g' -i Makefile - sed -e 's/\$(CFLAGS)/\$(LDFLAGS)/' -i Makefile -} - -src_compile() { - # We then add the default -Wall from Makefile to CFLAGS - emake CFLAGS="${CFLAGS} -Wall" || die "emake failed" -} - -src_install () { - dobin wmcpu - dodoc ChangeLog README -}
