diff options
author | 2009-09-01 14:57:37 +0000 | |
---|---|---|
committer | 2009-09-01 14:57:37 +0000 | |
commit | 5d276ec6c61d7f94dfde8f37b8cd58abd1348b1f (patch) | |
tree | e5211bdd3c6cac341ead930e9625c8a9ed66a821 /kde-base/kcron | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-5d276ec6c61d7f94dfde8f37b8cd58abd1348b1f.tar.gz gentoo-2-5d276ec6c61d7f94dfde8f37b8cd58abd1348b1f.tar.bz2 gentoo-2-5d276ec6c61d7f94dfde8f37b8cd58abd1348b1f.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.3.1.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 9d779ea69f7d..b79891d5cbec 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.117 2009/08/04 00:02:12 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.118 2009/09/01 14:57:37 tampakrap Exp $ + +*kcron-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> +kcron-4.3.1.ebuild: + Version bump *kcron-4.3.0 (04 Aug 2009) diff --git a/kde-base/kcron/kcron-4.3.1.ebuild b/kde-base/kcron/kcron-4.3.1.ebuild new file mode 100644 index 000000000000..a258824169c6 --- /dev/null +++ b/kde-base/kcron/kcron-4.3.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.3.1.ebuild,v 1.1 2009/09/01 14:57:37 tampakrap Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +RDEPEND="virtual/cron" |