diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:26:14 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:26:14 +0000 |
commit | fb72f209fce07f062cb8041784056b3f71e0e763 (patch) | |
tree | ca46bafab7b50dacf86c6bb9b41e0afc0cfea2b2 /kde-base/kcron | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-fb72f209fce07f062cb8041784056b3f71e0e763.tar.gz gentoo-2-fb72f209fce07f062cb8041784056b3f71e0e763.tar.bz2 gentoo-2-fb72f209fce07f062cb8041784056b3f71e0e763.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.0.2.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 163e7b4aeb31..bff960ce260e 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.78 2008/03/04 04:14:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.79 2008/03/10 23:26:14 philantrop Exp $ + +*kcron-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> +kcron-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kcron-3.5.8.ebuild, kcron-3.5.9.ebuild, kcron-4.0.1.ebuild: diff --git a/kde-base/kcron/kcron-4.0.2.ebuild b/kde-base/kcron/kcron-4.0.2.ebuild new file mode 100644 index 000000000000..dcbf725557fc --- /dev/null +++ b/kde-base/kcron/kcron-4.0.2.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.2.ebuild,v 1.1 2008/03/10 23:26:14 philantrop 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}" |