diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:26:46 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:26:46 +0000 |
commit | cd5510bfc999563b10ccfd609cb24cd8e9498376 (patch) | |
tree | 316cb782b8108aba8ce6e09b493ff47dc95e89b0 /kde-base/kdepim-meta | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-cd5510bfc999563b10ccfd609cb24cd8e9498376.tar.gz gentoo-2-cd5510bfc999563b10ccfd609cb24cd8e9498376.tar.bz2 gentoo-2-cd5510bfc999563b10ccfd609cb24cd8e9498376.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepim-meta')
-rw-r--r-- | kde-base/kdepim-meta/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdepim-meta/kdepim-meta-4.3.4.ebuild | 45 |
2 files changed, 51 insertions, 1 deletions
diff --git a/kde-base/kdepim-meta/ChangeLog b/kde-base/kdepim-meta/ChangeLog index 2f0bb74e8731..67f1f9069ec6 100644 --- a/kde-base/kdepim-meta/ChangeLog +++ b/kde-base/kdepim-meta/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepim-meta # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.136 2009/11/30 06:54:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.137 2009/12/01 10:26:46 wired Exp $ + +*kdepim-meta-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kdepim-meta-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kdepim-meta-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/kdepim-meta/kdepim-meta-4.3.4.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.3.4.ebuild new file mode 100644 index 000000000000..c73223991c52 --- /dev/null +++ b/kde-base/kdepim-meta/kdepim-meta-4.3.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.3.4.ebuild,v 1.1 2009/12/01 10:26:46 wired Exp $ + +EAPI="2" +inherit kde4-functions + +DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="4.3" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="kdeprefix" + +RDEPEND=" + $(add_kdebase_dep akonadi) + $(add_kdebase_dep akregator) + $(add_kdebase_dep kabcclient) + $(add_kdebase_dep kaddressbook) + $(add_kdebase_dep kalarm) + $(add_kdebase_dep kdepim-icons) + $(add_kdebase_dep kdepim-kresources) + $(add_kdebase_dep kdepim-strigi-analyzer) + $(add_kdebase_dep kdepim-wizards) + $(add_kdebase_dep kjots) + $(add_kdebase_dep kleopatra) + $(add_kdebase_dep kmail) + $(add_kdebase_dep kmailcvt) + $(add_kdebase_dep knode) + $(add_kdebase_dep knotes) + $(add_kdebase_dep konsolekalendar) + $(add_kdebase_dep kontact) + $(add_kdebase_dep kontact-specialdates) + $(add_kdebase_dep kontactinterfaces) + $(add_kdebase_dep korganizer) + $(add_kdebase_dep kpilot) + $(add_kdebase_dep ktimetracker) + $(add_kdebase_dep libkdepim) + $(add_kdebase_dep libkleo) + $(add_kdebase_dep libkpgp) + $(add_kdebase_dep libksieve) + $(add_kdebase_dep mimelib) + $(block_other_slots) +" |