diff options
Diffstat (limited to 'kde-base/kworldclock')
-rw-r--r-- | kde-base/kworldclock/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kworldclock/kworldclock-4.0.3.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kworldclock/ChangeLog b/kde-base/kworldclock/ChangeLog index eb2cdc9b97ca..6ba5a6f07570 100644 --- a/kde-base/kworldclock/ChangeLog +++ b/kde-base/kworldclock/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kworldclock # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldclock/ChangeLog,v 1.14 2008/03/20 18:12:27 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldclock/ChangeLog,v 1.15 2008/04/03 21:39:11 philantrop Exp $ + +*kworldclock-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kworldclock-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kworldclock-4.0.1.ebuild: diff --git a/kde-base/kworldclock/kworldclock-4.0.3.ebuild b/kde-base/kworldclock/kworldclock-4.0.3.ebuild new file mode 100644 index 000000000000..07be6cf220f3 --- /dev/null +++ b/kde-base/kworldclock/kworldclock-4.0.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldclock/kworldclock-4.0.3.ebuild,v 1.1 2008/04/03 21:39:11 philantrop Exp $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4-meta + +DESCRIPTION="KDE program that displays the part of the Earth lit up by the Sun" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |