diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:15:46 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:15:46 +0000 |
commit | 59f092b4e56f270f83adb8500b6cf8814d281a66 (patch) | |
tree | f1f4328be4db6c66fbe8d52e893ca0ada02a0ea3 /kde-base/kcron | |
parent | Added the KDE 4.0.5 version of kcontrol. (diff) | |
download | gentoo-2-59f092b4e56f270f83adb8500b6cf8814d281a66.tar.gz gentoo-2-59f092b4e56f270f83adb8500b6cf8814d281a66.tar.bz2 gentoo-2-59f092b4e56f270f83adb8500b6cf8814d281a66.zip |
Added the KDE 4.0.5 version of kcron.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.0.5.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index dedd9f42eb1c..4c9a9beff4c3 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.87 2008/05/18 18:19:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.88 2008/06/05 21:15:46 keytoaster Exp $ + +*kcron-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +kcron-4.0.5.ebuild: + Added the KDE 4.0.5 version of kcron. 18 May 2008; Markus Meier <maekke@gentoo.org> kcron-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kcron/kcron-4.0.5.ebuild b/kde-base/kcron/kcron-4.0.5.ebuild new file mode 100644 index 000000000000..27bd311e34fb --- /dev/null +++ b/kde-base/kcron/kcron-4.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.0.5.ebuild,v 1.1 2008/06/05 21:15:46 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdeadmin +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND="virtual/cron + >=kde-base/knotify-${PV}:${SLOT}" |