diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:46:25 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:46:25 +0000 |
commit | be5eaa920338bf70be230790aa9884358c2ce654 (patch) | |
tree | e6888ed8a6c3e1dd719e6c0db9b65a031b7f2c1f /kde-base/kcron | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-be5eaa920338bf70be230790aa9884358c2ce654.tar.gz gentoo-2-be5eaa920338bf70be230790aa9884358c2ce654.tar.bz2 gentoo-2-be5eaa920338bf70be230790aa9884358c2ce654.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.0.3.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 0fd5ed5d56ca..ff4ab7ea0f67 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,12 @@ # 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.80 2008/03/20 16:32:23 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.81 2008/04/03 20:46:25 philantrop Exp $ + +*kcron-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +kcron-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcron-4.0.1.ebuild: Old. diff --git a/kde-base/kcron/kcron-4.0.3.ebuild b/kde-base/kcron/kcron-4.0.3.ebuild new file mode 100644 index 000000000000..f15fccb47d12 --- /dev/null +++ b/kde-base/kcron/kcron-4.0.3.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.3.ebuild,v 1.1 2008/04/03 20:46:25 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}" |