diff options
Diffstat (limited to 'kde-base/quanta')
-rw-r--r-- | kde-base/quanta/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/quanta/files/digest-quanta-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.4.0.ebuild | 31 |
3 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog index 986fff06b6ab..b12a9743456f 100644 --- a/kde-base/quanta/ChangeLog +++ b/kde-base/quanta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/quanta # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.4 2005/03/10 15:23:35 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.5 2005/03/13 21:19:13 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> quanta-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *quanta-3.4.0_rc1 (10 Mar 2005) diff --git a/kde-base/quanta/files/digest-quanta-3.4.0 b/kde-base/quanta/files/digest-quanta-3.4.0 new file mode 100644 index 000000000000..0af1ae241535 --- /dev/null +++ b/kde-base/quanta/files/digest-quanta-3.4.0 @@ -0,0 +1 @@ +MD5 a131b9a14c5da402417b43ed8bc61df1 kdewebdev-3.4.0.tar.bz2 6243584 diff --git a/kde-base/quanta/quanta-3.4.0.ebuild b/kde-base/quanta/quanta-3.4.0.ebuild new file mode 100644 index 000000000000..1ac50e757990 --- /dev/null +++ b/kde-base/quanta/quanta-3.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.0.ebuild,v 1.1 2005/03/13 21:19:13 danarmak Exp $ +KMNAME=kdewebdev +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE: Quanta Plus Web Development Environment" +KEYWORDS="~x86 ~amd64" +IUSE="doc tidy" +DEPEND="doc? ( app-doc/quanta-docs ) + dev-libs/libxml2" +RDEPEND="$DEPEND +$(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 )" + +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::')" + + export LIBXML_LIBS="`xml2-config --libs`" + export LIBXSLT_LIBS="`xslt-config --libs`" + kde-meta_src_compile +} |