From d9c13c790ac3e16ee6bc958cd395e20288d9cf04 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 6 May 2009 22:49:24 +0000 Subject: Version bump KDE 4.2.3 (Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force) --- kde-base/dolphin/ChangeLog | 7 ++++++- kde-base/dolphin/dolphin-4.2.3.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 kde-base/dolphin/dolphin-4.2.3.ebuild (limited to 'kde-base') diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 1a49e935f8b2..e6784daea8e7 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.30 2009/04/17 06:10:13 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.31 2009/05/06 22:49:24 scarabeus Exp $ + +*dolphin-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal +dolphin-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov dolphin-4.2.2: Restore ~hppa keywords diff --git a/kde-base/dolphin/dolphin-4.2.3.ebuild b/kde-base/dolphin/dolphin-4.2.3.ebuild new file mode 100644 index 000000000000..009ac7208613 --- /dev/null +++ b/kde-base/dolphin/dolphin-4.2.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.2.3.ebuild,v 1.1 2009/05/06 22:49:24 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="A KDE filemanager focusing on usability" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc +semantic-desktop thumbnail" + +DEPEND=" + >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop=] + >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND} + !kdeprefix? ( !kde-misc/dolphin ) + >=kde-base/kfind-${PV}:${SLOT}[kdeprefix=] + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] ) +" +PDEPEND=" + thumbnail? ( media-video/mplayerthumbs:1 ) +" + +KMLOADLIBS="libkonq" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano)" + + kde4-meta_src_configure +} -- cgit v1.2.3-65-gdbad