diff options
-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 - -} |