diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-29 13:26:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-29 13:26:55 +0000 |
commit | 8439ebc844e6097ccd67f2ed4755eed059e34b29 (patch) | |
tree | 144c4eee0bf2c7eb8e0b64a46a7162ae6c1f6315 /x11-plugins/wmSMPmon | |
parent | Add patch for bug #229389 (diff) | |
download | historical-8439ebc844e6097ccd67f2ed4755eed059e34b29.tar.gz historical-8439ebc844e6097ccd67f2ed4755eed059e34b29.tar.bz2 historical-8439ebc844e6097ccd67f2ed4755eed059e34b29.zip |
old
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64
Diffstat (limited to 'x11-plugins/wmSMPmon')
-rw-r--r-- | x11-plugins/wmSMPmon/wmSMPmon-3.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/wmSMPmon/wmSMPmon-3.1.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-3.1.ebuild deleted file mode 100644 index e7c067f883fa..000000000000 --- a/x11-plugins/wmSMPmon/wmSMPmon-3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/wmSMPmon-3.1.ebuild,v 1.4 2007/07/22 05:33:14 dberkholz Exp $ - -IUSE="" -DESCRIPTION="SMP system monitor dockapp" -HOMEPAGE="http://lancre.ribbrock.org/binabit/wmSMPmon/" -SRC_URI="http://lancre.ribbrock.org/binabit/wmSMPmon/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -S="${WORKDIR}/${P}/${PN}" - -src_unpack() { - - unpack ${A} - cd ${S} - sed -i -e "s:^CFLAGS = .*$:CFLAGS = ${CFLAGS}:" Makefile - -} - -src_install() { - - dobin wmSMPmon - doman wmSMPmon.1 - dodoc ../Changelog - -} |