diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:42:14 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:42:14 +0000 |
commit | 979b323285626fece09bbaa176bc994167b9c3e4 (patch) | |
tree | 38313cf2c8c0e67933f173bbda7aa89600ef91ef /kde-base/kworldclock | |
parent | Added KDE 4.0.4 version of kwordquiz. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-979b323285626fece09bbaa176bc994167b9c3e4.tar.gz historical-979b323285626fece09bbaa176bc994167b9c3e4.tar.bz2 historical-979b323285626fece09bbaa176bc994167b9c3e4.zip |
Added KDE 4.0.4 version of kworldclock. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kworldclock')
-rw-r--r-- | kde-base/kworldclock/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kworldclock/kworldclock-4.0.4.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kworldclock/ChangeLog b/kde-base/kworldclock/ChangeLog index 2adba9727277..c39367a52664 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.19 2008/05/14 12:53:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldclock/ChangeLog,v 1.20 2008/05/16 00:42:14 ingmar Exp $ + +*kworldclock-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +kworldclock-4.0.4.ebuild: + Added KDE 4.0.4 version of kworldclock. Thanks to Jorge Manuel B. S. + Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> kworldclock-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kworldclock/kworldclock-4.0.4.ebuild b/kde-base/kworldclock/kworldclock-4.0.4.ebuild new file mode 100644 index 000000000000..dcefd024d365 --- /dev/null +++ b/kde-base/kworldclock/kworldclock-4.0.4.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.4.ebuild,v 1.1 2008/05/16 00:42:14 ingmar 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" |