diff options
Diffstat (limited to 'kde-base/quanta/quanta-3.5.4.ebuild')
-rw-r--r-- | kde-base/quanta/quanta-3.5.4.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-base/quanta/quanta-3.5.4.ebuild b/kde-base/quanta/quanta-3.5.4.ebuild deleted file mode 100644 index 06065b3fb008..000000000000 --- a/kde-base/quanta/quanta-3.5.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.4.ebuild,v 1.3 2006/09/23 20:16:32 flameeyes Exp $ -KMNAME=kdewebdev -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE: Quanta Plus Web Development Environment" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc tidy" -DEPEND="dev-libs/libxslt - dev-libs/libxml2" -RDEPEND="${RDEPEND} -$(deprange $PV $MAXKDEVER kde-base/kfilereplace) -$(deprange $PV $MAXKDEVER kde-base/kimagemapeditor) -$(deprange $PV $MAXKDEVER kde-base/klinkstatus) -$(deprange $PV $MAXKDEVER kde-base/kommander) -$(deprange $PV $MAXKDEVER kde-base/kxsldbg) -tidy? ( app-text/htmltidy ) -doc? ( app-doc/quanta-docs )" - -KMCOMPILEONLY=lib - -# TODO: check why this wasn't needed back in the monolithic ebuild -src_compile () { - myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')" - kde-meta_src_compile -} |