summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-31 11:04:54 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-31 11:04:54 +0000
commit78bf41618059688a6152a838f4e1e1f75deb248f (patch)
tree93421d30fcafacf8ed5abd8648fbda73105fa486 /x11-plugins
parentSuggest sys-fs/cryptsetup with static-libs disabled. Rels bug #538558. (diff)
downloadgentoo-2-78bf41618059688a6152a838f4e1e1f75deb248f.tar.gz
gentoo-2-78bf41618059688a6152a838f4e1e1f75deb248f.tar.bz2
gentoo-2-78bf41618059688a6152a838f4e1e1f75deb248f.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmon+smp/ChangeLog5
-rw-r--r--x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/x11-plugins/wmmon+smp/ChangeLog b/x11-plugins/wmmon+smp/ChangeLog
index 51af85f17617..f45c28a56b19 100644
--- a/x11-plugins/wmmon+smp/ChangeLog
+++ b/x11-plugins/wmmon+smp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmon+smp
# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.15 2015/03/31 07:56:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.16 2015/03/31 11:04:54 jlec Exp $
+
+ 31 Mar 2015; Justin Lecher <jlec@gentoo.org> -wmmon+smp-1.0-r1.ebuild:
+ Drop old
31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wmmon+smp-1.0-r2.ebuild:
Stable for ppc64, wrt bug #543920
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
deleted file mode 100644
index 71c857b621e7..000000000000
--- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.13 2010/08/30 15:52:58 s4t4n Exp $
-
-IUSE=""
-
-S=${WORKDIR}/wmmon.app
-S2=${S}/wmmon
-DESCRIPTION="Dockapp CPU monitor resembling Xosview, support for smp"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/wmmon+smp.tar.gz"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc64"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_unpack()
-{
- unpack ${A}
- cd "${S}"
-
- # Respect LDFLAGS, see bug #335047
- sed -i 's/cc -o/${CC} ${LDFLAGS} -o/' "${S2}/Makefile"
-}
-
-src_compile() {
- cd "${S2}"
- emake || die
-}
-
-src_install () {
- exeinto /usr/bin
- cp "${S2}"/wmmon "${S2}"/wmmon+smp
- doexe "${S2}"/wmmon+smp
- dodoc "${S}"/README
-}