diff options
author | 2012-08-01 22:17:38 +0000 | |
---|---|---|
committer | 2012-08-01 22:17:38 +0000 | |
commit | 401c3e3183c60a1db08e8b751d4e9f8e7a3dc5b3 (patch) | |
tree | acda1b1644e123ebe3d9623addcce4017adb629d /kde-base/kmail | |
parent | version bump for bug 424525, ebuild provided by Ortwin Glück (diff) | |
download | gentoo-2-401c3e3183c60a1db08e8b751d4e9f8e7a3dc5b3.tar.gz gentoo-2-401c3e3183c60a1db08e8b751d4e9f8e7a3dc5b3.tar.bz2 gentoo-2-401c3e3183c60a1db08e8b751d4e9f8e7a3dc5b3.zip |
Version bump KDE SC 4.9.0
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kmail')
-rw-r--r-- | kde-base/kmail/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kmail/kmail-4.9.0.ebuild (renamed from kde-base/kmail/kmail-4.7.4.ebuild) | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog index 940393c0086c..30bf14955005 100644 --- a/kde-base/kmail/ChangeLog +++ b/kde-base/kmail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kmail # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.293 2012/07/09 13:57:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.294 2012/08/01 22:17:35 johu Exp $ + +*kmail-4.9.0 (01 Aug 2012) + + 01 Aug 2012; Johannes Huber <johu@gentoo.org> -kmail-4.7.4.ebuild, + +kmail-4.9.0.ebuild: + Version bump KDE SC 4.9.0 09 Jul 2012; Agostino Sarubbo <ago@gentoo.org> -kmail-4.8.3.ebuild: Remove old diff --git a/kde-base/kmail/kmail-4.7.4.ebuild b/kde-base/kmail/kmail-4.9.0.ebuild index cf60d7dae077..48d163ff78aa 100644 --- a/kde-base/kmail/kmail-4.7.4.ebuild +++ b/kde-base/kmail/kmail-4.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.7.4.ebuild,v 1.2 2012/06/07 22:32:32 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.9.0.ebuild,v 1.1 2012/08/01 22:17:35 johu Exp $ EAPI=4 @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED=test inherit flag-o-matic kde4-meta DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" @@ -26,6 +26,7 @@ RESTRICT="test" KMEXTRACTONLY=" akonadi_next/ + archivemailagent/ calendarsupport/ korganizer/ kresources/ @@ -48,6 +49,8 @@ KMEXTRA=" ksendemail/ libksieve/ mailcommon/ + mailfilteragent/ + mailimporter/ ontologies/ plugins/messageviewer/ " |