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
commit0eb23ee04eea64ed8c6cdf34ebc5e41ca804b578 (patch)
tree276a97d374e71d1afb4dcad451e701f8b0cf8688 /x11-misc/icemc/icemc-2.1-r1.ebuild
parentversion bump (diff)
downloadhistorical-0eb23ee04eea64ed8c6cdf34ebc5e41ca804b578.tar.gz
historical-0eb23ee04eea64ed8c6cdf34ebc5e41ca804b578.tar.bz2
historical-0eb23ee04eea64ed8c6cdf34ebc5e41ca804b578.zip
Removing ancient qt-3 dependent packages, see bug #304481.
Diffstat (limited to 'x11-misc/icemc/icemc-2.1-r1.ebuild')
-rw-r--r--x11-misc/icemc/icemc-2.1-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/icemc/icemc-2.1-r1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild
deleted file mode 100644
index d70e0b9466f6..000000000000
--- a/x11-misc/icemc/icemc-2.1-r1.ebuild
+++ /dev/null
@@ -1,30 +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/icemc/icemc-2.1-r1.ebuild,v 1.6 2008/05/09 13:05:32 phosphan Exp $
-
-DESCRIPTION="IceWM menu/toolbar editor"
-HOMEPAGE="http://icecc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-DEPEND="=x11-libs/qt-3*"
-
-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() {
- addwrite ${QTDIR}/etc/settings
- ${QTDIR}/bin/qmake ${PN}.pro
- emake || die "emake failed"
-}
-
-src_install() {
- dobin icemc
- dodoc AUTHORS ChangeLog
-}