summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-15 22:57:33 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-15 22:57:33 +0000
commit6a4a22884c9a79a7c7965ceba27d9594ece33af8 (patch)
tree3be25397d6602e75168694e718c31ac02769d835 /kde-base/kcron
parentAdded KDE 4.0.4 version of kcontrol. Thanks to Jorge Manuel B. S. Vicetto. (diff)
downloadgentoo-2-6a4a22884c9a79a7c7965ceba27d9594ece33af8.tar.gz
gentoo-2-6a4a22884c9a79a7c7965ceba27d9594ece33af8.tar.bz2
gentoo-2-6a4a22884c9a79a7c7965ceba27d9594ece33af8.zip
Added KDE 4.0.4 version of kcron. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r--kde-base/kcron/ChangeLog7
-rw-r--r--kde-base/kcron/kcron-4.0.4.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog
index 9cdb2ed0715a..4c2e5b23f956 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.85 2008/05/15 13:38:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.86 2008/05/15 22:57:33 ingmar Exp $
+
+*kcron-4.0.4 (15 May 2008)
+
+ 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kcron-4.0.4.ebuild:
+ Added KDE 4.0.4 version of kcron. Thanks to Jorge Manuel B. S. Vicetto.
15 May 2008; Markus Rothe <corsair@gentoo.org> kcron-3.5.9.ebuild:
Stable on ppc64; bug #221063
diff --git a/kde-base/kcron/kcron-4.0.4.ebuild b/kde-base/kcron/kcron-4.0.4.ebuild
new file mode 100644
index 000000000000..df0728ddb493
--- /dev/null
+++ b/kde-base/kcron/kcron-4.0.4.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.4.ebuild,v 1.1 2008/05/15 22:57:33 ingmar 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}"