diff options
Diffstat (limited to 'x11-misc/icewoed/icewoed-1.6.ebuild')
-rw-r--r-- | x11-misc/icewoed/icewoed-1.6.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/icewoed/icewoed-1.6.ebuild b/x11-misc/icewoed/icewoed-1.6.ebuild deleted file mode 100644 index fe04c731cf6b..000000000000 --- a/x11-misc/icewoed/icewoed-1.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.6.ebuild,v 1.4 2004/09/02 22:49:41 pvdabeel Exp $ - -DESCRIPTION="IceWM winoptions editor." -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -HOMEPAGE="http://icecc.sourceforge.net/" -IUSE="" - -DEPEND=">=x11-libs/qt-3.0.0" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_unpack () { - unpack ${A} - cd ${S} - sed -e 's:/usr/local:/usr:' -i ${PN}.pro || die 'sed failed' -} - -src_compile () { - qmake || die -} - -src_install () { - make INSTALL_ROOT="${D}" install || die - - dodoc AUTHORS README TODO ChangeLog -} |