diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 16:44:35 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 16:44:35 +0000 |
commit | 8ab8d9c1487735b41ee92db58ceca3e5fcc77b28 (patch) | |
tree | aa890cae20cfb15ab0ea83c83078bef94b88aa4d /kde-base/kcron | |
parent | Bump shiny new KDE 4.2.0 (diff) | |
download | gentoo-2-8ab8d9c1487735b41ee92db58ceca3e5fcc77b28.tar.gz gentoo-2-8ab8d9c1487735b41ee92db58ceca3e5fcc77b28.tar.bz2 gentoo-2-8ab8d9c1487735b41ee92db58ceca3e5fcc77b28.zip |
Bump shiny new KDE 4.2.0
(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.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 041c7f1f6bf6..edfaa01441f0 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.96 2009/01/14 14:17:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.97 2009/01/27 16:44:35 alexxy Exp $ + +*kcron-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcron-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcron-4.1.2.ebuild, -kcron-4.1.3.ebuild: diff --git a/kde-base/kcron/kcron-4.2.0.ebuild b/kde-base/kcron/kcron-4.2.0.ebuild new file mode 100644 index 000000000000..136a4e897432 --- /dev/null +++ b/kde-base/kcron/kcron-4.2.0.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.0.ebuild,v 1.1 2009/01/27 16:44:35 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND="virtual/cron" |