summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2010-02-17 09:09:49 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2010-02-17 09:09:49 +0000
commit96a39b2f44b984a566929340522c894bef78f869 (patch)
tree22c4503e82130ad4a1ac79a165d54cbe65362249 /x11-misc/icewoed/icewoed-1.8.ebuild
parentversion bump (diff)
downloadgentoo-2-96a39b2f44b984a566929340522c894bef78f869.tar.gz
gentoo-2-96a39b2f44b984a566929340522c894bef78f869.tar.bz2
gentoo-2-96a39b2f44b984a566929340522c894bef78f869.zip
Removing ancient qt-3 dependent packages, see bug #304481.
Diffstat (limited to 'x11-misc/icewoed/icewoed-1.8.ebuild')
-rw-r--r--x11-misc/icewoed/icewoed-1.8.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/icewoed/icewoed-1.8.ebuild b/x11-misc/icewoed/icewoed-1.8.ebuild
deleted file mode 100644
index 1be29accc2f2..000000000000
--- a/x11-misc/icewoed/icewoed-1.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.7 2008/05/08 13:07:27 phosphan Exp $
-
-DESCRIPTION="IceWM winoptions editor."
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-HOMEPAGE="http://icecc.sourceforge.net/"
-IUSE=""
-
-DEPEND="=x11-libs/qt-3*"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~amd64"
-
-src_unpack () {
- unpack ${A}
- cd "${S}"
- sed -e 's:/usr/local:/usr:' -i ${PN}.pro || die 'sed failed'
- echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
-}
-
-src_compile () {
- ${QTDIR}/bin/qmake || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install () {
- dobin icewoed
- dodoc AUTHORS README TODO ChangeLog
-}