summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kdeaccessibility/ChangeLog8
-rw-r--r--kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.21
-rw-r--r--kde-base/kdeaccessibility/kdeaccessibility-3.4.2.ebuild45
-rw-r--r--kde-base/kdeadmin/ChangeLog7
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.4.21
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.4.2.ebuild31
-rw-r--r--kde-base/kdebase/ChangeLog8
-rw-r--r--kde-base/kdebase/files/digest-kdebase-3.4.21
-rw-r--r--kde-base/kdebase/files/kdebase-3.4-configure.patch194
-rw-r--r--kde-base/kdebase/kdebase-3.4.2.ebuild130
-rw-r--r--kde-base/kdegames/ChangeLog7
-rw-r--r--kde-base/kdegames/files/digest-kdegames-3.4.21
-rw-r--r--kde-base/kdegames/kdegames-3.4.2.ebuild19
-rw-r--r--kde-base/kdenetwork/ChangeLog8
-rw-r--r--kde-base/kdenetwork/files/digest-kdenetwork-3.4.21
-rw-r--r--kde-base/kdenetwork/files/kdenetwork-3.4-configure.patch190
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.4.2.ebuild70
-rw-r--r--kde-base/kdesdk/ChangeLog8
-rw-r--r--kde-base/kdesdk/files/digest-kdesdk-3.4.21
-rw-r--r--kde-base/kdesdk/files/kdesdk-3.4-configure.patch41
-rw-r--r--kde-base/kdesdk/kdesdk-3.4.2.ebuild44
-rw-r--r--kde-base/kdewebdev/ChangeLog7
-rw-r--r--kde-base/kdewebdev/files/digest-kdewebdev-3.4.21
-rw-r--r--kde-base/kdewebdev/kdewebdev-3.4.2.ebuild17
24 files changed, 834 insertions, 7 deletions
diff --git a/kde-base/kdeaccessibility/ChangeLog b/kde-base/kdeaccessibility/ChangeLog
index dfa9061c936f..35769b1915e1 100644
--- a/kde-base/kdeaccessibility/ChangeLog
+++ b/kde-base/kdeaccessibility/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdeaccessibility
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/ChangeLog,v 1.69 2005/07/28 07:08:31 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/ChangeLog,v 1.70 2005/07/28 12:59:54 greg_g Exp $
+
+*kdeaccessibility-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +kdeaccessibility-3.4.2.ebuild:
+ New version.
27 Jul 2005; Guy Martin <gmsoft@gentoo.org> kdeaccessibility-3.4.1.ebuild:
Stable on hppa.
diff --git a/kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.2 b/kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.2
new file mode 100644
index 000000000000..5ba00f2cfc19
--- /dev/null
+++ b/kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.2
@@ -0,0 +1 @@
+MD5 9ad0e81fc51de5513d778a2e4104d2c3 kdeaccessibility-3.4.2.tar.bz2 7413579
diff --git a/kde-base/kdeaccessibility/kdeaccessibility-3.4.2.ebuild b/kde-base/kdeaccessibility/kdeaccessibility-3.4.2.ebuild
new file mode 100644
index 000000000000..ff9d5c8ac641
--- /dev/null
+++ b/kde-base/kdeaccessibility/kdeaccessibility-3.4.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/kdeaccessibility-3.4.2.ebuild,v 1.1 2005/07/28 12:59:54 greg_g Exp $
+
+inherit kde-dist eutils
+
+DESCRIPTION="KDE accessibility module"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="arts gstreamer"
+
+DEPEND="gstreamer? ( >=media-libs/gstreamer-0.8.7
+ >=media-libs/gst-plugins-0.8.7 )"
+
+RDEPEND="${DEPEND}
+ arts? ( || ( app-accessibility/festival
+ app-accessibility/epos
+ app-accessibility/flite
+ app-accessibility/freetts ) )
+
+ gstreamer? ( || ( app-accessibility/festival
+ app-accessibility/epos
+ app-accessibility/flite ) )"
+
+DEPEND="${DEPEND}
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ kde_pkg_setup
+ if use gstreamer; then
+ ewarn "gstreamer support in kdeaccessibility is experimental"
+ fi
+}
+
+src_unpack() {
+ kde_src_unpack
+
+ # Make arts optional. Applied for 3.5.
+ epatch "${FILESDIR}/kdeaccessibility-3.4.0-noarts.patch"
+}
+
+src_compile() {
+ local myconf="$(use_enable gstreamer kttsd-gstreamer)"
+
+ kde_src_compile
+}
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index f4e6b286225f..b2dba8f1a000 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.128 2005/07/27 20:32:33 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.129 2005/07/28 13:00:30 greg_g Exp $
+
+*kdeadmin-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> +kdeadmin-3.4.2.ebuild:
+ New version.
27 Jul 2005; Guy Martin <gmsoft@gentoo.org> kdeadmin-3.4.1.ebuild:
Stable on hppa.
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.2 b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.2
new file mode 100644
index 000000000000..704ba375213a
--- /dev/null
+++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.2
@@ -0,0 +1 @@
+MD5 ef1d4be02bbe384d46e807421dd52fed kdeadmin-3.4.2.tar.bz2 1520873
diff --git a/kde-base/kdeadmin/kdeadmin-3.4.2.ebuild b/kde-base/kdeadmin/kdeadmin-3.4.2.ebuild
new file mode 100644
index 000000000000..ec19096b3523
--- /dev/null
+++ b/kde-base/kdeadmin/kdeadmin-3.4.2.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/kdeadmin/kdeadmin-3.4.2.ebuild,v 1.1 2005/07/28 13:00:30 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE administration tools (user manager, etc.)"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="~kde-base/kdebase-${PV}"
+
+src_compile() {
+ # we only want to compile the lilo config module on x86, but there we want to make sure it's
+ # always compiled to ensure consistent behaviour of the package across both lilo and grub systems,
+ # because configure when left to its own devices will build lilo-config or not basd on whether
+ # lilo is present in the path.
+ # so, we make configure build it by removing the configure.in.in file that checks for
+ # lilo's presense
+ if use x86; then
+ echo > ${S}/lilo-config/configure.in.in
+ make -f admin/Makefile.common
+ fi
+
+ export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
+
+ kde_src_compile
+}
+
+# TODO: add nis support
diff --git a/kde-base/kdebase/ChangeLog b/kde-base/kdebase/ChangeLog
index e84a60a8496f..059550e97692 100644
--- a/kde-base/kdebase/ChangeLog
+++ b/kde-base/kdebase/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdebase
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.211 2005/07/25 19:44:23 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.212 2005/07/28 13:01:46 greg_g Exp $
+
+*kdebase-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org>
+ files/kdebase-3.4.1-configure.patch, +kdebase-3.4.2.ebuild:
+ New version. Add configure patch (#81966).
25 Jul 2005; Guy Martin <gmsoft@gentoo.org> kdebase-3.4.1-r1.ebuild:
Stable on hppa.
diff --git a/kde-base/kdebase/files/digest-kdebase-3.4.2 b/kde-base/kdebase/files/digest-kdebase-3.4.2
new file mode 100644
index 000000000000..d855af2ae699
--- /dev/null
+++ b/kde-base/kdebase/files/digest-kdebase-3.4.2
@@ -0,0 +1 @@
+MD5 0ea16eb7185ef014d8bd4da4f4530272 kdebase-3.4.2.tar.bz2 22466433
diff --git a/kde-base/kdebase/files/kdebase-3.4-configure.patch b/kde-base/kdebase/files/kdebase-3.4-configure.patch
new file mode 100644
index 000000000000..4df19e3721f9
--- /dev/null
+++ b/kde-base/kdebase/files/kdebase-3.4-configure.patch
@@ -0,0 +1,194 @@
+diff -Nur kdebase-3.4.2.orig/kcontrol/input/configure.in.bot kdebase-3.4.2/kcontrol/input/configure.in.bot
+--- kdebase-3.4.2.orig/kcontrol/input/configure.in.bot 2005-05-23 14:13:38.000000000 +0200
++++ kdebase-3.4.2/kcontrol/input/configure.in.bot 2005-07-28 13:35:17.000000000 +0200
+@@ -1,10 +1,4 @@
+-if test "$LUSBLIB" = "no"; then
+- echo
+- echo " Problem! libusb library not found, get it from"
+- echo " http://libusb.sourceforge.net"
+-fi
+-
+-if (test x"$USB_LIBS" = x""); then
++if test "x$with_libusb" = xcheck && test "x$have_libusb" = xno; then
+ echo ""
+ echo "Logitech mouse support is disabled. Provide libusb to enable it."
+ echo ""
+diff -Nur kdebase-3.4.2.orig/kcontrol/input/configure.in.in kdebase-3.4.2/kcontrol/input/configure.in.in
+--- kdebase-3.4.2.orig/kcontrol/input/configure.in.in 2005-05-23 14:13:38.000000000 +0200
++++ kdebase-3.4.2/kcontrol/input/configure.in.in 2005-07-28 13:35:17.000000000 +0200
+@@ -1,19 +1,26 @@
+-LIBUSBCONFIG=""
+-AC_PATH_PROG(LIBUSBCONFIG,libusb-config,no)
+-if test $LIBUSBCONFIG = "no" ; then
+- AC_MSG_WARN(Can't find libusb-config)
+- AC_MSG_WARN(Check your libusb installation)
+- USB_LIBS=""
+- USB_CFLAGS=""
+-else
+- USB_LIBS="$($LIBUSBCONFIG --libs)"
+- USB_CFLAGS="$($LIBUSBCONFIG --cflags)"
+-AC_CHECK_LIB(usb,main,
+- AC_DEFINE(HAVE_LIBUSB, 1, [Defined if you have libusb]),
+- [],
+- $USB_LIBS
+-)
++AC_ARG_WITH(libusb,
++ [AS_HELP_STRING(--with-libusb,
++ [enable control of some mouse models through libusb @<:@default=check@:>@])],
++ [], with_libusb=check)
++
++USB_LIBS=
++USB_CFLAGS=
++have_libusb=no
++if test "x$with_libusb" != xno; then
++ AC_PATH_PROG(LIBUSBCONFIG,libusb-config,no)
++ if test $LIBUSBCONFIG != "no"; then
++ USB_LIBS="$($LIBUSBCONFIG --libs)"
++ USB_CFLAGS="$($LIBUSBCONFIG --cflags)"
++
++ AC_CHECK_LIB(usb,main,
++ [have_libusb=yes
++ AC_DEFINE(HAVE_LIBUSB, 1, [Defined if you have libusb])],
++ [], [$USB_LIBS]
++ )
++ fi
++ if test "x$with_libusb" != xcheck && test "x$have_libusb" = xno; then
++ AC_MSG_FAILURE([--with-libusb was given, but test for libusb failed])
++ fi
+ fi
+ AC_SUBST(USB_LIBS)
+ AC_SUBST(USB_CFLAGS)
+-
+diff -Nur kdebase-3.4.2.orig/kcontrol/view1394/configure.in.in kdebase-3.4.2/kcontrol/view1394/configure.in.in
+--- kdebase-3.4.2.orig/kcontrol/view1394/configure.in.in 2005-05-23 14:13:48.000000000 +0200
++++ kdebase-3.4.2/kcontrol/view1394/configure.in.in 2005-07-28 13:35:17.000000000 +0200
+@@ -1,3 +1,15 @@
++AC_ARG_WITH(libraw1394,
++ [AS_HELP_STRING(--with-libraw1394,
++ [enable visualization of ieee1394 devices through libraw1394 @<:@default=check@:>@])],
++ [], with_libraw1394=check)
++
+ VIEW1394_SUBDIR=
+-KDE_CHECK_HEADER(libraw1394/raw1394.h, VIEW1394_SUBDIR=view1394)
++if test "x$with_libraw1394" != xno; then
++ KDE_CHECK_HEADER(libraw1394/raw1394.h, VIEW1394_SUBDIR=view1394)
++
++ if test "x$with_libraw1394" != xcheck && test -z "$VIEW1394_SUBDIR"; then
++ AC_MSG_FAILURE([--with-libraw1394 was given, but test for libraw1394 failed])
++ fi
++fi
++
+ AM_CONDITIONAL(include_kcontrol_view1394, test -n "$VIEW1394_SUBDIR")
+diff -Nur kdebase-3.4.2.orig/kioslave/smb/configure.in.bot kdebase-3.4.2/kioslave/smb/configure.in.bot
+--- kdebase-3.4.2.orig/kioslave/smb/configure.in.bot 2005-05-23 14:14:19.000000000 +0200
++++ kdebase-3.4.2/kioslave/smb/configure.in.bot 2005-07-28 13:35:17.000000000 +0200
+@@ -1,4 +1,4 @@
+-if test "$have_libsmbclient" = no; then
++if test "x$with_samba" = xcheck && test "x$have_libsmbclient" = xno; then
+ echo ""
+ echo "You're missing libsmbclient from samba 3.0"
+ echo "KDE will not be able to browse windows shares without it,"
+diff -Nur kdebase-3.4.2.orig/kioslave/smb/configure.in.in kdebase-3.4.2/kioslave/smb/configure.in.in
+--- kdebase-3.4.2.orig/kioslave/smb/configure.in.in 2005-05-23 14:14:19.000000000 +0200
++++ kdebase-3.4.2/kioslave/smb/configure.in.in 2005-07-28 13:35:17.000000000 +0200
+@@ -1,20 +1,34 @@
+ AC_DEFUN([SMB_CHECK],
+ [
+ AC_REQUIRE([KDE_CHECK_LARGEFILE])
+-have_libsmbclient=yes
+-KDE_CHECK_HEADER(libsmbclient.h, ,[have_libsmbclient=no] )
+-KDE_CHECK_LIB(smbclient, smbc_new_context, [] ,[have_libsmbclient=no])
+
+-AM_CONDITIONAL(include_kioslave_smb, test "$have_libsmbclient" = yes)
++AC_ARG_WITH(samba,
++ [AS_HELP_STRING(--with-samba,
++ [enable the samba ioslave @<:@default=check@:>@])],
++ [], with_samba=check)
+
+-SMBCLIENT_EXTRA_LIBS=""
+-AC_CHECK_FUNC(yp_get_default_domain, [],
++have_libsmbclient=no
++if test "x$with_samba" != xno; then
++ have_libsmbclient=yes
++ KDE_CHECK_HEADER(libsmbclient.h, [], [have_libsmbclient=no])
++ KDE_CHECK_LIB(smbclient, smbc_new_context, [], [have_libsmbclient=no])
++
++ SMBCLIENT_EXTRA_LIBS=""
++ AC_CHECK_FUNC(yp_get_default_domain, [],
+ [
+ KDE_CHECK_LIB(nsl, yp_get_default_domain,
+ [SMBCLIENT_EXTRA_LIBS="-lnsl"] )
+ ])
+
+-AC_SUBST(SMBCLIENT_EXTRA_LIBS)
++ AC_SUBST(SMBCLIENT_EXTRA_LIBS)
++
++ if test "x$with_samba" != xcheck && test "x$have_libsmbclient" = xno; then
++ AC_MSG_FAILURE([--with-samba was given, but test for libsmbclient failed])
++ fi
++fi
++
++AM_CONDITIONAL(include_kioslave_smb, test "x$have_libsmbclient" = xyes)
++
+ ])
+
+ SMB_CHECK
+diff -Nur kdebase-3.4.2.orig/kioslave/thumbnail/configure.in.in kdebase-3.4.2/kioslave/thumbnail/configure.in.in
+--- kdebase-3.4.2.orig/kioslave/thumbnail/configure.in.in 2005-05-23 14:14:20.000000000 +0200
++++ kdebase-3.4.2/kioslave/thumbnail/configure.in.in 2005-07-28 13:35:59.000000000 +0200
+@@ -99,6 +99,18 @@
+ AC_SUBST(EXR_FLAGS)
+ ])
+
+-AC_FIND_LIBEXR
++AC_ARG_WITH(openexr,
++ [AC_HELP_STRING(--with-openexr,
++ [enable support for OpenEXR @<:@default=check@:>@])],
++ [], with_openexr=check)
++
++if test "x$with_openexr" != xno; then
++ AC_FIND_LIBEXR
++
++ if test "x$with_openexr" != xcheck && test -z "$LIB_EXR"; then
++ AC_MSG_ERROR([--with-openexr was given, but test for OpenEXR failed])
++ fi
++fi
++
+ AM_CONDITIONAL(include_EXR_MODULES, test -n "$LIB_EXR")
+
+diff -Nur kdebase-3.4.2.orig/ksysguard/configure.in.in kdebase-3.4.2/ksysguard/configure.in.in
+--- kdebase-3.4.2.orig/ksysguard/configure.in.in 2005-05-23 14:15:09.000000000 +0200
++++ kdebase-3.4.2/ksysguard/configure.in.in 2005-07-28 13:35:17.000000000 +0200
+@@ -23,11 +23,19 @@
+ AM_CONDITIONAL(include_ksysguardd_openbsd, test "$UNAME" = OpenBSD)
+ AC_SUBST(UNAME)
+
+-KDE_CHECK_LIB(sensors, sensors_init, [LIBSENSORS="-lsensors"])
+-AC_SUBST(LIBSENSORS)
++AC_ARG_WITH(sensors,
++ [AS_HELP_STRING(--with-sensors,
++ [enable support for lm_sensors @<:@default=check@:>@])],
++ [], with_sensors=check)
+
+-dnl Check for dell laptop support
+-AM_CONDITIONAL(supports_i8k, test -f /proc/i8k)
++if test "x$with_sensors" != xno; then
++ KDE_CHECK_HEADERS(sensors/sensors.h)
++ KDE_CHECK_LIB(sensors, sensors_init, [LIBSENSORS="-lsensors"])
++
++ if test "x$with_readline" != xcheck && test -z "$LIBSENSORS"; then
++ AC_MSG_FAILURE([--with-sensors was given, but test for lm_sensors failed])
++ fi
++fi
+
+ case "$UNAME" in
+ Linux) LIBHOSTS="$LIBSENSORS" ;;
+@@ -35,5 +43,7 @@
+ Solaris) LIBHOSTS="$LIBSENSORS -lkstat -lsocket" ;;
+ esac
+ AC_SUBST(LIBHOSTS)
++AC_SUBST(LIBSENSORS)
+
+-KDE_CHECK_HEADERS(sensors/sensors.h)
++dnl Check for dell laptop support
++AM_CONDITIONAL(supports_i8k, test -f /proc/i8k)
diff --git a/kde-base/kdebase/kdebase-3.4.2.ebuild b/kde-base/kdebase/kdebase-3.4.2.ebuild
new file mode 100644
index 000000000000..0e5f460e5194
--- /dev/null
+++ b/kde-base/kdebase/kdebase-3.4.2.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.4.2.ebuild,v 1.1 2005/07/28 13:01:46 greg_g Exp $
+
+inherit kde-dist eutils
+
+DESCRIPTION="KDE base packages: the desktop, panel, window manager, konqueror..."
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE="arts cups java ldap ieee1394 hal lm_sensors logitech-mouse openexr opengl pam samba ssl"
+# hal: enables hal backend for 'media:' ioslave
+
+DEPEND="arts? ( ~kde-base/arts-${PV} )
+ >=media-libs/freetype-2
+ media-libs/fontconfig
+ pam? ( kde-base/kdebase-pam )
+ >=dev-libs/cyrus-sasl-2
+ ldap? ( >=net-nds/openldap-2 )
+ cups? ( net-print/cups )
+ ssl? ( dev-libs/openssl )
+ opengl? ( virtual/opengl )
+ openexr? ( >=media-libs/openexr-1.2 )
+ samba? ( >=net-fs/samba-3.0.4 )
+ lm_sensors? ( sys-apps/lm_sensors )
+ logitech-mouse? ( >=dev-libs/libusb-0.1.10a )
+ ieee1394? ( sys-libs/libraw1394 )
+ hal? ( =sys-apps/dbus-0.23*
+ =sys-apps/hal-0.4* )"
+
+RDEPEND="${DEPEND}
+ java? ( >=virtual/jre-1.4 )
+ virtual/eject"
+
+DEPEND="${DEPEND}
+ dev-util/pkgconfig"
+
+src_unpack() {
+ kde_src_unpack
+
+ epatch "${FILESDIR}/kdebase-3.4.1-startkde-gentoo.patch"
+
+ # Configure patch. Applied for 3.5.
+ epatch "${FILESDIR}/kdebase-3.4-configure.patch"
+
+ # For the configure patch.
+ make -f admin/Makefile.common || die
+}
+
+src_compile() {
+ local myconf="--with-dpms
+ $(use_with arts) $(use_with ldap)
+ $(use_with cups) $(use_with opengl gl)
+ $(use_with ssl) $(use_with samba) $(use_with openexr)
+ $(use_with lm_sensors sensors) $(use_with logitech-mouse libusb)
+ $(use_with ieee1394 libraw1394) $(use_with hal)"
+
+ if use pam; then
+ myconf="${myconf} --with-pam=yes"
+ else
+ myconf="${myconf} --with-pam=no --with-shadow"
+ fi
+
+ # the java test is problematic (see kde bug 100729) and
+ # useless. All that's needed for java applets to work is
+ # to have the 'java' executable in PATH.
+ myconf="${myconf} --without-java"
+
+ kde_src_compile
+}
+
+src_install() {
+ kde_src_install
+ cd ${S}/kdm && make DESTDIR=${D} GENKDMCONF_FLAGS="--no-old --no-backup --no-in-notice" install
+
+ # startup and shutdown scripts
+ insinto ${KDEDIR}/env
+ doins ${FILESDIR}/agent-startup.sh
+
+ exeinto ${KDEDIR}/shutdown
+ doexe ${FILESDIR}/agent-shutdown.sh
+
+ # freedesktop environment variables
+ cat <<EOF > ${T}/xdg.sh
+export XDG_DATA_DIRS="${KDEDIR}/share:/usr/share"
+export XDG_CONFIG_DIRS="${KDEDIR}/etc/xdg"
+EOF
+ insinto ${KDEDIR}/env
+ doins ${T}/xdg.sh
+
+ # x11 session script
+ cat <<EOF > ${T}/kde-${SLOT}
+#!/bin/sh
+exec ${KDEDIR}/bin/startkde
+EOF
+ exeinto /etc/X11/Sessions
+ doexe ${T}/kde-${SLOT}
+
+ # freedesktop compliant session script
+ sed -e "s:@KDE_BINDIR@:${KDEDIR}/bin:g;s:Name=KDE:Name=KDE ${SLOT}:" \
+ ${S}/kdm/kfrontend/sessions/kde.desktop.in > ${T}/kde-${SLOT}.desktop
+ insinto /usr/share/xsessions
+ doins ${T}/kde-${SLOT}.desktop
+
+ # Customize the kdmrc configuration
+ sed -i -e "s:#SessionsDirs=:SessionsDirs=/usr/share/xsessions\n#SessionsDirs=:" \
+ -e "s:#GreetFont=:GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0\n#GreetFont=:" \
+ -e "s:#StdFont=:StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0\n#StdFont=:" \
+ -e "s:#FailFont=:FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0\n#FailFont=:" \
+ -e "s:#AntiAliasing=:AntiAliasing=true\n#AntiAliasing=:" \
+ ${D}/${KDEDIR}/share/config/kdm/kdmrc || die
+
+ rmdir ${D}/${KDEDIR}/share/templates/.source/emptydir
+}
+
+pkg_postinst() {
+ # set the default kdm face icon if it's not already set by the system admin
+ if [ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon" ]; then
+ mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces"
+ cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/default1.png" \
+ "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon"
+ fi
+
+ mkdir -p ${ROOT}${KDEDIR}/share/templates/.source/emptydir
+
+ echo
+ einfo "To enable gpg-agent and/or ssh-agent in KDE sessions,"
+ einfo "edit ${KDEDIR}/env/agent-startup.sh and"
+ einfo "${KDEDIR}/shutdown/agent-shutdown.sh"
+ echo
+}
diff --git a/kde-base/kdegames/ChangeLog b/kde-base/kdegames/ChangeLog
index e80bb132054f..a3cfe36351b3 100644
--- a/kde-base/kdegames/ChangeLog
+++ b/kde-base/kdegames/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdegames
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/ChangeLog,v 1.123 2005/07/25 19:58:55 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/ChangeLog,v 1.124 2005/07/28 13:02:28 greg_g Exp $
+
+*kdegames-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> +kdegames-3.4.2.ebuild:
+ New version.
25 Jul 2005; Guy Martin <gmsoft@gentoo.org> kdegames-3.4.1.ebuild:
Stable on hppa.
diff --git a/kde-base/kdegames/files/digest-kdegames-3.4.2 b/kde-base/kdegames/files/digest-kdegames-3.4.2
new file mode 100644
index 000000000000..29ea832570b2
--- /dev/null
+++ b/kde-base/kdegames/files/digest-kdegames-3.4.2
@@ -0,0 +1 @@
+MD5 0213806b5cf7956f12d8d3a830ea2208 kdegames-3.4.2.tar.bz2 9450681
diff --git a/kde-base/kdegames/kdegames-3.4.2.ebuild b/kde-base/kdegames/kdegames-3.4.2.ebuild
new file mode 100644
index 000000000000..a3671f2750b1
--- /dev/null
+++ b/kde-base/kdegames/kdegames-3.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/kdegames-3.4.2.ebuild,v 1.1 2005/07/28 13:02:29 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE games (not just solitaire ;-)"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+# For backgrounds in kpat.
+RDEPEND="~kde-base/kdebase-${PV}"
+
+src_compile() {
+ local myconf="--disable-setgid"
+
+ kde_src_compile
+}
diff --git a/kde-base/kdenetwork/ChangeLog b/kde-base/kdenetwork/ChangeLog
index 5e8c104770c4..d2255081137f 100644
--- a/kde-base/kdenetwork/ChangeLog
+++ b/kde-base/kdenetwork/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdenetwork
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.161 2005/07/27 18:57:48 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.162 2005/07/28 13:03:19 greg_g Exp $
+
+*kdenetwork-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +files/kdenetwork-3.4-configure.patch, +kdenetwork-3.4.2.ebuild:
+ New version. Add configure patch (#81966).
27 Jul 2005; Guy Martin <gmsoft@gentoo.org> kdenetwork-3.4.1-r1.ebuild:
Stable on hppa.
diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.4.2 b/kde-base/kdenetwork/files/digest-kdenetwork-3.4.2
new file mode 100644
index 000000000000..ff4633b1c9db
--- /dev/null
+++ b/kde-base/kdenetwork/files/digest-kdenetwork-3.4.2
@@ -0,0 +1 @@
+MD5 f803a0800d722983e6cc2b4c87ca435e kdenetwork-3.4.2.tar.bz2 7392788
diff --git a/kde-base/kdenetwork/files/kdenetwork-3.4-configure.patch b/kde-base/kdenetwork/files/kdenetwork-3.4-configure.patch
new file mode 100644
index 000000000000..13ce9cd5f246
--- /dev/null
+++ b/kde-base/kdenetwork/files/kdenetwork-3.4-configure.patch
@@ -0,0 +1,190 @@
+diff -Nur kdenetwork-3.4.2.orig/configure.in.bot kdenetwork-3.4.2/configure.in.bot
+--- kdenetwork-3.4.2.orig/configure.in.bot 2005-05-23 14:08:19.000000000 +0200
++++ kdenetwork-3.4.2/configure.in.bot 2005-07-26 13:55:52.000000000 +0200
+@@ -63,7 +63,7 @@
+ all_tests=bad
+ fi
+
+-if test -z "$XMMS_LIBS"; then
++if test "x$with_xmms" = xcheck && test -z "$XMMS_LIBS"; then
+ echo ""
+ echo "You're missing the XMMS libraries, or the libxmms development package."
+ echo "Without libxmms Kopete's NowListening plugin won't be able to talk to"
+@@ -74,7 +74,7 @@
+ all_tests=bad
+ fi
+
+-if test "$kde_libiw_installed" = "no"; then
++if test "x$with_wifi" = xcheck && test "$kde_libiw_installed" = "no"; then
+ echo ""
+ echo "You're missing the wireless tools libraries, or the wireless tools"
+ echo "header files. Without these, KWiFiManager and the kwireless applet"
+diff -Nur kdenetwork-3.4.2.orig/kopete/plugins/nowlistening/configure.in.in kdenetwork-3.4.2/kopete/plugins/nowlistening/configure.in.in
+--- kdenetwork-3.4.2.orig/kopete/plugins/nowlistening/configure.in.in 2005-05-23 14:07:30.000000000 +0200
++++ kdenetwork-3.4.2/kopete/plugins/nowlistening/configure.in.in 2005-07-26 13:56:43.000000000 +0200
+@@ -41,7 +41,19 @@
+ fi
+ ])
+
+-AC_CHECK_XMMS
++AC_ARG_WITH(xmms,
++ [AC_HELP_STRING(--with-xmms,
++ [enable support for XMMS @<:@default=check@:>@])],
++ [], with_xmms=check)
++
++if test "x$with_xmms" != xno; then
++ AC_CHECK_XMMS
++
++ if test "x$with_xmms" != xcheck && test "x$ac_cv_have_xmms" = xno; then
++ AC_MSG_ERROR([--with-xmms was given, but test for XMMS failed])
++ fi
++fi
++
+ AC_SUBST(XMMS_LIBS)
+ AC_SUBST(XMMS_LDFLAGS)
+ AC_SUBST(XMMS_INCLUDES)
+diff -Nur kdenetwork-3.4.2.orig/kopete/protocols/configure.in.in kdenetwork-3.4.2/kopete/protocols/configure.in.in
+--- kdenetwork-3.4.2.orig/kopete/protocols/configure.in.in 2005-05-23 14:07:47.000000000 +0200
++++ kdenetwork-3.4.2/kopete/protocols/configure.in.in 2005-07-26 13:56:19.000000000 +0200
+@@ -10,6 +10,11 @@
+ ac_libgadu_includes=""
+ ac_libgadu_libs=""
+
++AC_ARG_WITH(external-libgadu,
++ [AC_HELP_STRING(--with-external-libgadu,
++ [use external libgadu library @<:@default=check@:>@])],
++ [], with_external_libgadu=check)
++
+ AC_ARG_WITH(libgadu-includes,
+ AC_HELP_STRING([--with-libgadu-includes=DIR], [where the libgadu includes are.]),
+ [ ac_libgadu_includes="$withval" ])
+@@ -26,12 +31,12 @@
+ LIBGG_LIBS="-L$ac_libgadu_libs"
+ fi
+
+-
+-ac_save_LIBS="$LIBS"
+-ac_save_CFLAGS="$CFLAGS"
+-LIBS="$LIBGG_LIBS -lgadu $LIBPTHREAD"
+-CFLAGS="$CFLAGS $LIBGG_INCLUDES"
+-AC_MSG_CHECKING([libgadu version 1.5(rcX) with pthread support])
++if test "x$with_external_libgadu" != xno; then
++ ac_save_LIBS="$LIBS"
++ ac_save_CFLAGS="$CFLAGS"
++ LIBS="$LIBGG_LIBS -lgadu $LIBPTHREAD"
++ CFLAGS="$CFLAGS $LIBGG_INCLUDES"
++ AC_MSG_CHECKING([libgadu version 1.5(rcX) with pthread support])
+ AC_TRY_RUN(
+ [
+
+@@ -61,28 +66,37 @@
+ ], [
+ LIBGG_LIBS="$LIBGG_LIBS -lgadu $LIBPTHREAD"
+ AC_MSG_RESULT([yes])
+- AC_SUBST(LIBGG_INCLUDES)
+- AC_SUBST(LIBGG_LIBS)
+ COMPILE_GADU=true
+- AC_SUBST(COMPILE_GADU)
+ use_libgadu_copy=
+ ], [
+- if test "$kde_use_threading" = "yes" ; then
+- AC_MSG_RESULT([no, falling back on supplied libgadu-copy])
+- use_libgadu_copy=yes
+- COMPILE_GADU=true
++ AC_MSG_RESULT([no])
++ ])
++ LIBS="$ac_save_LIBS"
++ CFLAGS="$ac_save_CFLAGS"
++
++ if test "x$with_external_libgadu" != xcheck && test -z "$COMPILE_GADU"; then
++ AC_MSG_ERROR([--with-external-libgadu was given, but test for libgadu failed])
++ fi
++fi
++
++if test -z "$COMPILE_GADU"; then
++ AC_MSG_CHECKING([if supplied libgadu-copy can be used])
++ if test "$kde_use_threading" = "yes"; then
++ AC_MSG_RESULT([yes])
++ use_libgadu_copy=yes
++ COMPILE_GADU=true
+ else
+- use_libgadu_copy=
+- AC_MSG_RESULT([no, cannot fall back on libgadu-copy (no pthread)])
+- COMPILE_GADU=
++ AC_MSG_RESULT([no (no pthread), support for Gadu-Gadu will be disabled])
++ use_libgadu_copy=
++ COMPILE_GADU=
+ fi
+- AC_SUBST(COMPILE_GADU)
+- ])
++fi
++
++AC_SUBST(LIBGG_INCLUDES)
++AC_SUBST(LIBGG_LIBS)
++AC_SUBST(COMPILE_GADU)
+ AM_CONDITIONAL(include_gadu, test -n "$COMPILE_GADU")
+ AM_CONDITIONAL(include_libggcopy, test -n "$use_libgadu_copy")
+-LIBS="$ac_save_LIBS"
+-CFLAGS="$ac_save_CFLAGS"
+-
+
+ if test "$use_libgadu_copy" = "yes"; then
+ cp ${srcdir}/kopete/protocols/gadu/libgadu/libgadu-config.h.in \
+diff -Nur kdenetwork-3.4.2.orig/wifi/configure.in.in kdenetwork-3.4.2/wifi/configure.in.in
+--- kdenetwork-3.4.2.orig/wifi/configure.in.in 2005-05-23 14:08:02.000000000 +0200
++++ kdenetwork-3.4.2/wifi/configure.in.in 2005-07-26 13:57:27.000000000 +0200
+@@ -1,7 +1,14 @@
+-AC_LANG_SAVE
+-AC_LANG_CPLUSPLUS
+-AC_MSG_CHECKING([if wireless tools >= 25 are installed])
+-AC_TRY_COMPILE(
++AC_ARG_WITH(wifi,
++ [AC_HELP_STRING(--with-wifi,
++ [enable support for wireless tools @<:@default=check@:>@])],
++ [], with_wifi=check)
++
++kde_libiw_installed=no
++if test "x$with_wifi" != xno; then
++ AC_LANG_SAVE
++ AC_LANG_CPLUSPLUS
++ AC_MSG_CHECKING([if wireless tools >= 25 are installed])
++ AC_TRY_COMPILE(
+ [
+ #include <iwlib.h>
+ ],
+@@ -14,14 +21,10 @@
+ ,
+ kde_libiw_installed=no
+ AC_MSG_RESULT(no)
+-)
+-
+-if test "$kde_libiw_installed" = "no"; then
+- DO_NOT_COMPILE="$DO_NOT_COMPILE wifi"
+-fi
++ )
+
+-AC_MSG_CHECKING([if wireless tools >= 27 are installed])
+-AC_TRY_COMPILE(
++ AC_MSG_CHECKING([if wireless tools >= 27 are installed])
++ AC_TRY_COMPILE(
+ [
+ #include <iwlib.h>
+ ],
+@@ -54,6 +57,15 @@
+ AC_MSG_RESULT(no)
+ )
+
+-)
++ )
++
++ AC_LANG_RESTORE
+
+-AC_LANG_RESTORE
++ if test "x$with_wifi" != xcheck && test "x$kde_libiw_installed" = xno; then
++ AC_MSG_ERROR([--with-wifi was given, but test for wireless-tools failed])
++ fi
++fi
++
++if test "$kde_libiw_installed" = "no"; then
++ DO_NOT_COMPILE="$DO_NOT_COMPILE wifi"
++fi
diff --git a/kde-base/kdenetwork/kdenetwork-3.4.2.ebuild b/kde-base/kdenetwork/kdenetwork-3.4.2.ebuild
new file mode 100644
index 000000000000..22ccfbff3baa
--- /dev/null
+++ b/kde-base/kdenetwork/kdenetwork-3.4.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.4.2.ebuild,v 1.1 2005/07/28 13:03:19 greg_g Exp $
+
+inherit kde-dist eutils
+
+DESCRIPTION="KDE network apps: kopete, kppp, kget..."
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE="rdesktop slp ssl wifi xmms"
+
+DEPEND="~kde-base/kdebase-${PV}
+ dev-libs/libxslt
+ dev-libs/libxml2
+ slp? ( net-libs/openslp )
+ wifi? ( net-wireless/wireless-tools )
+ xmms? ( media-sound/xmms )"
+
+RDEPEND="${DEPEND}
+ rdesktop? ( >=net-misc/rdesktop-1.4.1 )
+ dev-lang/perl
+ ssl? ( app-crypt/qca-tls
+ dev-perl/IO-Socket-SSL )"
+# perl: for KSirc
+# qca-tls: for Kopete jabber plugin.
+# IO-Socket-SSL: for SSL support in KSirc.
+
+DEPEND="${DEPEND}
+ dev-util/pkgconfig"
+
+src_unpack() {
+ kde_src_unpack
+
+ # Disable meanwhile support in kopete. See bug 96778.
+ # Needs to be reconsidered for 3.5.
+ epatch "$FILESDIR/disable-meanwhile.diff"
+
+ # Configure patch. Applied for 3.5.
+ epatch "${FILESDIR}/kdenetwork-3.4-configure.patch"
+
+ # For the configure patch.
+ make -f admin/Makefile.common
+}
+
+src_compile() {
+ local myconf="$(use_enable slp) $(use_with wifi)
+ $(use_with xmms) --without-external-libgadu"
+
+ kde_src_compile
+}
+
+src_install() {
+ kde_src_install
+
+ chmod u+s ${D}/${KDEDIR}/bin/reslisa
+
+ # empty config file needed for lisa to work with default settings
+ dodir /etc
+ touch ${D}/etc/lisarc
+
+ # lisa, reslisa initscripts
+ sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/lisa > ${T}/lisa
+ sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/reslisa > ${T}/reslisa
+ exeinto /etc/init.d
+ doexe ${T}/lisa ${T}/reslisa
+
+ insinto /etc/conf.d
+ newins ${FILESDIR}/lisa.conf lisa
+ newins ${FILESDIR}/reslisa.conf reslisa
+}
diff --git a/kde-base/kdesdk/ChangeLog b/kde-base/kdesdk/ChangeLog
index 6a72007b5643..0ba3809e74e5 100644
--- a/kde-base/kdesdk/ChangeLog
+++ b/kde-base/kdesdk/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdesdk
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/ChangeLog,v 1.89 2005/07/04 22:51:38 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/ChangeLog,v 1.90 2005/07/28 13:04:00 greg_g Exp $
+
+*kdesdk-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +files/kdesdk-3.4-configure.patch, +kdesdk-3.4.2.ebuild:
+ New version. Add configure patch (#81966). Add dependency on sys-libs/db.
04 Jul 2005; Jason Wever <weeve@gentoo.org> kdesdk-3.4.1.ebuild:
Added ~sparc keyword.
diff --git a/kde-base/kdesdk/files/digest-kdesdk-3.4.2 b/kde-base/kdesdk/files/digest-kdesdk-3.4.2
new file mode 100644
index 000000000000..944cb4dff1ec
--- /dev/null
+++ b/kde-base/kdesdk/files/digest-kdesdk-3.4.2
@@ -0,0 +1 @@
+MD5 ec794b8f2a492a188cae8fb38208e1b9 kdesdk-3.4.2.tar.bz2 4596440
diff --git a/kde-base/kdesdk/files/kdesdk-3.4-configure.patch b/kde-base/kdesdk/files/kdesdk-3.4-configure.patch
new file mode 100644
index 000000000000..8933c41f59f7
--- /dev/null
+++ b/kde-base/kdesdk/files/kdesdk-3.4-configure.patch
@@ -0,0 +1,41 @@
+diff -Nur kdesdk-3.4.2.orig/kioslave/svn/configure.in.bot kdesdk-3.4.2/kioslave/svn/configure.in.bot
+--- kdesdk-3.4.2.orig/kioslave/svn/configure.in.bot 2005-05-23 14:08:56.000000000 +0200
++++ kdesdk-3.4.2/kioslave/svn/configure.in.bot 2005-07-26 14:17:35.000000000 +0200
+@@ -1,4 +1,4 @@
+-if test -z "$SVN_SUBDIR"; then
++if test "x$with_subversion" = xcheck && test -z "$SVN_SUBDIR"; then
+ echo ""
+ echo "You're missing Subversion libraries (1.x)"
+ echo "KDE will not be able to browse Subversion repositories without it,"
+@@ -7,4 +7,3 @@
+ echo ""
+ all_tests=bad
+ fi
+-
+diff -Nur kdesdk-3.4.2.orig/kioslave/svn/configure.in.in kdesdk-3.4.2/kioslave/svn/configure.in.in
+--- kdesdk-3.4.2.orig/kioslave/svn/configure.in.in 2005-05-23 14:08:56.000000000 +0200
++++ kdesdk-3.4.2/kioslave/svn/configure.in.in 2005-07-26 14:17:59.000000000 +0200
+@@ -1,3 +1,11 @@
++AC_ARG_WITH(subversion,
++ [AC_HELP_STRING(--with-subversion,
++ [enable support for subversion @<:@default=check@:>@])],
++ [], with_subversion=check)
++
++SVN_SUBDIR=""
++if test "x$with_subversion" != xno; then
++
+ APR_CONFIGS="apr-config /usr/local/apr/bin/apr-config"
+ SVN_SUBDIR="svn"
+ AC_ARG_WITH(apr-config,
+@@ -137,6 +145,11 @@
+ SVN_INCLUDE="$SVN_INCLUDE $APR_INCLUDE"
+ SVN_CPPFLAGS="$APR_CPPFLAGS $SVN_CPPFLAGS"
+
++if test "x$with_subversion" != xcheck && test -z "$SVN_SUBDIR"; then
++ AC_MSG_ERROR([--with-subversion was given, but test for subversion failed])
++fi
++fi
++
+ AC_SUBST(SVN_INCLUDE)
+ AC_SUBST(SVN_LIB)
+ AC_SUBST(SVN_CPPFLAGS)
diff --git a/kde-base/kdesdk/kdesdk-3.4.2.ebuild b/kde-base/kdesdk/kdesdk-3.4.2.ebuild
new file mode 100644
index 000000000000..1cc8ec7b985b
--- /dev/null
+++ b/kde-base/kdesdk/kdesdk-3.4.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk/kdesdk-3.4.2.ebuild,v 1.1 2005/07/28 13:04:00 greg_g Exp $
+
+inherit kde-dist eutils
+
+DESCRIPTION="KDE SDK: Cervisia, KBabel, KCachegrind, Kompare, Umbrello,..."
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="subversion"
+
+DEPEND="x86? ( dev-util/callgrind )
+ media-gfx/graphviz
+ sys-devel/flex
+ subversion? ( dev-util/subversion )
+ || ( =sys-libs/db-4.3*
+ =sys-libs/db-4.2* )"
+
+RDEPEND="${DEPEND}
+ dev-util/cvs"
+
+src_unpack() {
+ kde_src_unpack
+
+ # Configure patch. Applied for 3.5.
+ epatch "${FILESDIR}/kdesdk-3.4-configure.patch"
+
+ # For the configure patch.
+ make -f admin/Makefile.common
+}
+
+src_compile() {
+ local myconf="$(use_with subversion)"
+
+ if has_version "=sys-libs/db-4.3*"; then
+ myconf="${myconf} --with-db-name=db-4.3
+ --with-db-include-dir=/usr/include/db4.3"
+ elif has_version "=sys-libs/db-4.2*"; then
+ myconf="${myconf} --with-db-name=db-4.2
+ --with-db-include-dir=/usr/include/db4.2"
+ fi
+
+ kde_src_compile
+}
diff --git a/kde-base/kdewebdev/ChangeLog b/kde-base/kdewebdev/ChangeLog
index 75d486367c0a..3bd5fb180ddd 100644
--- a/kde-base/kdewebdev/ChangeLog
+++ b/kde-base/kdewebdev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdewebdev
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdewebdev/ChangeLog,v 1.62 2005/07/27 20:30:44 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdewebdev/ChangeLog,v 1.63 2005/07/28 12:59:21 greg_g Exp $
+
+*kdewebdev-3.4.2 (28 Jul 2005)
+
+ 28 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> +kdewebdev-3.4.2.ebuild:
+ New version.
27 Jul 2005; Guy Martin <gmsoft@gentoo.org> kdewebdev-3.4.1.ebuild:
Stable on hppa.
diff --git a/kde-base/kdewebdev/files/digest-kdewebdev-3.4.2 b/kde-base/kdewebdev/files/digest-kdewebdev-3.4.2
new file mode 100644
index 000000000000..5497b6e4be9f
--- /dev/null
+++ b/kde-base/kdewebdev/files/digest-kdewebdev-3.4.2
@@ -0,0 +1 @@
+MD5 99dbd9bf9b2a1451544b35f73efe7dba kdewebdev-3.4.2.tar.bz2 5968773
diff --git a/kde-base/kdewebdev/kdewebdev-3.4.2.ebuild b/kde-base/kdewebdev/kdewebdev-3.4.2.ebuild
new file mode 100644
index 000000000000..9303b553c090
--- /dev/null
+++ b/kde-base/kdewebdev/kdewebdev-3.4.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdewebdev/kdewebdev-3.4.2.ebuild,v 1.1 2005/07/28 12:59:21 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE web development - Quanta"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE="doc tidy"
+
+DEPEND="dev-libs/libxslt
+ dev-libs/libxml2"
+
+RDEPEND="${DEPEND}
+ tidy? ( app-text/htmltidy )
+ doc? ( app-doc/quanta-docs )"