diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:22:12 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:22:12 +0000 |
commit | ef4773fff495a854a1aed0718120645993c90fbe (patch) | |
tree | 14de12cf29e77cdb2b620d7ac45294bd64c7cbc0 /kde-base/libkonq | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-ef4773fff495a854a1aed0718120645993c90fbe.tar.gz gentoo-2-ef4773fff495a854a1aed0718120645993c90fbe.tar.bz2 gentoo-2-ef4773fff495a854a1aed0718120645993c90fbe.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkonq')
-rw-r--r-- | kde-base/libkonq/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libkonq/libkonq-4.3.4.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkonq/ChangeLog b/kde-base/libkonq/ChangeLog index 6a7ecf388f1f..a2dd0e8d169f 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.140 2009/11/30 06:53:56 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkonq/ChangeLog,v 1.141 2009/12/01 11:22:12 wired Exp $ + +*libkonq-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +libkonq-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> libkonq-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/libkonq/libkonq-4.3.4.ebuild b/kde-base/libkonq/libkonq-4.3.4.ebuild new file mode 100644 index 000000000000..b8e9cf05b4c1 --- /dev/null +++ b/kde-base/libkonq/libkonq-4.3.4.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.4.ebuild,v 1.1 2009/12/01 11:22:12 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 ~sparc ~x86" +IUSE="debug" +RESTRICT="test" + +KMSAVELIBS="true" + +PATCHES=( "${FILESDIR}/fix_includes_install.patch" ) |