summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:17:15 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 18:17:15 +0000
commitbabf8b48f0e9d1511c2354751c1fbbdd056968c3 (patch)
tree6595be549a2be58b3206ebb5ae008e9dd33817dc /kde-base
parentOld. (diff)
downloadgentoo-2-babf8b48f0e9d1511c2354751c1fbbdd056968c3.tar.gz
gentoo-2-babf8b48f0e9d1511c2354751c1fbbdd056968c3.tar.bz2
gentoo-2-babf8b48f0e9d1511c2354751c1fbbdd056968c3.zip
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/libkonq/ChangeLog5
-rw-r--r--kde-base/libkonq/libkonq-4.0.1.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/kde-base/libkonq/ChangeLog b/kde-base/libkonq/ChangeLog
index 68a13db0556e..b78a05d11ca8 100644
--- a/kde-base/libkonq/ChangeLog
+++ b/kde-base/libkonq/ChangeLog
@@ -1,6 +1,9 @@
# 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.85 2008/03/11 00:00:52 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.86 2008/03/20 18:17:15 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -libkonq-4.0.1.ebuild:
+ Old.
*libkonq-4.0.2 (10 Mar 2008)
diff --git a/kde-base/libkonq/libkonq-4.0.1.ebuild b/kde-base/libkonq/libkonq-4.0.1.ebuild
deleted file mode 100644
index 799c62247634..000000000000
--- a/kde-base/libkonq/libkonq-4.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.1.ebuild,v 1.2 2008/03/04 02:27:02 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdebase
-KMMODULE=apps/lib/konq
-inherit kde4-meta
-
-DESCRIPTION="The embeddable part of konqueror"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="debug test"
-
-src_test() {
- # three out of four tests are broken. we just disable those. last tested on 4.0.1.
- 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
-}