diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 23:00:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 23:00:24 +0000 |
commit | e88e784c4ee0bcab943bddbb4567efb82b5d2f75 (patch) | |
tree | 089ec2a740f334f9a11e213de4d8e788d312be4c /x11-misc/whitebox | |
parent | Stable on alpha + ia64, bug 98394. (diff) | |
download | historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.tar.gz historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.tar.bz2 historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.zip |
QA: Removed default src_compile
Package-Manager: portage-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 |