diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:40:40 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:40:40 +0000 |
commit | 56614bc950ac5bbc1527194b6c22b44ebc2ce299 (patch) | |
tree | 624acf62cb48e566433240e6df2d9b21c22021eb /kde-base/kcron | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-56614bc950ac5bbc1527194b6c22b44ebc2ce299.tar.gz gentoo-2-56614bc950ac5bbc1527194b6c22b44ebc2ce299.tar.bz2 gentoo-2-56614bc950ac5bbc1527194b6c22b44ebc2ce299.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/kcron-3.5.9.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 173cb8ce1c22..b8215f601fc7 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.75 2008/02/17 02:06:58 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.76 2008/02/20 22:40:40 philantrop Exp $ + +*kcron-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kcron-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcron-3.5.5.ebuild, -kcron-3.5.6.ebuild, -kcron-3.5.7.ebuild, -kcron-4.0.0.ebuild: diff --git a/kde-base/kcron/kcron-3.5.9.ebuild b/kde-base/kcron/kcron-3.5.9.ebuild new file mode 100644 index 000000000000..834069f3b409 --- /dev/null +++ b/kde-base/kcron/kcron-3.5.9.ebuild @@ -0,0 +1,13 @@ +# 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-3.5.9.ebuild,v 1.1 2008/02/20 22:40:40 philantrop Exp $ +KMNAME=kdeadmin +EAPI="1" +inherit kde-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +DEPEND="" +RDEPEND="virtual/cron" |