diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 22:04:29 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 22:04:29 +0000 |
commit | b5b1d27b589a0c2920930bd3561e41cb4b84453a (patch) | |
tree | 4ebedf67229d867ba247e3abb3df164191513dd5 /kde-base/kcron | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-b5b1d27b589a0c2920930bd3561e41cb4b84453a.tar.gz gentoo-2-b5b1d27b589a0c2920930bd3561e41cb4b84453a.tar.bz2 gentoo-2-b5b1d27b589a0c2920930bd3561e41cb4b84453a.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcron/files/digest-kcron-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/kcron/kcron-3.5.8.ebuild | 14 |
3 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 7626f6e60600..f4c674983816 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.66 2007/08/11 16:41:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.67 2007/10/19 22:04:28 philantrop Exp $ + +*kcron-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +kcron-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kcron-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/kcron/files/digest-kcron-3.5.8 b/kde-base/kcron/files/digest-kcron-3.5.8 new file mode 100644 index 000000000000..15f657087315 --- /dev/null +++ b/kde-base/kcron/files/digest-kcron-3.5.8 @@ -0,0 +1,3 @@ +MD5 324a44d854a92177e71954f9264c98a8 kdeadmin-3.5.8.tar.bz2 2123522 +RMD160 b7ce226d5152ce40942e141891bddbaadf8571fc kdeadmin-3.5.8.tar.bz2 2123522 +SHA256 501c8dd591d112e4641b802dee175037616da7f492c865cccb13bb3aadcd6aea kdeadmin-3.5.8.tar.bz2 2123522 diff --git a/kde-base/kcron/kcron-3.5.8.ebuild b/kde-base/kcron/kcron-3.5.8.ebuild new file mode 100644 index 000000000000..b999ade23af7 --- /dev/null +++ b/kde-base/kcron/kcron-3.5.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.5.8.ebuild,v 1.1 2007/10/19 22:04:28 philantrop Exp $ +KMNAME=kdeadmin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +DEPEND="" +RDEPEND="virtual/cron" |