diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-26 13:25:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-26 13:25:35 +0000 |
commit | cc72bcb6e1b4ae200d7f015b1aff07c7cbb691a7 (patch) | |
tree | 67029d98a101debfb03c4008da819dc41f75dbfe /x11-plugins/wmnd | |
parent | quoting (diff) | |
download | historical-cc72bcb6e1b4ae200d7f015b1aff07c7cbb691a7.tar.gz historical-cc72bcb6e1b4ae200d7f015b1aff07c7cbb691a7.tar.bz2 historical-cc72bcb6e1b4ae200d7f015b1aff07c7cbb691a7.zip |
old
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmnd/wmnd-0.4.11.ebuild b/x11-plugins/wmnd/wmnd-0.4.11.ebuild deleted file mode 100644 index 45fc64ffc29c..000000000000 --- a/x11-plugins/wmnd/wmnd-0.4.11.ebuild +++ /dev/null @@ -1,33 +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/wmnd/wmnd-0.4.11.ebuild,v 1.8 2007/07/22 04:46:01 dberkholz Exp $ - -IUSE="" -DESCRIPTION="WindowMaker Network Devices (dockapp)" -HOMEPAGE="http://www.yuv.info/wmnd/" -SRC_URI="ftp://ftp.yuv.info/pub/wmnd/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc amd64" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_compile() { - econf || die "configure failed" - emake || die "parallel make failed" -} - -src_install() { - einstall || die "make install failed" - - dodoc README AUTHORS ChangeLog NEWS TODO - - # gpl.info is no valid .info file. Causes errors with install-info. - rm -r ${D}/usr/share/info -} |