diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 20:42:23 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 20:42:23 +0000 |
commit | 8f6fa46e03e06c700cf3847df3a619164d48cf08 (patch) | |
tree | 1d7ddd288daeceb65fbac983071b06f122f83bd0 /kde-base/kcron | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-8f6fa46e03e06c700cf3847df3a619164d48cf08.tar.gz gentoo-2-8f6fa46e03e06c700cf3847df3a619164d48cf08.tar.bz2 gentoo-2-8f6fa46e03e06c700cf3847df3a619164d48cf08.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.2.1.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index c1c9e14373a1..3793c28f3b1b 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.99 2009/02/17 13:08:01 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.100 2009/03/04 20:42:23 alexxy Exp $ + +*kcron-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcron-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcron-4.1.4.ebuild: Drop KDE 4.1.4 diff --git a/kde-base/kcron/kcron-4.2.1.ebuild b/kde-base/kcron/kcron-4.2.1.ebuild new file mode 100644 index 000000000000..dcf42f1c2dfd --- /dev/null +++ b/kde-base/kcron/kcron-4.2.1.ebuild @@ -0,0 +1,14 @@ +# 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.2.1.ebuild,v 1.1 2009/03/04 20:42:23 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +RDEPEND="virtual/cron" |