diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-06-10 18:00:20 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-06-10 18:00:20 +0000 |
commit | 75f228d8cf8a4fb6ddf12ece4c814b78edb95850 (patch) | |
tree | 2a0735defeb822e6f238e00f6c5e3fee524d661a /kde-base/kcron | |
parent | Sort test dep. Remove useless dies. (diff) | |
download | historical-75f228d8cf8a4fb6ddf12ece4c814b78edb95850.tar.gz historical-75f228d8cf8a4fb6ddf12ece4c814b78edb95850.tar.bz2 historical-75f228d8cf8a4fb6ddf12ece4c814b78edb95850.zip |
Version bump
Package-Manager: portage-2.1.10/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.6.4.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 63e1d3bf30fe..9937c7a51b55 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.170 2011/06/10 11:50:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.171 2011/06/10 18:00:09 dilfridge Exp $ + +*kcron-4.6.4 (10 Jun 2011) + + 10 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kcron-4.6.4.ebuild: + Version bump 10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kcron-4.6.3.ebuild: Stable on amd64 wrt bug #369979 diff --git a/kde-base/kcron/kcron-4.6.4.ebuild b/kde-base/kcron/kcron-4.6.4.ebuild new file mode 100644 index 000000000000..1a902e03bfeb --- /dev/null +++ b/kde-base/kcron/kcron-4.6.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.6.4.ebuild,v 1.1 2011/06/10 18:00:10 dilfridge Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND="!prefix? ( virtual/cron )" |