diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-07 00:12:59 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-07 00:12:59 +0000 |
commit | b0cf2ebbfc7626d65b374788654d4e26028bda3f (patch) | |
tree | 473933e2eaf30d14938b24846be4b834a0d385d4 /kde-base/kcron | |
parent | rename check_apache_threads to has_apache_threads as suggested by dberkholz (diff) | |
download | gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.gz gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.bz2 gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.zip |
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.0.1.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index abbe516e9395..8d83ba0506bb 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.73 2008/01/31 15:30:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.74 2008/02/07 00:11:16 philantrop Exp $ + +*kcron-4.0.1 (06 Feb 2008) + + 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kcron-4.0.1.ebuild: + Version bump to KDE 4.0.1. 31 Jan 2008; Brent Baude <ranger@gentoo.org> kcron-3.5.8.ebuild: Marking kcron-3.5.8 ppc for bug 207634 diff --git a/kde-base/kcron/kcron-4.0.1.ebuild b/kde-base/kcron/kcron-4.0.1.ebuild new file mode 100644 index 000000000000..eeafbb320a9f --- /dev/null +++ b/kde-base/kcron/kcron-4.0.1.ebuild @@ -0,0 +1,16 @@ +# 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.1.ebuild,v 1.1 2008/02/07 00:11:16 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} + >=kde-base/kdebase-${PV}:${SLOT} )" |