summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kdeaccessibility/ChangeLog8
-rw-r--r--kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.01
-rw-r--r--kde-base/kdeaccessibility/kdeaccessibility-3.4.0.ebuild23
-rw-r--r--kde-base/kdeartwork/ChangeLog7
-rw-r--r--kde-base/kdeartwork/files/digest-kdeartwork-3.4.01
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.4.0.ebuild29
-rw-r--r--kde-base/kdegames/ChangeLog7
-rw-r--r--kde-base/kdegames/files/digest-kdegames-3.4.01
-rw-r--r--kde-base/kdegames/kdegames-3.4.0.ebuild10
-rw-r--r--kde-base/kdegraphics/ChangeLog7
-rw-r--r--kde-base/kdegraphics/files/digest-kdegraphics-3.4.01
-rw-r--r--kde-base/kdegraphics/kdegraphics-3.4.0.ebuild45
-rw-r--r--kde-base/kdenetwork/ChangeLog7
-rw-r--r--kde-base/kdenetwork/files/digest-kdenetwork-3.4.01
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.4.0.ebuild50
-rw-r--r--kde-base/kdepim/ChangeLog8
-rw-r--r--kde-base/kdepim/files/digest-kdepim-3.4.01
-rw-r--r--kde-base/kdepim/files/kdepim-3.4.0-fix-imap-resource-type.patch49
-rw-r--r--kde-base/kdepim/kdepim-3.4.0.ebuild33
-rw-r--r--kde-base/kdetoys/ChangeLog7
-rw-r--r--kde-base/kdetoys/files/digest-kdetoys-3.4.01
-rw-r--r--kde-base/kdetoys/kdetoys-3.4.0.ebuild10
22 files changed, 300 insertions, 7 deletions
diff --git a/kde-base/kdeaccessibility/ChangeLog b/kde-base/kdeaccessibility/ChangeLog
index 963d0cece79a..acca6e99c1bc 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.59 2005/03/07 16:59:11 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/ChangeLog,v 1.60 2005/03/14 21:46:21 greg_g Exp $
+
+*kdeaccessibility-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +kdeaccessibility-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final.
07 Mar 2005; Gregorio Guidi <greg_g@gentoo.org>
kdeaccessibility-3.4.0_rc1.ebuild:
diff --git a/kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.0 b/kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.0
new file mode 100644
index 000000000000..f2864b708e2d
--- /dev/null
+++ b/kde-base/kdeaccessibility/files/digest-kdeaccessibility-3.4.0
@@ -0,0 +1 @@
+MD5 274bd9335219f0fefb6fdc4a17891cf7 kdeaccessibility-3.4.0.tar.bz2 7220617
diff --git a/kde-base/kdeaccessibility/kdeaccessibility-3.4.0.ebuild b/kde-base/kdeaccessibility/kdeaccessibility-3.4.0.ebuild
new file mode 100644
index 000000000000..b0e709a7e340
--- /dev/null
+++ b/kde-base/kdeaccessibility/kdeaccessibility-3.4.0.ebuild
@@ -0,0 +1,23 @@
+# 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.0.ebuild,v 1.1 2005/03/14 21:46:21 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE accessibility module"
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE="arts"
+
+DEPEND="gstreamer? ( >=media-libs/gstreamer-0.8.7 )"
+
+RDEPEND="${DEPEND}
+ arts? ( || ( app-accessibility/festival
+ app-accessibility/epos
+ app-accessibility/flite
+ app-accessibility/freetts ) )"
+
+src_compile() {
+ myconf="$(use_enable gstreamer kttsd-gstreamer)"
+
+ kde_src_compile
+}
diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog
index 6773c799771c..255aa1ad0bb7 100644
--- a/kde-base/kdeartwork/ChangeLog
+++ b/kde-base/kdeartwork/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdeartwork
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.116 2005/03/13 01:02:32 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.117 2005/03/14 21:47:05 greg_g Exp $
+
+*kdeartwork-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> +kdeartwork-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final.
12 Mar 2005; Hardave Riar <hardave@gentoo.org> kdeartwork-3.3.2.ebuild:
Marked ~mips.
diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.4.0 b/kde-base/kdeartwork/files/digest-kdeartwork-3.4.0
new file mode 100644
index 000000000000..85aaba69fb4c
--- /dev/null
+++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.4.0
@@ -0,0 +1 @@
+MD5 89df94d9e6c63887e5a66312b6514d0d kdeartwork-3.4.0.tar.bz2 18077818
diff --git a/kde-base/kdeartwork/kdeartwork-3.4.0.ebuild b/kde-base/kdeartwork/kdeartwork-3.4.0.ebuild
new file mode 100644
index 000000000000..8be01c562b7d
--- /dev/null
+++ b/kde-base/kdeartwork/kdeartwork-3.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.4.0.ebuild,v 1.1 2005/03/14 21:47:05 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE artwork package"
+
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE="opengl xscreensaver"
+
+DEPEND="~kde-base/kdebase-${PV}
+ opengl? ( virtual/opengl )
+ xscreensaver? ( x11-misc/xscreensaver )"
+
+src_unpack() {
+ kde_src_unpack
+
+ # Fix compilation with --without-gl. See bug #46775 and kde bug 89387.
+ epatch ${FILESDIR}/kdeartwork-3.4.0_beta2-gl-kdesavers.patch
+
+ make -f admin/Makefile.common
+}
+
+src_compile() {
+ myconf="--with-dpms $(use_with opengl gl)"
+
+ kde_src_compile
+}
diff --git a/kde-base/kdegames/ChangeLog b/kde-base/kdegames/ChangeLog
index 0bc924302662..3b611a77ede4 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.113 2005/02/27 22:54:29 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/ChangeLog,v 1.114 2005/03/14 21:43:55 greg_g Exp $
+
+*kdegames-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> +kdegames-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final.
*kdegames-3.4.0_rc1 (27 Feb 2005)
diff --git a/kde-base/kdegames/files/digest-kdegames-3.4.0 b/kde-base/kdegames/files/digest-kdegames-3.4.0
new file mode 100644
index 000000000000..2a9a6a8354dd
--- /dev/null
+++ b/kde-base/kdegames/files/digest-kdegames-3.4.0
@@ -0,0 +1 @@
+MD5 ab144b71caeda34579817b01855ec287 kdegames-3.4.0.tar.bz2 9509119
diff --git a/kde-base/kdegames/kdegames-3.4.0.ebuild b/kde-base/kdegames/kdegames-3.4.0.ebuild
new file mode 100644
index 000000000000..de854b7a11fc
--- /dev/null
+++ b/kde-base/kdegames/kdegames-3.4.0.ebuild
@@ -0,0 +1,10 @@
+# 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.0.ebuild,v 1.1 2005/03/14 21:43:55 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE games (not just solitaire ;-)"
+
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE=""
diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog
index 6059acacbbcd..08d825d67ca1 100644
--- a/kde-base/kdegraphics/ChangeLog
+++ b/kde-base/kdegraphics/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdegraphics
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.157 2005/02/27 22:55:15 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.158 2005/03/14 21:47:51 greg_g Exp $
+
+*kdegraphics-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> +kdegraphics-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final.
*kdegraphics-3.4.0_rc1 (27 Feb 2005)
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.4.0 b/kde-base/kdegraphics/files/digest-kdegraphics-3.4.0
new file mode 100644
index 000000000000..315db4f18947
--- /dev/null
+++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.4.0
@@ -0,0 +1 @@
+MD5 5a0a32e314422e2ce051290c08390367 kdegraphics-3.4.0.tar.bz2 6667685
diff --git a/kde-base/kdegraphics/kdegraphics-3.4.0.ebuild b/kde-base/kdegraphics/kdegraphics-3.4.0.ebuild
new file mode 100644
index 000000000000..11f8457e9b81
--- /dev/null
+++ b/kde-base/kdegraphics/kdegraphics-3.4.0.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/kdegraphics/kdegraphics-3.4.0.ebuild,v 1.1 2005/03/14 21:47:51 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE graphics-related apps"
+
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE="gphoto2 imlib nodrm opengl povray scanner tetex"
+
+DEPEND="~kde-base/kdebase-${PV}
+ gphoto2? ( media-gfx/gphoto2 )
+ scanner? ( media-gfx/sane-backends )
+ dev-libs/fribidi
+ imlib? ( media-libs/imlib )
+ virtual/ghostscript
+ media-libs/tiff
+ povray? ( media-gfx/povray
+ virtual/opengl )"
+
+RDEPEND="${DEPEND}
+ app-text/xpdf
+ tetex? (
+ || ( >=app-text/tetex-2
+ app-text/ptex
+ app-text/cstetex
+ app-text/dvipdfm )
+ )"
+
+src_compile() {
+ if use gphoto2; then
+ myconf="${myconf} --with-kamera \
+ --with-gphoto2-includes=/usr/include/gphoto2 \
+ --with-gphoto2-libraries=/usr/lib/gphoto2"
+ else
+ myconf="${myconf} --without-kamera"
+ fi
+
+ use scanner || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kooka libkscan"
+
+ myconf="${myconf} $(use_with imlib) $(use_enable !nodrm kpdf-drm)"
+
+ kde_src_compile
+}
diff --git a/kde-base/kdenetwork/ChangeLog b/kde-base/kdenetwork/ChangeLog
index ae3d8ca7031a..44fff4d84a55 100644
--- a/kde-base/kdenetwork/ChangeLog
+++ b/kde-base/kdenetwork/ChangeLog
@@ -1,6 +1,11 @@
# 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.132 2005/03/13 00:56:54 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.133 2005/03/14 21:44:59 greg_g Exp $
+
+*kdenetwork-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> +kdenetwork-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final.
12 Mar 2005; Hardave Riar <hardave@gentoo.org> kdenetwork-3.3.2.ebuild:
Marked ~mips.
diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.4.0 b/kde-base/kdenetwork/files/digest-kdenetwork-3.4.0
new file mode 100644
index 000000000000..8bdd86e1c2ed
--- /dev/null
+++ b/kde-base/kdenetwork/files/digest-kdenetwork-3.4.0
@@ -0,0 +1 @@
+MD5 47a8d21ce486426caf56bf6129ce993f kdenetwork-3.4.0.tar.bz2 7327047
diff --git a/kde-base/kdenetwork/kdenetwork-3.4.0.ebuild b/kde-base/kdenetwork/kdenetwork-3.4.0.ebuild
new file mode 100644
index 000000000000..b8e10277140f
--- /dev/null
+++ b/kde-base/kdenetwork/kdenetwork-3.4.0.ebuild
@@ -0,0 +1,50 @@
+# 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.0.ebuild,v 1.1 2005/03/14 21:44:59 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE network apps: kopete, kppp, kget..."
+
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE="rdesktop slp ssl wifi"
+
+DEPEND="~kde-base/kdebase-${PV}
+ slp? ( net-libs/openslp )
+ wifi? ( net-wireless/wireless-tools )"
+
+RDEPEND="${DEPEND}
+ rdesktop? ( >=net-misc/rdesktop-1.3.1-r1 )
+ 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.
+
+src_compile() {
+ myconf="$(use_enable slp)"
+ use wifi || export DO_NOT_COMPILE="${DO_NOT_COMPILE} wifi"
+
+ 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/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog
index 069af440287a..2aebb1b321e3 100644
--- a/kde-base/kdepim/ChangeLog
+++ b/kde-base/kdepim/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdepim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.141 2005/02/27 22:57:14 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.142 2005/03/14 21:48:36 greg_g Exp $
+
+*kdepim-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org>
+ +files/kdepim-3.4.0-fix-imap-resource-type.patch, +kdepim-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final. Add last-minute patch from KDE developers.
*kdepim-3.4.0_rc1 (27 Feb 2005)
diff --git a/kde-base/kdepim/files/digest-kdepim-3.4.0 b/kde-base/kdepim/files/digest-kdepim-3.4.0
new file mode 100644
index 000000000000..742a79736b66
--- /dev/null
+++ b/kde-base/kdepim/files/digest-kdepim-3.4.0
@@ -0,0 +1 @@
+MD5 7f8cc9a40c0190c5a6723f6325bcba06 kdepim-3.4.0.tar.bz2 11441545
diff --git a/kde-base/kdepim/files/kdepim-3.4.0-fix-imap-resource-type.patch b/kde-base/kdepim/files/kdepim-3.4.0-fix-imap-resource-type.patch
new file mode 100644
index 000000000000..e46a25000998
--- /dev/null
+++ b/kde-base/kdepim/files/kdepim-3.4.0-fix-imap-resource-type.patch
@@ -0,0 +1,49 @@
+? fix-imap-resource-type-RELEASE.diff
+Index: kabc/resourcekolab.cpp
+===================================================================
+RCS file: /home/kde/kdepim/kresources/kolab/kabc/resourcekolab.cpp,v
+retrieving revision 1.17
+diff -u -3 -p -r1.17 resourcekolab.cpp
+--- kabc/resourcekolab.cpp 19 Jan 2005 15:18:12 -0000 1.17
++++ kabc/resourcekolab.cpp 13 Mar 2005 15:42:21 -0000
+@@ -80,7 +80,7 @@ KABC::ResourceKolab::ResourceKolab( cons
+ Kolab::ResourceKolabBase( "ResourceKolab-KABC" ),
+ mCachedSubresource( QString::null ), mLocked( false )
+ {
+- setType( "kolab" );
++ setType( "imap" );
+ }
+
+ KABC::ResourceKolab::~ResourceKolab()
+Index: kcal/resourcekolab.cpp
+===================================================================
+RCS file: /home/kde/kdepim/kresources/kolab/kcal/resourcekolab.cpp,v
+retrieving revision 1.26
+diff -u -3 -p -r1.26 resourcekolab.cpp
+--- kcal/resourcekolab.cpp 22 Jan 2005 11:19:19 -0000 1.26
++++ kcal/resourcekolab.cpp 13 Mar 2005 15:42:21 -0000
+@@ -68,7 +68,7 @@ ResourceKolab::ResourceKolab( const KCon
+ : ResourceCalendar( config ), ResourceKolabBase( "ResourceKolab-libkcal" ),
+ mOpen( false )
+ {
+- setType( "kolab" );
++ setType( "imap" );
+ connect( &mResourceChangedTimer, SIGNAL( timeout() ),
+ this, SLOT( slotEmitResourceChanged() ) );
+ }
+Index: knotes/resourcekolab.cpp
+===================================================================
+RCS file: /home/kde/kdepim/kresources/kolab/knotes/resourcekolab.cpp,v
+retrieving revision 1.12
+diff -u -3 -p -r1.12 resourcekolab.cpp
+--- knotes/resourcekolab.cpp 21 Feb 2005 23:33:09 -0000 1.12
++++ knotes/resourcekolab.cpp 13 Mar 2005 15:42:21 -0000
+@@ -52,7 +52,7 @@ static const char* inlineMimeType = "tex
+ ResourceKolab::ResourceKolab( const KConfig *config )
+ : ResourceNotes( config ), ResourceKolabBase( "ResourceKolab-KNotes" )
+ {
+- setType( "kolab" );
++ setType( "imap" );
+ }
+
+ ResourceKolab::~ResourceKolab()
diff --git a/kde-base/kdepim/kdepim-3.4.0.ebuild b/kde-base/kdepim/kdepim-3.4.0.ebuild
new file mode 100644
index 000000000000..62ba6f45a5e8
--- /dev/null
+++ b/kde-base/kdepim/kdepim-3.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.4.0.ebuild,v 1.1 2005/03/14 21:48:36 greg_g Exp $
+
+inherit kde-dist eutils
+
+DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..."
+
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE="crypt gnokii pda"
+
+DEPEND="~kde-base/kdebase-${PV}
+ >=dev-libs/cyrus-sasl-2
+ pda? ( app-pda/pilot-link dev-libs/libmal )
+ gnokii? ( net-dialup/gnokii )
+ crypt? ( >=app-crypt/gpgme-0.9.0-r1 )
+ !net-www/akregator"
+
+src_unpack() {
+ kde_src_unpack
+
+ # Applied for 3.4.1.
+ cd "${S}/kresources/kolab/"
+ epatch "${FILESDIR}/${P}-fix-imap-resource-type.patch"
+ cd "${S}"
+}
+
+src_compile() {
+ # needed to detect pi-notepad.h, used by the kpilot notepad conduit.
+ use pda && myconf="${myconf} --with-extra-includes=/usr/include/libpisock"
+
+ kde_src_compile
+}
diff --git a/kde-base/kdetoys/ChangeLog b/kde-base/kdetoys/ChangeLog
index 8c6d856f8ebc..80f0d19ff40c 100644
--- a/kde-base/kdetoys/ChangeLog
+++ b/kde-base/kdetoys/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdetoys
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/ChangeLog,v 1.104 2005/02/27 22:57:47 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/ChangeLog,v 1.105 2005/03/14 21:45:40 greg_g Exp $
+
+*kdetoys-3.4.0 (14 Mar 2005)
+
+ 14 Mar 2005; Gregorio Guidi <greg_g@gentoo.org> +kdetoys-3.4.0.ebuild:
+ Ebuild for KDE 3.4 final.
*kdetoys-3.4.0_rc1 (27 Feb 2005)
diff --git a/kde-base/kdetoys/files/digest-kdetoys-3.4.0 b/kde-base/kdetoys/files/digest-kdetoys-3.4.0
new file mode 100644
index 000000000000..9be005a7ca08
--- /dev/null
+++ b/kde-base/kdetoys/files/digest-kdetoys-3.4.0
@@ -0,0 +1 @@
+MD5 aad06c1e9cc8909bba4db4f3a746f666 kdetoys-3.4.0.tar.bz2 3182523
diff --git a/kde-base/kdetoys/kdetoys-3.4.0.ebuild b/kde-base/kdetoys/kdetoys-3.4.0.ebuild
new file mode 100644
index 000000000000..1b4b499eec70
--- /dev/null
+++ b/kde-base/kdetoys/kdetoys-3.4.0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.4.0.ebuild,v 1.1 2005/03/14 21:45:41 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE toys"
+
+KEYWORDS="~x86 ~amd64 ~sparc"
+IUSE=""