diff options
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.2.1.ebuild | 14 |
2 files changed, 4 insertions, 15 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index fb4e414c7f54..2fe934ef0826 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,9 @@ # 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.103 2009/04/11 22:20:18 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.104 2009/04/16 20:32:17 alexxy Exp $ + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcron-4.2.1.ebuild: + Drop KDE 4.2.1 *kcron-4.2.2 (11 Apr 2009) diff --git a/kde-base/kcron/kcron-4.2.1.ebuild b/kde-base/kcron/kcron-4.2.1.ebuild deleted file mode 100644 index e51ec3effdd4..000000000000 --- a/kde-base/kcron/kcron-4.2.1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# 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.2 2009/04/11 18:09:33 armin76 Exp $ - -EAPI="2" - -KMNAME="kdeadmin" -inherit kde4-meta - -DESCRIPTION="KDE Task Scheduler" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -RDEPEND="virtual/cron" |