diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 22:53:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 22:53:55 +0000 |
commit | cf0e1cfcf49a7d921e71b69074e21c55e868f1a7 (patch) | |
tree | 9c8441767670ea2ffff7af06acc2b8a194408225 /x11-misc/whitebox | |
parent | removed broken versions (diff) | |
download | gentoo-2-cf0e1cfcf49a7d921e71b69074e21c55e868f1a7.tar.gz gentoo-2-cf0e1cfcf49a7d921e71b69074e21c55e868f1a7.tar.bz2 gentoo-2-cf0e1cfcf49a7d921e71b69074e21c55e868f1a7.zip |
QA: Removed default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/whitebox')
-rw-r--r-- | x11-misc/whitebox/whitebox-0.5.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-misc/whitebox/whitebox-0.5.ebuild b/x11-misc/whitebox/whitebox-0.5.ebuild index a48909a9e47a..d76fb453d51f 100644 --- a/x11-misc/whitebox/whitebox-0.5.ebuild +++ b/x11-misc/whitebox/whitebox-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/whitebox-0.5.ebuild,v 1.6 2004/10/25 22:50:01 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/whitebox-0.5.ebuild,v 1.7 2005/07/11 22:49:20 swegener Exp $ IUSE="" @@ -18,16 +18,10 @@ KEYWORDS="x86 ~ppc ~sparc ~amd64" DEPEND="=x11-libs/gtk+-1.2* >=media-libs/gdk-pixbuf-0.22" -RDEPEND="virtual/blackbox" - -src_compile () { - - econf || die - emake || die -} +RDEPEND="${DEPEND} + virtual/blackbox" src_install () { - einstall || die insinto /usr/share/whiteBOX/pixmaps doins ${WORKDIR}/pixmaps/*.xpm |