summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-11-02 22:00:35 +0000
committerAlex Alexander <wired@gentoo.org>2009-11-02 22:00:35 +0000
commit8a0847ab57e8104ce9b37dc20a61932f9465b5b3 (patch)
treed6c6b791946237ccb5a758bcb0da35d84f3bdac2 /kde-base/libkonq
parentVersion bump KDE 4.3.3 (diff)
downloadgentoo-2-8a0847ab57e8104ce9b37dc20a61932f9465b5b3.tar.gz
gentoo-2-8a0847ab57e8104ce9b37dc20a61932f9465b5b3.tar.bz2
gentoo-2-8a0847ab57e8104ce9b37dc20a61932f9465b5b3.zip
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkonq')
-rw-r--r--kde-base/libkonq/ChangeLog7
-rw-r--r--kde-base/libkonq/libkonq-4.3.3.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkonq/ChangeLog b/kde-base/libkonq/ChangeLog
index 9517294b08f3..04d4fc8f7ae0 100644
--- a/kde-base/libkonq/ChangeLog
+++ b/kde-base/libkonq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/libkonq
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.134 2009/10/18 13:23:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.135 2009/11/02 22:00:35 wired Exp $
+
+*libkonq-4.3.3 (02 Nov 2009)
+
+ 02 Nov 2009; Alex Alexander <wired@gentoo.org> +libkonq-4.3.3.ebuild:
+ Version bump
18 Oct 2009; Markus Meier <maekke@gentoo.org> libkonq-4.3.1.ebuild:
x86 stable, bug #287697
diff --git a/kde-base/libkonq/libkonq-4.3.3.ebuild b/kde-base/libkonq/libkonq-4.3.3.ebuild
new file mode 100644
index 000000000000..3a5b22c1780b
--- /dev/null
+++ b/kde-base/libkonq/libkonq-4.3.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/libkonq-4.3.3.ebuild,v 1.1 2009/11/02 22:00:35 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdebase-apps"
+KMMODULE="lib/konq"
+CPPUNIT_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="The embeddable part of konqueror"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug"
+RESTRICT="test"
+
+KMSAVELIBS="true"
+
+PATCHES=( "${FILESDIR}/fix_includes_install.patch" )