summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 21:26:56 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 21:26:56 +0000
commit61e410dfc0c573b435c4526cd31d9b505665b4db (patch)
treead3fa66e4d2f3ff0ec0a91d5e7a41844c2a1b2ac /kde-base/kcron
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-61e410dfc0c573b435c4526cd31d9b505665b4db.tar.gz
gentoo-2-61e410dfc0c573b435c4526cd31d9b505665b4db.tar.bz2
gentoo-2-61e410dfc0c573b435c4526cd31d9b505665b4db.zip
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r--kde-base/kcron/ChangeLog9
-rw-r--r--kde-base/kcron/kcron-4.1.4.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog
index d5bd673a34d4..9172b0968d7a 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.94 2008/11/16 04:46:54 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.95 2009/01/13 21:26:56 alexxy Exp $
+
+*kcron-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcron-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kcron-4.1.3.ebuild:
Add ppc/ppc64 love #244306.
diff --git a/kde-base/kcron/kcron-4.1.4.ebuild b/kde-base/kcron/kcron-4.1.4.ebuild
new file mode 100644
index 000000000000..38c118a1f433
--- /dev/null
+++ b/kde-base/kcron/kcron-4.1.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.1.4.ebuild,v 1.1 2009/01/13 21:26:56 alexxy Exp $
+
+EAPI="2"
+
+KMNAME=kdeadmin
+inherit kde4-meta
+
+DESCRIPTION="KDE Task Scheduler"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND="virtual/cron
+ >=kde-base/knotify-${PV}:${SLOT}"