summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-04-03 21:41:49 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-04-03 21:41:49 +0000
commit961b1afd2ab0b30ce4c80d77028c2e1eeab85ca5 (patch)
tree4adf5d6bd7a1ed2b7d760c0248b03286736fe64b /kde-base/libkonq
parentVersion bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff)
downloadgentoo-2-961b1afd2ab0b30ce4c80d77028c2e1eeab85ca5.tar.gz
gentoo-2-961b1afd2ab0b30ce4c80d77028c2e1eeab85ca5.tar.bz2
gentoo-2-961b1afd2ab0b30ce4c80d77028c2e1eeab85ca5.zip
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/libkonq')
-rw-r--r--kde-base/libkonq/ChangeLog9
-rw-r--r--kde-base/libkonq/libkonq-4.0.3.ebuild23
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/libkonq/ChangeLog b/kde-base/libkonq/ChangeLog
index b78a05d11ca8..4df63f59b188 100644
--- a/kde-base/libkonq/ChangeLog
+++ b/kde-base/libkonq/ChangeLog
@@ -1,6 +1,13 @@
# 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.86 2008/03/20 18:17:15 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.87 2008/04/03 21:41:49 philantrop Exp $
+
+*libkonq-4.0.3 (03 Apr 2008)
+
+ 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +libkonq-4.0.3.ebuild:
+ Version bump to KDE 4.0.3. This is still not intended for mainstream so DO
+ NOT KEYWORD IT without talking to the KDE herd first.
20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -libkonq-4.0.1.ebuild:
Old.
diff --git a/kde-base/libkonq/libkonq-4.0.3.ebuild b/kde-base/libkonq/libkonq-4.0.3.ebuild
new file mode 100644
index 000000000000..c88360dac252
--- /dev/null
+++ b/kde-base/libkonq/libkonq-4.0.3.ebuild
@@ -0,0 +1,23 @@
+# 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.3.ebuild,v 1.1 2008/04/03 21:41:49 philantrop 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"
+
+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
+}