diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:00:20 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:00:20 +0000 |
commit | 0630ad6ca71c422b310b44782c812db7f99abef9 (patch) | |
tree | 3f278a42f09b1463d10c101d8b944f90fea543e6 /kde-base/kcron | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-0630ad6ca71c422b310b44782c812db7f99abef9.tar.gz gentoo-2-0630ad6ca71c422b310b44782c812db7f99abef9.tar.bz2 gentoo-2-0630ad6ca71c422b310b44782c812db7f99abef9.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index d5e748e240e3..c6a43e0e9343 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.105 2009/04/17 06:36:54 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.106 2009/05/06 23:00:20 scarabeus Exp $ + +*kcron-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kcron-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kcron-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kcron/kcron-4.2.3.ebuild b/kde-base/kcron/kcron-4.2.3.ebuild new file mode 100644 index 000000000000..511e1cc812c3 --- /dev/null +++ b/kde-base/kcron/kcron-4.2.3.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.2.3.ebuild,v 1.1 2009/05/06 23:00:20 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" + +RDEPEND="virtual/cron" |