diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:14:55 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:14:55 +0000 |
commit | 06902334a3d6f32522700fbbff899d5ea1f629bc (patch) | |
tree | 24e8ac9954596dae3b5ed01060592e15a6a5b2b0 /kde-base/kcron | |
parent | [kde-base/libksane] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-06902334a3d6f32522700fbbff899d5ea1f629bc.tar.gz historical-06902334a3d6f32522700fbbff899d5ea1f629bc.tar.bz2 historical-06902334a3d6f32522700fbbff899d5ea1f629bc.zip |
[kde-base/kcron] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/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.4.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 3e7bf9470abc..eb9e21e3d1e1 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.137 2010/01/25 14:42:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.138 2010/02/09 00:14:51 alexxy Exp $ + +*kcron-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kcron-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kcron-4.3.5 (25 Jan 2010) diff --git a/kde-base/kcron/kcron-4.4.0.ebuild b/kde-base/kcron/kcron-4.4.0.ebuild new file mode 100644 index 000000000000..377dbf85f950 --- /dev/null +++ b/kde-base/kcron/kcron-4.4.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.4.0.ebuild,v 1.1 2010/02/09 00:14:51 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +RDEPEND="!prefix? ( virtual/cron )" |