summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-05 22:38:29 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-05 22:38:29 +0000
commit7cef7c1c694eda6353d46d87e609deff585b82c5 (patch)
treee6cd3350fd159cf9cad4fb0024c8e714bf0238c1 /kde-base/libkonq
parentAdded the KDE 4.0.5 version of libkmahjongg. (diff)
downloadgentoo-2-7cef7c1c694eda6353d46d87e609deff585b82c5.tar.gz
gentoo-2-7cef7c1c694eda6353d46d87e609deff585b82c5.tar.bz2
gentoo-2-7cef7c1c694eda6353d46d87e609deff585b82c5.zip
Added the KDE 4.0.5 version of libkonq.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/libkonq')
-rw-r--r--kde-base/libkonq/ChangeLog8
-rw-r--r--kde-base/libkonq/libkonq-4.0.5.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/libkonq/ChangeLog b/kde-base/libkonq/ChangeLog
index 3363813dcbfb..83404166bb95 100644
--- a/kde-base/libkonq/ChangeLog
+++ b/kde-base/libkonq/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/libkonq
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.93 2008/05/18 14:36:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.94 2008/06/05 22:38:29 keytoaster Exp $
+
+*libkonq-4.0.5 (05 Jun 2008)
+
+ 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ +libkonq-4.0.5.ebuild:
+ Added the KDE 4.0.5 version of libkonq.
18 May 2008; Markus Meier <maekke@gentoo.org> libkonq-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/libkonq/libkonq-4.0.5.ebuild b/kde-base/libkonq/libkonq-4.0.5.ebuild
new file mode 100644
index 000000000000..08c08654fe74
--- /dev/null
+++ b/kde-base/libkonq/libkonq-4.0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/libkonq-4.0.5.ebuild,v 1.1 2008/06/05 22:38:29 keytoaster Exp $
+
+EAPI="1"
+
+KMNAME=kdebase
+KMMODULE=apps/lib/konq
+CPPUNIT_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="The embeddable part of konqueror"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug test"
+
+KMSAVELIBS="true"
+
+src_test() {
+ # three out of four tests are broken. we just disable those. last tested on 4.0.3.
+ sed -e "/konqpopupmenutest/s/^/#DONOTTEST /" \
+ -e "/konqfileundomanagertest/s/^/#DONOTTEST /" \
+ -e "/favicontest/s/^/#DONOTTEST /" \
+ -i "${S}"/apps/lib/konq/tests/CMakeLists.txt
+ kde4-base_src_test
+}