diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-13 02:02:48 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-13 02:02:48 +0000 |
commit | 2fdb65bd76ea86068f3687d141ecb075c34c7b58 (patch) | |
tree | 4d97a5ad5942badcd90080ec26eecea5ae3cefec /x11-plugins | |
parent | add patch for compatibility with xorg-server-1.4 from conary (diff) | |
download | gentoo-2-2fdb65bd76ea86068f3687d141ecb075c34c7b58.tar.gz gentoo-2-2fdb65bd76ea86068f3687d141ecb075c34c7b58.tar.bz2 gentoo-2-2fdb65bd76ea86068f3687d141ecb075c34c7b58.zip |
Remove old version.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtop/files/digest-wmtop-0.84 | 3 | ||||
-rw-r--r-- | x11-plugins/wmtop/wmtop-0.84.ebuild | 37 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-plugins/wmtop/files/digest-wmtop-0.84 b/x11-plugins/wmtop/files/digest-wmtop-0.84 deleted file mode 100644 index f1c51563c6f0..000000000000 --- a/x11-plugins/wmtop/files/digest-wmtop-0.84 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2bab22c5bc3a5b887e7c03d6dbfe59d7 wmtop-0.84.tar.bz2 24401 -RMD160 fddc8ce4fde3fce0c6818c62e0cae1aafc28a260 wmtop-0.84.tar.bz2 24401 -SHA256 a6ccda9fdb41e7a2f176613391abe6403b18d5dc201184e356e687883b317251 wmtop-0.84.tar.bz2 24401 diff --git a/x11-plugins/wmtop/wmtop-0.84.ebuild b/x11-plugins/wmtop/wmtop-0.84.ebuild deleted file mode 100644 index c3c821197ac7..000000000000 --- a/x11-plugins/wmtop/wmtop-0.84.ebuild +++ /dev/null @@ -1,37 +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/wmtop/wmtop-0.84.ebuild,v 1.12 2007/07/22 04:25:22 dberkholz Exp $ - -IUSE="" -DESCRIPTION="top in a dockapp" -HOMEPAGE="http://wmtop.sourceforge.net" -SRC_URI="mirror://sourceforge/wmtop/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc amd64 ppc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} ; cd ${S} - sed -i -e "s:-O3 -g -Wall:${CFLAGS}:" \ - -e "s:/local::" Makefile -} - -src_compile() { - make linux -} - -src_install() { - - dodir /usr/bin /usr/man/man1 - make PREFIX=${D}/usr install || die "make install failed" - -} |