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/wmDownload | |
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/wmDownload')
-rw-r--r-- | x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild deleted file mode 100644 index 23dbac29c2e3..000000000000 --- a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.15 2006/01/22 11:47:38 nelchael Exp $ - -S=${WORKDIR}/wmDownload - -IUSE="" -DESCRIPTION="dockapp that displays how much data you've received on each eth and ppp device." -SRC_URI="mirror://sourceforge/wmdownload/${P}.tar.gz" -HOMEPAGE="http://wmdownload.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc ~sparc" - -DEPEND="x11-libs/libdockapp" - -src_unpack() { - unpack ${A} ; cd ${S} - sed -i -e "s:-O2:$CFLAGS:" Makefile -} - -src_compile() { - emake || die -} - -src_install () { - strip wmDownload - dodir /usr/bin/ - dobin wmDownload -} |