diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:09:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:09:32 +0000 |
commit | afe21bcb0e5cbfe0bf1f0740ccb65a418fe4a841 (patch) | |
tree | bf88918ff58aac0c07319a8593a609658ebc3910 /x11-plugins/wmSMPmon | |
parent | old (diff) | |
download | gentoo-2-afe21bcb0e5cbfe0bf1f0740ccb65a418fe4a841.tar.gz gentoo-2-afe21bcb0e5cbfe0bf1f0740ccb65a418fe4a841.tar.bz2 gentoo-2-afe21bcb0e5cbfe0bf1f0740ccb65a418fe4a841.zip |
old
(Portage version: 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 - -} |